Searched refs:eport (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.121.3/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-8020.121.3/tools/lldbmacros/ |
| H A D | ipc.py | 1171 eport = Cast(entry_val.ie_object, 'ipc_port_t') 1173 func(t, space, ctx, idx, entry_val, eport, entry_disp) 1177 if follow_busyports and unsigned(eport) > 0 and eport.ip_messages.imq_msgcount > 0: 1179 kmsgp = Cast(eport.ip_messages.imq_messages.ikmq_base, 'ipc_kmsg_t') 1183 CollectKmsgPortRefs(t, eport, kmsgp, p_refs)
|