Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/skywalk/namespace/
H A Dprotons.c58 pid_t pt_pid; member
125 return pt->pt_pid == pid && pt->pt_epid == epid; in protons_token_has_matching_pid()
156 (void *)SK_KVA(pt), pt->pt_protocol, pt->pt_pid, pt->pt_epid, in protons_token_release()
164 pt->pt_pid = 0; in protons_token_release()
181 if (pt->pt_pid != pid || pt->pt_epid != epid) { in protons_reserve_locked()
183 proto, pt->pt_pid, pt->pt_epid); in protons_reserve_locked()
197 pt->pt_pid = pid; in protons_reserve_locked()
341 spt->spt_pid = pt->pt_pid;
/xnu-8792.41.9/tools/lldbmacros/
H A Dskywalk.py793 hex(pt), int(pt.pt_protocol), int(pt.pt_pid), int(pt.pt_epid),