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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_hc.c1265 posix_spawn_file_actions_t fd_actions; local
1297 if (posix_spawn_file_actions_init(&fd_actions) != 0) {
1305 if (posix_spawn_file_actions_addclose(&fd_actions, fds[0]) != 0) {
1309 if (posix_spawn_file_actions_adddup2(&fd_actions, fds[1],
1314 if (posix_spawn_file_actions_addclose(&fd_actions, fds[1]) != 0) {
1349 if (posix_spawn(&pid, probe_name, &fd_actions, &attr, child_argv,

Completed in 97 milliseconds