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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dfork.c1101 posix_spawn_file_actions_t factions; local
1127 err = posix_spawn_file_actions_init(&factions);
1129 err = posix_spawn_file_actions_addclosefrom_np(&factions,
1142 err = posix_spawn(&pid, "/bin/sh", &factions, &attr,
1146 (void) posix_spawn_file_actions_destroy(&factions);

Completed in 56 milliseconds