Home
last modified time | relevance | path

Searched refs:a_fds (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_utils.c149 _z_close_file_descriptors(void *a_fds, int a_fd) in _z_close_file_descriptors() argument
163 if (a_fds == (void *)NULL) { in _z_close_file_descriptors()
172 fds = (int *)a_fds; in _z_close_file_descriptors()
H A Dinstzones_lib.h308 int _z_close_file_descriptors(void *a_fds, int a_fd);
365 int *a_fds);
H A Dzones_exec.c674 char *a_path, char *a_argv[], const char *a_zoneName, int *a_fds) in _z_zone_exec() argument
848 (void) fdwalk(&_z_close_file_descriptors, (void *)a_fds); in _z_zone_exec()
H A Dzones.c2035 char *a_stdoutPath, char *a_stderrPath, int *a_fds) in z_zone_exec() argument
2120 (void) fdwalk(&_z_close_file_descriptors, (void *)a_fds); in z_zone_exec()
/illumos-gate/usr/src/lib/libinstzones/hdrs/
H A Dinstzones_api.h107 const char *a_zoneName, int *a_fds);
110 char *a_stderrPath, int *a_fds);