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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_descrip.c3971 fg->fg_lflags |= FG_TERM;
4318 while (fg->fg_lflags & FG_RMMSGQ) {
4321 fg->fg_lflags |= FG_WRMMSGQ;
4322 msleep(&fg->fg_lflags, &fg->fg_lock, 0, "fg_insertuipc", NULL);
4328 fg->fg_lflags |= FG_INSMSGQ;
4339 fg->fg_lflags &= ~FG_INSMSGQ;
4340 if (fg->fg_lflags & FG_WINSMSGQ) {
4341 fg->fg_lflags &= ~FG_WINSMSGQ;
4342 wakeup(&fg->fg_lflags);
4367 while (fg->fg_lflags
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfile_internal.h129 /* defines for fg_lflags */
163 int32_t fg_lflags; /* file global flags */ member in struct:fileglob

Completed in 79 milliseconds