Home
last modified time | relevance | path

Searched refs: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
229 } while ((fap = fap->fa_next) != froot); in perform_file_actions()
531 next = fap->fa_next; in posix_spawn_file_actions_destroy()
547 fap->fa_next = fap->fa_prev = fap; in add_file_attr()
550 fap->fa_next = froot; in add_file_attr()
552 froot->fa_prev->fa_next = fap; in add_file_attr()