Searched refs:pt_epid (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.41.9/bsd/skywalk/namespace/ |
| H A D | protons.c | 59 pid_t pt_epid; 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() 165 pt->pt_epid = 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() 198 pt->pt_epid = (epid != -1) ? epid : pid; in protons_reserve_locked() 342 spt->spt_epid = pt->pt_epid;
|
| /xnu-8792.41.9/tools/lldbmacros/ |
| H A D | skywalk.py | 793 hex(pt), int(pt.pt_protocol), int(pt.pt_pid), int(pt.pt_epid),
|