Searched refs:open (Results 701 - 725 of 1624) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/cmd/ttymon/
H A Dulockf.c118 fd = open(name, O_RDONLY);
/illumos-gate/usr/src/uts/common/dtrace/
H A Dlockstat.c30 #include <sys/open.h>
285 lockstat_open, /* open */
/illumos-gate/usr/src/ucbcmd/touch/
H A Dtouch.c313 if ((fd = open(filename, 2)) < 0)
/illumos-gate/usr/src/ucbcmd/vipw/
H A Dvipw.c199 fd = open(to, O_WRONLY|O_CREAT|O_EXCL, 0600);
/illumos-gate/usr/src/lib/sun_sas/common/
H A Dsun_sas.c35 * open. This prevents a user from using an old handle that corresponds to
83 /* add new open handle struct to the open_handles list */
103 * This functions checkes to see if the given handle corresponds to an open
392 if ((fd = open(devpath, O_RDONLY | O_NDELAY)) == -1) {
394 "open devpath %s failed: %s", devpath, strerror(errno));
/illumos-gate/usr/src/stand/lib/sa/
H A Dstdio.c169 /* We ignore this because we always open for reading */
187 fd = open(filename, O_RDONLY);
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf_mod.c34 #include <sys/open.h>
272 * from bpf_setif, which implies an open file descriptor that would get
331 * This function is used by bpf_setif() to force an open() to be called on
351 * For mac devices, sometimes the open/close is not
354 * use that as the key for open, rather than the
/illumos-gate/usr/src/uts/common/io/
H A Dclone.c52 #include <sys/open.h>
151 * Clone open. Maj is the major device number of the streams
152 * device to open. Look up the device in the cdevsw[]. Attach
154 * open with the sflag set to CLONEOPEN. Swap in a new vnode with
157 * maj and the minor returned by the device open, or
160 * from the device open.
181 * Get the device to open.
196 * open probably requires attaching instance 0 (pseudo dip).
257 * (stream open, close, push, and pop are single threaded
272 * the open procedur
[all...]
H A Drandom.c45 #include <sys/open.h>
76 rnd_open, /* open */
H A Dtclient.c36 #include <sys/open.h>
67 tcli_open, /* open */
/illumos-gate/usr/src/uts/common/syscall/
H A Dopen.c55 * Common code for openat(). Check permissions, allocate an open
56 * file structure, and call the device open routine (if any).
89 * Regular open()
188 * For __openattrdirat() use "." as filename to open
301 open(char *path, int fmode, int cmode) function
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vm.c46 #include <sys/open.h>
/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_ioctl.c37 #include <sys/open.h>
/illumos-gate/usr/src/uts/i86pc/io/ppm/
H A Dacpippm.c30 #include <sys/open.h>
70 appm_open, /* open */
134 * sequentialized. Lyr protocol requires pairing up lyr open
337 /* not intended to allow sysadmin level root process to open it */
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_open.c73 if (fname != NULL && (rfd = open(fname, flags | O_BINARY, mode)) < 0)
/illumos-gate/usr/src/lib/libast/common/path/
H A Dpathtemp.c49 * if fdp!=0 then the path is opened O_EXCL and *fdp is the open fd
325 if ((n = open(b, O_CREAT|O_RDWR|O_EXCL|O_TEMPORARY, tmp.mode)) >= 0)
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvdc.h305 uint8_t open[OTYPCNT]; /* mask of opened slices */ member in struct:vdc
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_devctl.c37 #include <sys/open.h>
54 px_open, /* open */
83 * Make sure the open is for the right file type.
97 * Handle the open by tracking the device state.
/illumos-gate/usr/src/uts/sun4/io/
H A Dtod.c34 #include <sys/open.h>
/illumos-gate/usr/src/uts/sun4u/io/
H A Depic.c40 #include <sys/open.h>
70 epic_open, /* open */
H A Dtodbq4802.c44 #include <sys/open.h>
/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dltc1427.c29 #include <sys/open.h> /* for open params. */
56 ltc1427_open, /* open */
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_devctl.c40 #include <sys/open.h>
58 pci_open, /* open */
89 * Make sure the open is for the right file type.
102 * Handle the open by tracking the device state.
/illumos-gate/usr/src/uts/sun4u/opl/io/oplpanel/
H A Doplpanel.c38 #include <sys/open.h>
82 nodev, /* open */
/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dintel_nhmdrv.c32 #include <sys/open.h>

Completed in 97 milliseconds

<<21222324252627282930>>