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.c74 struct file_attr *fa_next; /* circular list of file actions */ member
253 } while ((fap = fap->fa_next) != froot); in perform_file_actions()
555 next = fap->fa_next; in posix_spawn_file_actions_destroy()
571 fap->fa_next = fap->fa_prev = fap; in add_file_attr()
574 fap->fa_next = froot; in add_file_attr()
576 froot->fa_prev->fa_next = fap; in add_file_attr()