HomeSort by: relevance | last modified time | path
    Searched refs:un_proc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
sem.h 113 struct proc *un_proc; /* owner of this structure */ member in struct:sem_undo
  /src/sys/kern/
sysv_sem.c 142 suptr->un_proc = NULL;
252 if (suptr->un_proc == NULL)
280 nsuptr->un_proc = NULL;
372 if (suptr->un_proc == NULL) {
377 suptr->un_proc = p;
390 suptr->un_proc = NULL;
426 if (suptr->un_proc == p)
1182 if (suptr->un_proc == p)
1221 suptr->un_proc, suptr->un_ent[ix].un_id,
1241 suptr->un_proc = NULL
    [all...]

Completed in 39 milliseconds