Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/i386/
H A Dfpu.c1193 pcb_t ppcb; in fpu_dup_fxstate() local
1196 ppcb = THREAD_TO_PCB(parent); in fpu_dup_fxstate()
1198 if (ppcb->ifps == NULL) { in fpu_dup_fxstate()
1208 simple_lock(&ppcb->lock, LCK_GRP_NULL); in fpu_dup_fxstate()
1210 if (ppcb->ifps != NULL) { in fpu_dup_fxstate()
1211 struct x86_fx_thread_state *ifps = ppcb->ifps; in fpu_dup_fxstate()
1228 __nochk_bcopy((char *)(ppcb->ifps), in fpu_dup_fxstate()
1245 simple_unlock(&ppcb->lock); in fpu_dup_fxstate()
/xnu-11417.121.6/tools/lldbmacros/
H A Dnet.py1799 def GetInPcbPort(ppcb): argument
1801 out_string += hex(ppcb) + ": lport "
1802 out_string += Getntohs(ppcb.phd_port)