Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/skywalk/namespace/
H A Dprotons.c60 uint8_t pt_protocol; member
72 return (int)pt1->pt_protocol - (int)pt2->pt_protocol; in pt_cmp()
130 struct protons_token find = { .pt_protocol = proto }; in protons_find_token_with_protocol()
155 (void *)SK_KVA(pt), pt->pt_protocol, pt->pt_pid, pt->pt_epid, in protons_token_release()
162 pt->pt_protocol = 0; in protons_token_release()
198 pt->pt_protocol = proto; in protons_reserve_locked()
338 spt->spt_protocol = pt->pt_protocol;
/xnu-8796.141.3/tools/lldbmacros/
H A Dskywalk.py790 hex(pt), int(pt.pt_protocol), int(pt.pt_pid), int(pt.pt_epid),