Searched refs:close (Results 751 - 775 of 1727) sorted by relevance

<<31323334353637383940>>

/illumos-gate/usr/src/lib/libresolv/
H A Dres_mkquery.c103 (void) close(ns);
107 (void) close(ns);
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_vdev.c347 (void) close(fd);
372 (void) close(fd);
376 (void) close(fd);
510 (void) close(fd);
690 (void) close(fd);
955 (void) close(fd);
1003 (void) close(fd);
1007 (void) close(fd);
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dinterp.c135 * We store the commands in memory and close the source file so that the media
224 close(fd);
238 close(fd);
/illumos-gate/usr/src/boot/sys/boot/usb/tools/
H A Dsysinit.c114 close(output_file);
116 close(input_file);
/illumos-gate/usr/src/lib/libzpool/common/
H A Dkernel.c432 close(fd);
435 close(fd);
474 close(fd);
548 close(vp->v_fd);
550 close(vp->v_dump_fd);
565 close(vp->v_fd);
961 close(random_fd);
962 close(urandom_fd);
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_script.c601 (void) close(statefd->fd);
760 (void) close(fd);
777 (void) close(fd);
954 /* close stdin, stdout and stderr */
955 (void) close(0);
956 (void) close(1);
957 (void) close(2);
966 /* close all other file descriptors */
996 (void) close(rsi->pipe1[CHILD_END_OF_PIPE]);
997 (void) close(rs
[all...]
/illumos-gate/usr/src/lib/fm/libldom/sparc/
H A Dldom.c184 (void) close(fh);
192 (void) close(fh);
195 (void) close(fh);
631 (void) close(fd);
641 (void) close(fd);
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dpartition.c573 (void) close(fd);
578 (void) close(fd);
583 (void) close(fd);
588 (void) close(fd);
591 (void) close(fd);
/illumos-gate/usr/src/cmd/vi/port/
H A Dexrecover.c356 (void)close(f);
359 (void)close(f);
548 (void)close(bestfd);
558 (void)close(tfile);
577 (void)close(tfile);
/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Ddevice.c280 close (fd);
365 close (fd);
408 close (fd);
605 show_error (line_number, "No close parenthesis found");
735 /* OK, close the device map file if opened. */
834 /* OK, close the device map file if opened. */
933 close (fd);
939 close (fd);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddocmd.c472 (void) close(rem);
700 (void) close(fd);
704 (void) close(fd);
713 (void) close(fd);
743 (void) close(fd);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/
H A Dilb_probe.c365 (void) close(sd);
715 (void) close(send_sd);
716 (void) close(recv_sd);
748 (void) close(fd);
833 (void) close(sd);
/illumos-gate/usr/src/cmd/fmthard/
H A Dfmthard.c246 (void) close(fd);
266 (void) close(fd);
287 (void) close(fd);
308 (void) close(fd);
327 (void) close(fd);
/illumos-gate/usr/src/cmd/audio/audioplay/
H A Daudioplay.c350 (void) close(Audio_fd);
363 (void) close(Audio_fd);
367 (void) close(Audio_ctlfd);
802 (void) close(ifd); /* close input file */
817 * Though drain is implicit on close(), it's performed here
830 (void) close(Audio_fd); /* close output */
/illumos-gate/usr/src/cmd/fs.d/ufs/df/
H A Ddf.c480 (void) close(fi);
488 (void) close(fi);
497 (void) close(fi);
506 (void) close(fi);
554 (void) close(fi);
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c353 (void) close(fd);
374 (void) close(fd);
399 (void) close(fd);
602 (void) close(fd);
605 (void) close(fd);
/illumos-gate/usr/src/cmd/lms/tools/
H A DATNetworkTool.cpp141 close(sock);
158 close(sock);
318 return close(s);
346 close(s);
353 close(s);
/illumos-gate/usr/src/cmd/tnf/prex/
H A Dmain.c847 close(fd);
854 close(fd);
879 (void) close(elffd);
887 close(elffd);
895 close(elffd);
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_main.c290 (void) close(pfds[1]);
306 (void) close(pfds[0]);
393 (void) close(fd);
707 (void) close(door);
711 (void) close(door);
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv_cache.c231 close(fd);
239 close(fd);
274 close(fd);
289 close(fd);
305 close(fd);
314 close(fd);
325 close(fd);
391 close(fd);
509 close(ch->fd);
558 close(newc
[all...]
/illumos-gate/usr/src/cmd/listen/
H A Dlisten.c374 fcntl(i, F_SETFD, 1); /* set close on exec flag*/
436 close(0);
442 close(1);
448 close(2);
454 close(3);
982 /* have to close an fd because read_dbf needs it */
983 close(Acceptfd);
1199 close(Acceptfd);
1241 close(Passfd);
1275 close(Passf
[all...]
/illumos-gate/usr/src/cmd/lms/
H A DProtocol.cpp1753 mfile.close();
1759 mfile.close();
1760 wfile.close();
1764 mfile.close();
1765 wfile.close();
1773 sfile.close();
1779 sfile.close();
1780 dfile.close();
1788 sfile.close();
1789 dfile.close();
[all...]
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c117 (void) close(fd);
1060 (void) close(fd);
1066 (void) close(fd);
1077 (void) close(fd);
1081 (void) close(fd);
1173 * close(2) processing, so we replace /dev/dsk with /dev/rdsk.
1183 (void) close(dfd);
1341 (void) close(fd);
1348 (void) close(fd);
1353 (void) close(f
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_handlers.c129 (void) close(pout[0]);
130 (void) close(pout[1]);
141 (void) close(pout[0]);
142 (void) close(pout[1]);
143 (void) close(perr[0]);
144 (void) close(perr[1]);
148 (void) close(0);
149 /* close the reading channels of pout and perr */
150 (void) close(pout[0]);
151 (void) close(per
[all...]
/illumos-gate/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi.c200 close(fd_mpconf);
207 close(fd_mpconf);
286 close(fd_mpconf);
291 close(fd_mpconf);
3319 close(fd); \
3322 close(fd); \
3498 close(mpconf);
3503 close(mpconf);
3607 close(mpconf);
3612 close(mpcon
[all...]

Completed in 165 milliseconds

<<31323334353637383940>>