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

/darwin-on-arm/xnu/bsd/kern/
H A Dsysv_sem.c554 register struct undo *sueptr, **suepptr, *new_sueptr; local
587 for (i = 0, suepptr = &suptr->un_ent, sueptr = suptr->un_ent;
589 i++, suepptr = &sueptr->une_next, sueptr = sueptr->une_next) {
590 if (sueptr->une_id != semid || sueptr->une_num != semnum)
593 sueptr->une_adjval = 0;
595 sueptr->une_adjval += adjval;
596 if (sueptr
643 struct undo *sueptr; local
1420 struct undo *sueptr; local
[all...]

Completed in 70 milliseconds