Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dether_if_module.c196 struct en_desc *ed; in ether_add_proto_internal() local
302 ed = &desc_blk->block_ptr[i]; in ether_add_proto_internal()
303 ed->protocol_family = protocol; in ether_add_proto_internal()
304 ed->data[0] = 0; in ether_add_proto_internal()
305 ed->data[1] = 0; in ether_add_proto_internal()
311 ed->type = DLIL_DESC_ETYPE2; in ether_add_proto_internal()
312 ed->data[0] = *(u_int16_t*)demux->data; in ether_add_proto_internal()
316 ed->type = DLIL_DESC_SAP; in ether_add_proto_internal()
317 bcopy(demux->data, &ed->data[0], 3); in ether_add_proto_internal()
321 u_int8_t* pDest = ((u_int8_t*)&ed->data[0]) + 3; in ether_add_proto_internal()
[all …]
/xnu-8019.80.24/libkdd/
H A DREADME.md66 0090 ed 58 91 f1
/xnu-8019.80.24/iokit/DriverKit/
H A DIOInterruptDispatchSource.iig70 …* @param index Index for the interrupt, optionally or'ed with one of the following constants:
/xnu-8019.80.24/tools/lldbmacros/
H A DREADME.md33 Following are detailed steps on how to debug a panic'ed / NMI'ed machine (For the curious souls).
392 … please use "hasattr()" functionality to conditionalize referencing #ifdef'ed fields in structure.…
/xnu-8019.80.24/osfmk/mach/
H A Dmach_port.defs223 * or'ed with one of these element types:
/xnu-8019.80.24/doc/
H A Dsched_clutch_edge.md249 …CPUs to rebalance threads and idle out the current CPU waiting for the IPI'ed thread to reschedule…