Searched refs:close (Results 501 - 525 of 956) sorted by relevance

<<21222324252627282930>>

/osnet-11/usr/src/cmd/sendmail/aux/
H A Dmail.local.c397 close(bfd);
398 close(hfd);
541 (void) close(bfd);
561 (void) close(hfd);
929 err1: (void)close(mbfd);
936 ** Save the current size so if the close() fails below
938 ** between the failed close and the re-open()/re-lock().
949 /* Close and check -- NFS doesn't write until the close. */
950 if (close(mbfd))
968 (void) close(mbf
[all...]
/osnet-11/usr/src/lib/libzpool/common/
H A Dkernel.c356 close(fd);
359 close(fd);
387 close(fd);
453 close(vp->v_fd);
468 close(vp->v_fd);
998 close(random_fd);
999 close(urandom_fd);
/osnet-11/usr/src/lib/libldap4/common/
H A Dos-ip.c61 #define tcp_close(s) close(s)
70 #define tcp_close(s) close(s)
223 close(s);
/osnet-11/usr/src/lib/libdhcpsvc/modules/files/
H A Ddhcptab.c82 (void) close(fd);
460 * Note: we close these descriptors before the rename(2) (rather
466 (void) close(newfd);
474 (void) close(newfd);
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dmedia.c143 (void) close(fd);
336 (void) close(fd);
617 (void) close(fd);
H A Dalias.c105 (void) close(fd);
/osnet-11/usr/src/lib/fm/libseslog/common/
H A Dlibseslog.c765 (void) close(sg_fd);
772 (void) close(sg_fd);
778 (void) close(sg_fd);
/osnet-11/usr/src/cmd/sendmail/libsmdb/
H A Dsmdb1.c176 result = db->close(db);
178 (void) close(db1->smdb1_lock_fd);
574 (void) db->close(db);
H A Dsmndbm.c101 close(db->smndbm_lock_fd);
542 (void) close(lock_fd);
545 (void) close(pag_fd);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAutoSplit.t49 close DATA;
61 close FILE or die "Can't close $file: $!";
166 close IX or die "Can't close '$file': $!";
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c114 (void) close(fd);
1042 * labels skips a bunch of slow operations during close(2).
1058 (void) close(fd);
1064 (void) close(fd);
1075 (void) close(fd);
1079 (void) close(fd);
1329 * close(2) processing, so replace /dev/dsk with /dev/rdsk etc.
1357 (void) close(dfd);
1381 (void) close(dfd);
1413 (void) close(df
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_setup.c192 (void) close(lockfd);
204 if (close(META_LOCK_FD(sp)) != 0) {
429 * We need to close the admin device and reset the specialfd to force
430 * the child process to reopen it, since we are going to close all
436 /* close RPC connections */
445 * close all but stdout, stderr, and metalogfp
455 (void) close(i);
495 /* close RPC connections */
/osnet-11/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c106 (void) close(fdl);
131 (void) close(fdl);
136 (void) close(fdl);
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dsbb.py161 open(menulst).close()
170 open(bootblk).close()
359 tmpfile.close()
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dgen_ng.c85 ng->close = ng_close;
H A Dirp_ng.c90 ng->close = ng_close;
/osnet-11/usr/src/lib/libshell/common/include/
H A Dshell.h234 # define close(a) sh_close(a) macro
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DTransact.java394 ds.close();
576 s.close();
1059 ds.close();
1088 ds.close();
/osnet-11/usr/src/lib/libkvm/common/
H A Dkvm.c192 (void) close(kd->kvm_corefd);
194 (void) close(kd->kvm_kmemfd);
196 (void) close(kd->kvm_memfd);
292 (void) close(procfd);
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_dictlog.cc165 close();
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Ddevice.h90 int (*close)(struct ntfs_device *dev); member in struct:ntfs_device_operations
/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dfat.c807 .close = fat_close,
818 .close = NULL,
834 .close = fat_close,
845 .close = NULL,
/osnet-11/usr/src/lib/libpicl/
H A Dpicl.c196 if (write_locked == 1) { /* close and open door */
197 (void) close(door_handle);
246 (void) close(door_handle); /* close bad door */
259 (void) close(door_handle);
268 * Decrement the reference count and close the door_handle if refcnt is zero
288 (void) close(door_handle);
/osnet-11/usr/src/lib/libcmd/common/
H A Dtee.c105 close(n);
/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Dprivate.c111 (void) close(elf_fd);
117 (void) close(elf_fd);
143 (void) close(elf_fd);
147 (void) close(elf_fd);
484 * Delete the handle instance referenced by hand. Frees hand if the close

Completed in 125 milliseconds

<<21222324252627282930>>