Searched refs:open (Results 276 - 300 of 784) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcp_hostconf.c120 fd = open(ifname_to_hostconf(ifname, isv6), O_RDONLY);
122 fd = open(ifname_to_oldhostconf(ifname, isv6), O_RDONLY);
351 fd = open(ifname_to_hostconf(ifname, isv6), O_WRONLY|O_CREAT|O_TRUNC,
/osnet-11/usr/src/grub/grub2/util/ieee1275/
H A Dofpath.c106 fd = open(path, O_RDONLY);
263 fd = open(buf, O_RDONLY);
265 grub_util_error (_("cannot open 'vendor' node of `%s'"), path);
307 fd = open(path, O_RDONLY);
309 grub_util_error(_("cannot open SAS PHY ID `%s'\n"), path);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/
H A D30_defer.t22 open F, "> $file" or die $!;
92 open F, "> $file" or die $!;
224 open F, "< $file" or die;
/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Dpacklib.c61 if ((fd_d = open(dname, O_RDWR|O_CREAT, 0600)) == -1)
62 syslog(LOG_ERR, "PWopen: can't open %s: %s", dname,
64 if ((fd_i = open(iname, O_RDWR|O_CREAT, 0600)) == -1)
65 syslog(LOG_ERR, "PWopen: can't open %s: %s", iname,
67 if ((fd_w = open(wname, O_RDWR|O_CREAT, 0600)) == -1)
68 syslog(LOG_ERR, "PWopen: can't open %s: %s", wname,
/osnet-11/usr/src/lib/sun_fc/common/
H A DTgtFCHBA.cc97 if ((fd = open(FCT_DRIVER_PATH.c_str(), O_NDELAY | O_RDONLY)) == -1) {
173 if ((fd = open(FCT_DRIVER_PATH.c_str(), O_NDELAY | O_RDONLY)) == -1) {
257 /* open the fcsm node so we can send the ioctl to */
259 if ((fd = open(FCT_DRIVER_PATH.c_str(), O_RDONLY)) < 0) {
269 throw IOError("Unable to open FCT driver");
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_cache_door.c47 * 1) Never use 0,1 or 2; if we get this from the open
94 * the first time in we try and open and validate the door.
110 if ((doorfd = open(LDAP_CACHE_DOOR, O_RDONLY, 0))
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_crypt.c78 * library, and open a session with a slot that supports
161 fd = open("/dev/urandom", O_RDONLY);
/osnet-11/usr/src/lib/libnsl/common/
H A Ddaemon_utils.c124 if ((fd = open(lock_file, mode, 0644)) == -1)
/osnet-11/usr/src/lib/libnsl/dial/
H A Dcallers.c223 /* We do locking (file and advisory) after open */
234 /* take care of the possible partial open fd */
235 (void) close(nullfd = open("/", O_RDONLY));
238 DEBUG(1, "generic open timeout\n%s", "");
239 logent("generic open", "TIMEOUT");
247 dcf = open(dcname, (O_RDWR | O_NDELAY));
250 dcf = open(dcname, O_RDWR);
256 DEBUG(1, "generic open failed, errno = %d\n", errno);
258 logent("generic open", "FAILED");
366 if ((ndcf = open(saved_dcnam
[all...]
/osnet-11/usr/src/lib/libnsl/yp/
H A Ddbm.c69 pagf = open(pagbuf, 2);
71 pagf = open(pagbuf, 0);
81 dirf = open(pagbuf, 2);
83 dirf = open(pagbuf, 0);
/osnet-11/usr/src/lib/libparted/common/include/parted/
H A Ddevice.h106 int (*open) (PedDevice* dev); member in struct:_PedDeviceArchOps
H A Dfilesys.h43 PedFileSystem* (*open) (PedGeometry* geom); member in struct:_PedFileSystemOps
/osnet-11/usr/src/lib/libparted/common/libparted/fs/amiga/
H A Dasfs.c123 .open = NULL,
/osnet-11/usr/src/lib/libparted/common/libparted/fs/solaris_x86/
H A Dsolaris_x86.c143 .open = NULL,
/osnet-11/usr/src/lib/libpower/common/
H A Dpm_suspend.c168 if ((fd = open(rdskname, O_RDONLY)) == -1) {
169 *err = "could not open '%s'\n";
354 "%s couldn't open zfs\n", __FUNCTION__);
518 (fd = open(cpr_conf, O_RDONLY)) != -1) {
548 if ((fd = open(cpr_conf, O_CREAT | O_TRUNC | O_WRONLY, 0644)) == -1) {
550 "%s cannot open/create \"%s\", %s\\n",
631 if ((fd = open(promdev, O_RDONLY)) == -1) {
633 "%s cannot open \"%s\", %s.\n",
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_dli.c108 fd = open(dlipath, oflag, mode);
/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/tools/
H A Dprintnet.c64 confd = open(argv[i], O_RDONLY);
66 (void) fprintf(stderr, "%s: cannot open container "
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dinuse_zpool.c95 if ((fd = open(slice, O_RDONLY)) > 0) {
/osnet-11/usr/src/lib/libinstzones/common/
H A Dzones_exec.c181 stdinfile = open(a_inputFile, O_RDONLY);
183 stdinfile = open("/dev/null", O_RDONLY); /* stdin = /dev/null */
219 * adjust interrupts and open files as a prelude to a
245 /* Close all open files except standard i/o */
648 * descriptors to remain open during the call - all
663 * -4 : could not open stdin source file
748 stdinfile = open(a_inputFile, O_RDONLY);
750 stdinfile = open("/dev/null", O_RDONLY); /* stdin = /dev/null */
754 return (-4); /* -4 : could not open stdin source file */
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dserver_dict.c120 if ((fd = open(params->dict_file, O_RDONLY)) == -1) {
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dhostfs.c71 "can't open the hostfs directory `%s'", path);
102 "can't open `%s'", name);
158 .open = grub_hostfs_open,
/osnet-11/usr/src/grub/grub2/include/grub/
H A Data.h201 grub_err_t (*open) (int id, int bus, struct grub_ata *scsi); member in struct:grub_ata_dev
H A Ddisk.h76 grub_err_t (*open) (const char *name, struct grub_disk *disk); member in struct:grub_disk_dev
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mklayout.c482 grub_util_error (_("Couldn't open input file: %s\n"), strerror (errno));
493 grub_util_error (_("Couldn't open output file: %s\n"), strerror (errno));
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_rep.c236 * Set the mode to read only. Root user can still open as RDWR.
247 if ((fd = open(FAB_REPOSITORY, O_RDWR | O_CREAT)) == -1) {
313 if ((copy_fd = open(copy_rep, O_RDWR | O_CREAT | O_TRUNC,
441 if ((tmp_fd = open(tmp_rep, O_RDWR|O_CREAT|O_TRUNC,
536 if ((tmp_fd = open(tmp_rep, O_RDWR|O_CREAT|O_TRUNC,

Completed in 51 milliseconds

<<11121314151617181920>>