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

/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_utils.c35 * list "a_fds"
136 * Description: close a file descriptor "a_fd" not in the list "a_fds"
140 * Arguments: a_fds - [RO, *RO] - (void *)
149 _z_close_file_descriptors(void *a_fds, int a_fd) argument
163 if (a_fds == (void *)NULL) {
172 fds = (int *)a_fds;
H A Dzones_exec.c648 * a_fds - Pointer to array of integers representing file
669 * for those file descriptors listed in the a_fds array.
674 char *a_path, char *a_argv[], const char *a_zoneName, int *a_fds)
845 * close all file descriptors not in the a_fds list
848 (void) fdwalk(&_z_close_file_descriptors, (void *)a_fds);
673 _z_zone_exec(int *r_status, char **r_results, char *a_inputFile, char *a_path, char *a_argv[], const char *a_zoneName, int *a_fds) argument
H A Dzones.c2016 * a_fds - Pointer to array of integers representing file
2030 * for those file descriptors listed in the a_fds array.
2035 char *a_stdoutPath, char *a_stderrPath, int *a_fds)
2117 * close all file descriptors not in the a_fds list
2120 (void) fdwalk(&_z_close_file_descriptors, (void *)a_fds);
2034 z_zone_exec(const char *a_zoneName, const char *a_path, char *a_argv[], char *a_stdoutPath, char *a_stderrPath, int *a_fds) argument

Completed in 66 milliseconds