Searched defs:otyp (Results 1 - 25 of 227) sorted by relevance

12345678910

/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_fops.c77 int otyp, cred_t *credp)
76 drm_open_helper(drm_device_t *dev, drm_cminor_t *mp, int flags, int otyp, cred_t *credp) argument
H A Ddrm_drv.c431 int otyp, cred_t *credp)
435 retcode = drm_open_helper(dev, mp, openflags, otyp, credp);
450 drm_close(drm_device_t *dev, int minor, int flag, int otyp, argument
430 drm_open(drm_device_t *dev, drm_cminor_t *mp, int openflags, int otyp, cred_t *credp) argument
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_ctl.c41 eibnx_devctl_open(dev_t *devp, int flags, int otyp, cred_t *credp) argument
48 eibnx_devctl_close(dev_t dev, int flags, int otyp, cred_t *credp) argument
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_devctl.c48 static int px_open(dev_t *devp, int flags, int otyp, cred_t *credp);
49 static int px_close(dev_t dev, int flags, int otyp, cred_t *credp);
76 px_open(dev_t *devp, int flags, int otyp, cred_t *credp) argument
85 if (otyp != OTYP_CHR)
107 if (rval = pcie_open(px_p->px_dip, devp, flags, otyp, credp)) {
136 px_close(dev_t dev, int flags, int otyp, cred_t *credp) argument
142 if (otyp != OTYP_CHR)
157 if (rval = pcie_close(px_p->px_dip, dev, flags, otyp, credp)) {
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_misc.c96 hci1394_open(dev_t *devp, int flag, int otyp, cred_t *credp) argument
118 hci1394_close(dev_t dev, int flag, int otyp, cred_t *credp) argument
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_devctl.c48 static int pci_open(dev_t *devp, int flags, int otyp, cred_t *credp);
49 static int pci_close(dev_t dev, int flags, int otyp, cred_t *credp);
82 pci_open(dev_t *devp, int flags, int otyp, cred_t *credp) argument
91 if (otyp != OTYP_CHR)
124 if (rval = pcihp_ops->cb_open(devp, flags, otyp, credp)) {
139 pci_close(dev_t dev, int flags, int otyp, cred_t *credp) argument
144 if (otyp != OTYP_CHR)
155 if (rval = pcihp_ops->cb_close(dev, flags, otyp, credp)) {
/illumos-gate/usr/src/uts/i86xpv/io/
H A Dballoon_drv.c97 balloon_open(dev_t *dev, int flag, int otyp, cred_t *cr) argument
H A Ddomcaps.c97 domcaps_open(dev_t *dev, int flag, int otyp, cred_t *cr) argument
/illumos-gate/usr/src/uts/common/io/
H A Dbl.c107 bl_open(dev_t *devp, int flag, int otyp, struct cred *credp) argument
109 if (otyp != OTYP_CHR)
H A Dcpuid_drv.c102 cpuid_open(dev_t *dev, int flag, int otyp, cred_t *cr) argument
/illumos-gate/usr/src/uts/common/io/usb/hubd/
H A Dhubd.c41 static int hubd_open(dev_t *devp, int flags, int otyp, cred_t *credp);
42 static int hubd_close(dev_t dev, int flag, int otyp, cred_t *credp);
182 hubd_open(dev_t *devp, int flags, int otyp, cred_t *credp) argument
186 return (usba_hubdi_open(dip, devp, flags, otyp, credp));
191 hubd_close(dev_t dev, int flag, int otyp, cred_t *credp) argument
195 return (usba_hubdi_close(dip, dev, flag, otyp, credp));
/illumos-gate/usr/src/uts/sun4/io/
H A Dtod.c269 tod_open(dev_t *devp, int flag, int otyp, cred_t *credp) argument
279 tod_close(dev_t dev, int flag, int otyp, cred_t *credp) argument
/illumos-gate/usr/src/uts/sun4u/excalibur/io/
H A Dxcalwd.c79 static int xcalwd_open(dev_t *devp, int flag, int otyp, cred_t *credp);
80 static int xcalwd_close(dev_t dev, int flag, int otyp, cred_t *credp);
331 xcalwd_open(dev_t *devp, int flag, int otyp, cred_t *credp) argument
338 if (otyp != OTYP_CHR)
354 xcalwd_close(dev_t dev, int flag, int otyp, cred_t *credp) argument
/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dics951601.c174 ics951601_open(dev_t *devp, int flags, int otyp, cred_t *credp) argument
183 if (otyp != OTYP_CHR) {
220 ics951601_close(dev_t dev, int flags, int otyp, cred_t *credp) argument
230 if (otyp != OTYP_CHR) {
H A Dlm75.c144 lm75_open(dev_t *devp, int flags, int otyp, cred_t *credp) argument
165 if (otyp != OTYP_CHR) {
191 lm75_close(dev_t dev, int flags, int otyp, cred_t *credp) argument
193 _NOTE(ARGUNUSED(flags, otyp, credp))
H A Dltc1427.c144 ltc1427_open(dev_t *devp, int flags, int otyp, cred_t *credp) argument
165 if (otyp != OTYP_CHR) {
191 ltc1427_close(dev_t dev, int flags, int otyp, cred_t *credp) argument
193 _NOTE(ARGUNUSED(flags, otyp, credp))
H A Dpcf8574.c144 pcf8574_open(dev_t *devp, int flags, int otyp, cred_t *credp) argument
167 if (otyp != OTYP_CHR) {
193 pcf8574_close(dev_t dev, int flags, int otyp, cred_t *credp) argument
195 _NOTE(ARGUNUSED(flags, otyp, credp))
H A Dpic16f819.c201 pic16f819_open(dev_t *devp, int flags, int otyp, cred_t *credp) argument
222 if (otyp != OTYP_CHR) {
248 pic16f819_close(dev_t dev, int flags, int otyp, cred_t *credp) argument
250 _NOTE(ARGUNUSED(flags, otyp, credp))
/illumos-gate/usr/src/uts/sun4u/mpxu/io/
H A Dtsalarm.c270 tsalarm_open(dev_t *devp, int flag, int otyp, cred_t *credp) argument
280 tsalarm_close(dev_t dev, int flag, int otyp, cred_t *credp) argument
/illumos-gate/usr/src/uts/intel/io/
H A Ducode_drv.c131 ucode_open(dev_t *dev, int flag, int otyp, cred_t *cr) argument
/illumos-gate/usr/src/uts/common/fs/zut/
H A Dzut.c452 zut_open(dev_t *devp, int flag, int otyp, cred_t *cr) argument
464 zut_close(dev_t dev, int flag, int otyp, cred_t *cr) argument
/illumos-gate/usr/src/uts/common/dtrace/
H A Dlockstat.c157 lockstat_open(dev_t *devp, int flag, int otyp, cred_t *cred_p) argument
H A Dsystrace.c305 systrace_open(dev_t *devp, int flag, int otyp, cred_t *cred_p) argument
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_dev.c96 static int nsmb_open(dev_t *devp, int flag, int otyp, cred_t *credp);
97 static int nsmb_close(dev_t dev, int flag, int otyp, cred_t *credp);
444 nsmb_open(dev_t *dev, int flags, int otyp, cred_t *cr) argument
488 nsmb_close(dev_t dev, int flags, int otyp, cred_t *cr) argument
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw.c57 static int iiopen(dev_t *devp, int flag, int otyp, cred_t *crp);
58 static int iiclose(dev_t dev, int flag, int otyp, cred_t *crp);
457 iiopen(dev_t *devp, int flag, int otyp, cred_t *crp) argument
470 iiclose(dev_t dev, int flag, int otyp, cred_t *crp) argument

Completed in 131 milliseconds

12345678910