Searched refs:un_proc (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dsem_internal.h158 struct proc *un_proc; /* owner of this structure */ member in struct:sem_undo
/xnu-2782.1.97/bsd/kern/
H A Dsysv_sem.c304 * "un_proc" set to 0 (i.e. NULL) by the M_ZERO flag to MALLOC() above,
494 if (suptr->un_proc == NULL) {
499 suptr->un_proc = p;
517 suptr->un_proc = NULL;
567 if (suptr->un_proc == p) {
1421 if (suptr->un_proc == p)
1457 suptr->un_proc,
1499 suptr->un_proc = NULL;

Completed in 117 milliseconds