Searched refs:close (Results 301 - 325 of 1727) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libvolmgt/common/
H A Dvolmgt_on_private.c118 (void) close(fd);
312 (void) close(fd);
319 (void) close(fd);
327 (void) close(fd);
340 (void) close(fd);
347 (void) close(fd);
352 (void) close(fd); /* all done with file descriptor */
499 continue; /* not even close */
537 (void) close(fd);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetlogin.c96 (void) close(uf);
99 (void) close(uf);
H A Dgetxby_door.c68 * 2) Set the close on exec flags so descriptor remains available
74 * Note that we never close the file descriptor if it isn't one
269 (void) close(tbc[i]);
277 (void) close(tbc[i]);
280 * mark this door descriptor as close on exec
287 * we should close doorfd because we just opened it
289 (void) close(dp->doorfd);
302 * don't close it -
318 (void) close(dp->doorfd); /* nscd exited .... */
533 (void) close(back
[all...]
/illumos-gate/usr/src/lib/libinetutil/common/
H A Difaddrlist.c168 (void) close(fd);
188 (void) close(fd);
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
H A DSyslogHandler.java135 close();
231 public void close() throws SecurityException method in class:SyslogHandler
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DResource.java64 val.close();
67 val.close();
H A DValue.java156 public void close() method in class:Value
177 close();
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/slpd/
H A Dslpd.c216 (void) close(lfd);
219 (void) close(connfd);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv4localtcp.ksh51 # TCP close will enter the IP code path and not use tcp fusion.
75 close \$s;
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_ip_route.c256 (void) close(sd);
264 (void) close(sd);
331 (void) close(sd);
344 (void) close(sd);
413 (void) close(sd);
454 (void) close(sd);
462 (void) close(sd);
465 (void) close(sd);
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Ddump.c92 (void) close(fildes[1]);
148 (void) close(fildes[0]);
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Dacom.c199 (void) close(fd);
212 (void) close(fd);
H A Dpcom.c197 (void) close(fd);
206 (void) close(fd);
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dipft_sn.c76 (void) close(fd);
90 return close(sfd);
/illumos-gate/usr/src/cmd/tip/aculib/
H A Dv3451.c110 (void) close(FD);
117 (void) close(FD);
H A Dventel.c94 (void) close(FD);
102 (void) close(FD);
/illumos-gate/usr/src/cmd/tsol/plabel/
H A Dplabel.c168 * Get the info structure for the process and close quickly.
173 (void) close(fd);
180 (void) close(fd);
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmchild.c77 (void) close(PCpipe[0]); /* close parent end of the pipe */
95 (void) close(pmtab->p_fd);
112 (void) close(pmtab->p_fd);
244 (void) close(0);
245 /* open should return fd 0, if not, then close it */
252 (void) close(1);
253 (void) close(2);
282 (void) close(0);
304 (void) close(
[all...]
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Drtime.c72 extern int close(int);
162 (void) close(s);
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Dfopen.c91 (void) close(fd);
98 (void) close(fd);
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dputprinter.c182 close(fdin);
187 close(fdout);
188 close(fdin);
463 close(fdout);
466 close(fdout);
696 close(fdin);
707 close(fdout);
708 close(fdin);
/illumos-gate/usr/src/cmd/lp/lib/users/
H A Dloadpri.c144 close(fd);
163 close(fd);
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c325 (void) close(sockfd);
387 * Later we'll close the slave out when once we've opened it again
454 (void) close(slavefd);
542 (void) close(close_on_sig);
624 /* 0 read means EOF, close the pipe to the child */
741 /* 0 read means EOF, close the pipe to the child */
900 * close the pipe on a zero-length message.
914 /* EOF (close) child's stdin_fd */
916 while ((res = close(stdin_fd)) != 0 &&
931 * the condition and close th
[all...]
/illumos-gate/usr/src/cmd/ucodeadm/
H A Ducodeadm.c138 (void) close(fd);
219 (void) close(fd);
223 (void) close(fd);
259 (void) close(fd);
264 (void) close(fd);
286 (void) close(fd);
291 (void) close(fd);
362 (void) close(fd);
367 (void) close(fd);
758 (void) close(dev_f
[all...]
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzcons.c286 (void) close(slavefd);
292 (void) close(masterfd);
424 (void) close(masterfd);
446 (void) close(slavefd);
447 (void) close(masterfd);
492 (void) close(servfd);
504 (void) close(servfd);
591 (void) close(connfd);
618 (void) close(connfd);
752 /* we are hosed, close connectio
[all...]

Completed in 85 milliseconds

<<11121314151617181920>>