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

/darwin-on-arm/xnu/bsd/sys/
H A Dsem_internal.h158 struct proc *un_proc; /* owner of this structure */ member in struct:sem_undo
/darwin-on-arm/xnu/bsd/kern/
H A Dsysv_sem.c304 * "un_proc" set to 0 (i.e. NULL) by the M_ZERO flag to MALLOC() above,
493 if (suptr->un_proc == NULL) {
498 suptr->un_proc = p;
516 suptr->un_proc = NULL;
566 if (suptr->un_proc == p) {
1403 if (suptr->un_proc == p)
1439 suptr->un_proc,
1484 suptr->un_proc = NULL;

Completed in 23 milliseconds