Home
last modified time | relevance | path

Searched refs:copy_fd (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_rep.c159 if (copy_fd != -1) { \
160 close(copy_fd); \
222 int fd, copy_fd, tmp_fd, new_file_flag = 0; in update_fabric_wwn_list() local
231 fd = copy_fd = tmp_fd = -1; in update_fabric_wwn_list()
328 if (lseek(copy_fd, filesize - 1, SEEK_SET) == -1) { in update_fabric_wwn_list()
333 if (write(copy_fd, "", 1) != 1) { in update_fabric_wwn_list()
340 MAP_SHARED, copy_fd, 0)) == MAP_FAILED) { in update_fabric_wwn_list()
391 if (fchmod(copy_fd, in update_fabric_wwn_list()
480 if (fchmod(copy_fd, S_IRUSR | S_IRGRP | S_IROTH) < 0) { in update_fabric_wwn_list()
495 close(copy_fd); copy_fd = -1; in update_fabric_wwn_list()
[all …]
/illumos-gate/usr/src/lib/libproc/common/
H A Dproc_stdio.c105 copy_fd(int out, FILE *in, size_t len) in copy_fd() function
145 errors += copy_fd(cached_stdout_fd, stdout, len); in proc_flushstdio()
149 errors += copy_fd(cached_stderr_fd, stderr, len); in proc_flushstdio()