Searched refs:close (Results 851 - 875 of 956) sorted by relevance

<<313233343536373839

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dlegacygrub.py257 open(os.path.join(dataroot, datafile.lstrip('/'))).close()
768 tmpfile.close()
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c2391 (void) close(fd);
3326 (void) close(fd);
3887 (void) close(fd);
4035 (void) close(fd);
4086 * close to reality as we can get, in the absence of V_OTHER.
4102 (void) close(fd);
4110 (void) close(fd);
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c4442 * progress. To close this window we force an owner change to occur
6607 (void) close(fd);
6613 (void) close(fd);
6617 (void) close(fd);
6697 (void) close(0);
6698 (void) close(1);
6699 (void) close(2);
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_kernel.c640 if (close(prov->pkc_fd) < 0) {
2156 (void) close(prov->pkc_fd);
2165 (void) close(prov->pkc_fd);
2180 (void) close(prov->pkc_fd);
2199 (void) close(prov->pkc_fd);
/osnet-11/usr/src/lib/fm/libdisklog/common/
H A Dlibdisklog.c2372 (void) close(fd);
2389 (void) close(fd);
2404 (void) close(fd);
/osnet-11/usr/src/lib/libpp/common/
H A Dppop.c1179 close(0);
1276 close(1);
H A Dpplib.h93 #define PROTO_RETAIN (1<<11) /* defines retained after close */
765 extern int close(int);
/osnet-11/usr/src/lib/libproc/common/
H A DPcore.c1286 (void) close(efp->e_fd);
1305 (void) close(efp->e_fd);
H A DPgcore.c123 (void) close(fd);
128 return (close(fd));
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_dictionary.cc1347 /* close existing logfile and delete its structure */
1352 /* try to close old log file */
1356 if (logfile->close() < 0) {
1358 "db_dictionary::reset_log: could not close log file: ");
1369 /* close existing logfile, but leave its structure if exists */
1375 logfile->close();
1434 close_log(); // close dictionary log
2038 * If size of list exceeds maximum, close opened databases first.
H A Dnis_parse_ldap_conf.c426 (void) close(fd);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH1632 * available to close whatever was being used for host queries.
1638 * available to close whatever was being used for network queries.
1644 * available to close whatever was being used for protocol queries.
1656 * available to close whatever was being used for service queries.
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Ddns_ho.c197 ho->close = ho_close;
H A Dgetaddrinfo.c1103 close(s);
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dargs.c840 close(pv[1-fd]);
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_cfg.c1423 (void) close(fd);
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dcsrcrlop.c177 (void) close(fd);
309 /* Append this EKU OID and close the sequence */
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c127 close(fd);
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dgnome-vfs-method.c862 GnomeVFSMethod_static.close = libntfs_gnomevfs_close;
H A Dvolume.c160 if (dev->d_ops->close(dev))
161 ntfs_log_perror("Failed to close the device");
1072 ntfs_log_perror("Failed to close inode, leaking memory");
1240 ntfs_log_perror("Failed to close inode, leaking memory");
1348 * ntfs_device_umount - close ntfs volume
1349 * @vol: address of ntfs_volume structure of volume to close
1350 * @force: if true force close the volume even if it is busy
1360 * an operation is in progress and if you try the close later the operation
1361 * might be completed and the close succeed.
1363 * If @force is true (i.e. not zero) this function will close th
[all...]
/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_util.c68 (void) close(*door_fdp);
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2.c590 fs->devhandle->ops->close(fs->devhandle->cookie);
/osnet-11/usr/src/lib/libdevice/
H A Ddevctl.c84 (void) close(DCP(hdl)->fd);
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg_vols.c108 * function is to open/write/commit/close the change itself.
270 * function is to open/write/commit/close the change itself.
1126 (void) close(fd);
/osnet-11/usr/src/lib/libefi/common/
H A Drdwr_efi.c629 (void) close(fd);

Completed in 145 milliseconds

<<313233343536373839