Searched refs:eport (Results 1 – 2 of 2) sorted by relevance
| /xnu-10002.41.9/osfmk/kdp/ |
| H A D | kdp.c | 209 uint16_t rport, eport; in kdp_connect() local 220 eport = rq->exc_note_port; in kdp_connect() 226 (eport == kdp.exception_port) && in kdp_connect() 234 kdp.exception_port = eport; in kdp_connect()
|
| /xnu-10002.41.9/tools/lldbmacros/ |
| H A D | ipc.py | 1273 … eport = kern.CreateTypedPointerFromAddress(unsigned(entry_val.ie_object), 'struct ipc_port') 1275 func(t, space, ctx, idx, entry_val, eport, entry_disp) 1279 if follow_busyports and unsigned(eport) > 0 and eport.ip_messages.imq_msgcount > 0: 1281 … for kmsgp in IterateCircleQueue(eport.ip_messages.imq_messages, 'ipc_kmsg', 'ikm_link'): 1283 CollectKmsgPortRefs(t, eport, kmsgp, p_refs)
|