Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/i386/
H A Dfpu.c1126 pcb_t ppcb; in fpu_dup_fxstate() local
1129 ppcb = THREAD_TO_PCB(parent); in fpu_dup_fxstate()
1131 if (ppcb->ifps == NULL) { in fpu_dup_fxstate()
1141 simple_lock(&ppcb->lock, LCK_GRP_NULL); in fpu_dup_fxstate()
1143 if (ppcb->ifps != NULL) { in fpu_dup_fxstate()
1144 struct x86_fx_thread_state *ifps = ppcb->ifps; in fpu_dup_fxstate()
1161 __nochk_bcopy((char *)(ppcb->ifps), in fpu_dup_fxstate()
1178 simple_unlock(&ppcb->lock); in fpu_dup_fxstate()
/xnu-8020.101.4/tools/lldbmacros/
H A Dnet.py1894 def GetInPcbPort(ppcb): argument
1896 out_string += hex(ppcb) + ": lport "
1897 out_string += Getntohs(ppcb.phd_port)