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

/osnet-11/usr/src/lib/libinstzones/common/
H A Dzones_utils.c34 * _z_close_file_descriptors - close a file descriptor "a_fd" not in the
136 * Description: close a file descriptor "a_fd" not in the list "a_fds"
142 * a_fd - [RO, *RO] - (int)
149 _z_close_file_descriptors(void *a_fds, int a_fd) argument
156 if (a_fd == STDIN_FILENO || a_fd == STDOUT_FILENO ||
157 a_fd == STDERR_FILENO) {
164 (void) close(a_fd);
175 if (fds[i] == a_fd) {
182 (void) close(a_fd);
[all...]
H A Dinstzones_lib.h266 int _z_close_file_descriptors(void *a_fds, int a_fd);
/osnet-11/usr/src/lib/libpkg/common/
H A Disdir.c73 int isFdRemote(int a_fd);
254 * Arguments: a_fd - [RO, *RO] - (int)
263 isFdRemote(int a_fd) argument
268 r = fstat(a_fd, &statbuf);
H A Dpkglib.h451 extern int isFdRemote(int a_fd);

Completed in 354 milliseconds