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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_hc.c1266 posix_spawn_file_actions_t fd_actions; local
1300 if (posix_spawn_file_actions_init(&fd_actions) != 0) {
1310 if (posix_spawn_file_actions_addclose(&fd_actions, fds[0]) != 0) {
1314 if (posix_spawn_file_actions_adddup2(&fd_actions, fds[1],
1319 if (posix_spawn_file_actions_addclose(&fd_actions, fds[1]) != 0) {
1354 if (posix_spawn(&pid, probe_name, &fd_actions, &attr, child_argv,
1382 (void) posix_spawn_file_actions_destroy(&fd_actions);
1389 (void) posix_spawn_file_actions_destroy(&fd_actions);

Completed in 60 milliseconds