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

/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dsysv_sem.c555 register struct undo *sueptr, **suepptr, *new_sueptr; local
588 for (i = 0, suepptr = &suptr->un_ent, sueptr = suptr->un_ent;
590 i++, suepptr = &sueptr->une_next, sueptr = sueptr->une_next) {
591 if (sueptr->une_id != semid || sueptr->une_num != semnum)
594 sueptr->une_adjval = 0;
596 sueptr->une_adjval += adjval;
597 if (sueptr
644 struct undo *sueptr; local
1438 struct undo *sueptr; local
[all...]

Completed in 166 milliseconds