Searched refs:open (Results 851 - 875 of 1624) sorted by relevance

<<31323334353637383940>>

/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_pci.c46 #include <sys/open.h>
/illumos-gate/usr/src/uts/common/io/
H A Dpseudonex.c68 #include <sys/open.h>
128 pseudonex_open, /* open */
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_open.c83 * flags: open flag bits
84 * mode: open permission bits
192 * open a backing temporary file. Otherwise, it's a disk-based tree.
206 if ((t->bt_fd = open(fname, flags | O_BINARY, mode)) < 0)
/illumos-gate/usr/src/uts/common/io/lvm/raid/
H A Draid_hotspare.c54 #include <sys/open.h>
219 * close the device and open the hot spare. The device should
227 * Try open by device id
232 /* cannot open return to orig */
241 cmn_err(CE_WARN, "md: %s: open error of hotspare %s",
/illumos-gate/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng_entp_setup.c34 #include <sys/open.h>
/illumos-gate/usr/src/uts/sun4u/excalibur/io/
H A Dxcalwd.c42 #include <sys/open.h>
92 xcalwd_open, /* open */
/illumos-gate/usr/src/uts/sun4u/grover/io/
H A Dgrfans.c31 #include <sys/open.h>
60 grfans_open, /* open */
/illumos-gate/usr/src/uts/sun4u/io/
H A Dgpio_87317.c34 #include <sys/open.h>
324 DBG(NULL, "open: instance is %d", instance, 0, 0, 0, 0);
H A Dpic16f747.c37 #include <sys/open.h>
H A Dtodblade.c29 #include <sys/open.h>
H A Dtodm5819.c29 #include <sys/open.h>
H A Dtodm5819p_rmc.c34 #include <sys/open.h>
/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dpic16f819.c28 #include <sys/open.h> /* for open params. */
58 pic16f819_open, /* open */
/illumos-gate/usr/src/uts/sun4u/io/ppm/
H A Djbusppm.c29 #include <sys/open.h>
63 jbppm_open, /* open */
123 * sequentialized. Lyr protocol requires pairing up lyr open
337 /* not intended to allow sysadmin level root process to open it */
/illumos-gate/usr/src/uts/intel/io/heci/
H A Dheci_interface.c55 #include <sys/open.h>
/illumos-gate/usr/src/uts/sun/io/
H A Dsbusmem.c31 #include <sys/open.h>
63 sbmem_open, /* open */
/illumos-gate/usr/src/cmd/lp/model/netpr/
H A Dnetpr.c189 /* reduce privileges until needed to open reserved port */
321 * file looks ok, open and mmap it
323 if ((fd = open(job_data->filename, O_RDONLY)) < 0) {
324 (void) fprintf(stderr, gettext("Netpr: Cannot open file %s\n"),
326 syslog(LOG_DEBUG, "Cannot open file: %s",
394 * We are now ready to open a connection to the printer
407 gettext("Netpr: Cannot open connection to <%s>\n"),
410 "Cannot open connection to %s: retrying",
427 /* Set SO_KEEPALIVE on socket to keep open */
/illumos-gate/usr/src/cmd/luxadm/
H A Dlux_util.c669 if ((fd = open(path, O_NDELAY | O_RDONLY)) == -1)
696 if ((fd = open(path, O_NDELAY | O_RDONLY)) == -1)
1417 /* open the ioctl file descriptor */
1418 if ((fd = open("/devices/scsi_vhci:devctl", O_RDWR)) < 0) {
1517 /* open controller */
1518 if ((fd = open(path, O_NDELAY | O_RDWR)) == -1)
/illumos-gate/usr/src/lib/libshare/smb/
H A Dsmb_share_doorclnt.c88 if ((smb_share_dfd = open(door_name, O_RDONLY)) < 0)
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_directory.c169 sr->arg.open.create_options = FILE_DIRECTORY_FILE;
H A Dsmb_vss.c145 smb_arg_open_t *op = &sr->arg.open;
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dexternal.c636 open(const char *path, int oflag, ...) function
/illumos-gate/usr/src/uts/i86xpv/io/
H A Dprivcmd.c32 #include <sys/open.h>
/illumos-gate/usr/src/cmd/mv/
H A Dmv.c796 fi = open(source, O_RDONLY);
799 gettext("%s: cannot open %s: "),
1987 if ((srcfd = open(src, O_RDONLY)) == -1) {
1994 gettext("%s: cannot open file"
2015 if ((targfd = open(targ, O_RDONLY)) == -1) {
2022 gettext("%s: cannot open file"
2037 gettext("%s: cannot open attribute"
2068 gettext("%s: cannot open attribute"
2114 gettext("%s: failed to open attribute"
2145 gettext("%s: cannot open attribut
[all...]
/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Ddimm_topo.c32 #include <sys/open.h>
207 closed_page ? "closed-page" : "open-page");

Completed in 2299 milliseconds

<<31323334353637383940>>