Home
last modified time | relevance | path

Searched refs:eport (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/osfmk/kdp/
H A Dkdp.c209 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-12377.1.9/tools/lldbmacros/
H A Dipc.py1549 eport = kern.CreateTypedPointerFromAddress(
1553 func(t, space, ctx, idx, entry_val, eport, entry_disp)
1559 and unsigned(eport) > 0
1560 and eport.ip_messages.imq_msgcount > 0
1564 eport.ip_messages.imq_messages, "ipc_kmsg", "ikm_link"
1567 CollectKmsgPortRefs(t, eport, kmsgp, p_refs)