Searched refs:from_fd (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dprint.c63 int32_t from_fd; local
77 from_fd = ctx->ct_dev_fd;
78 if (ioctl(new_fd, SMBIOC_DUP_DEV, &from_fd) == -1) {
H A Dfile.c80 int32_t from_fd; local
98 from_fd = ctx->ct_dev_fd;
99 if (ioctl(new_fd, SMBIOC_DUP_DEV, &from_fd) == -1) {
/illumos-gate/usr/src/ucbcmd/install.d/
H A Dinstall.c272 int n, from_fd; local
276 if ((from_fd = open(from_name, O_RDONLY, 0)) < 0) {
280 while ((n = read(from_fd, buf, sizeof(buf))) > 0)
293 (void) close(from_fd);

Completed in 58 milliseconds