Home
last modified time | relevance | path

Searched refs:ed (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dether_if_module.c206 struct en_desc *ed; in ether_add_proto_internal() local
310 ed = &desc_blk->block_ptr[i]; in ether_add_proto_internal()
311 ed->protocol_family = protocol; in ether_add_proto_internal()
312 ed->data[0] = 0; in ether_add_proto_internal()
313 ed->data[1] = 0; in ether_add_proto_internal()
319 ed->type = DLIL_DESC_ETYPE2; in ether_add_proto_internal()
320 ed->data[0] = *(u_int16_t*)demux->data; in ether_add_proto_internal()
324 ed->type = DLIL_DESC_SAP; in ether_add_proto_internal()
325 bcopy(demux->data, &ed->data[0], 3); in ether_add_proto_internal()
329 u_int8_t* pDest = ((u_int8_t*)&ed->data[0]) + 3; in ether_add_proto_internal()
[all …]
/xnu-12377.61.12/tests/skywalk/
H A Dskywalk_test_common.c2542 struct os_channel_event_data ed; in skt_process_chan_event_common() local
2549 error = os_channel_event_get_event_data(ev, &ed); in skt_process_chan_event_common()
2551 assert(sizeof(*packet_id) <= ed.event_data_length); in skt_process_chan_event_common()
2552 packet_id = (packet_id_t*)ed.event_data; in skt_process_chan_event_common()
2567 ed.event_type, in skt_process_chan_event_common()
2568 ed.event_data_length, in skt_process_chan_event_common()
2574 assert(etype == ed.event_type); in skt_process_chan_event_common()
2578 assert(!ed.event_more); in skt_process_chan_event_common()
2579 assert(ed.event_data_length <= max_event_dlen); in skt_process_chan_event_common()
2581 memcpy(captured_event_data, ed.event_data, ed.event_data_length); in skt_process_chan_event_common()
[all …]
/xnu-12377.61.12/libkdd/
H A DREADME.md66 0090 ed 58 91 f1
/xnu-12377.61.12/iokit/DriverKit/
H A DIOInterruptDispatchSource.iig70 …* @param index Index for the interrupt, optionally or'ed with one of the following constants:
/xnu-12377.61.12/tools/lldbmacros/
H A DREADME.md35 Following are detailed steps on how to debug a panic'ed / NMI'ed machine (For the curious souls).
398 … please use "hasattr()" functionality to conditionalize referencing #ifdef'ed fields in structure.…
/xnu-12377.61.12/osfmk/mach/
H A Dmach_port.defs221 * or'ed with one of these element types:
/xnu-12377.61.12/doc/scheduler/
H A Dsched_clutch_edge.md248 …CPUs to rebalance threads and idle out the current CPU waiting for the IPI'ed thread to reschedule…