Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/i386/
H A Dfpu.c1136 pcb_t ppcb; in fpu_dup_fxstate() local
1139 ppcb = THREAD_TO_PCB(parent); in fpu_dup_fxstate()
1141 if (ppcb->ifps == NULL) { in fpu_dup_fxstate()
1151 simple_lock(&ppcb->lock, LCK_GRP_NULL); in fpu_dup_fxstate()
1153 if (ppcb->ifps != NULL) { in fpu_dup_fxstate()
1154 struct x86_fx_thread_state *ifps = ppcb->ifps; in fpu_dup_fxstate()
1171 __nochk_bcopy((char *)(ppcb->ifps), in fpu_dup_fxstate()
1188 simple_unlock(&ppcb->lock); in fpu_dup_fxstate()
/xnu-10002.81.5/tools/lldbmacros/
H A Dnet.py1947 def GetInPcbPort(ppcb): argument
1949 out_string += hex(ppcb) + ": lport "
1950 out_string += Getntohs(ppcb.phd_port)