Searched defs:fa_next (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dspawn.c64 struct file_attr *fa_next; /* circular list of file actions */ member in struct:file_attr
229 } while ((fap = fap->fa_next) != froot);
531 next = fap->fa_next;
547 fap->fa_next = fap->fa_prev = fap;
550 fap->fa_next = froot;
552 froot->fa_prev->fa_next = fap;

Completed in 45 milliseconds