Searched refs:a_fds (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libinstzones/common/ |
H A D | zones_utils.c | 149 _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 D | instzones_lib.h | 308 int _z_close_file_descriptors(void *a_fds, int a_fd); 365 int *a_fds);
|
H A D | zones_exec.c | 674 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 D | zones.c | 2035 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()
|
/titanic_41/usr/src/lib/libinstzones/hdrs/ |
H A D | instzones_api.h | 107 const char *a_zoneName, int *a_fds); 110 char *a_stderrPath, int *a_fds);
|