Searched refs:otyp (Results 1 - 25 of 243) sorted by relevance

12345678910

/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/common/sys/fibre-channel/fca/qlc/
H A Dql_ioctl.h53 int ql_open(dev_t *dev_p, int flags, int otyp, cred_t *cred_p);
54 int ql_close(dev_t dev, int flags, int otyp, cred_t *cred_p);
/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/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/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/common/fs/zfs/sys/
H A Dzvol.h48 extern int zvol_open(dev_t *devp, int flag, int otyp, cred_t *cr);
50 extern int zvol_close(dev_t dev, int flag, int otyp, cred_t *cr);
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu.c53 static int amd_iommu_open(dev_t *devp, int flag, int otyp, cred_t *credp);
54 static int amd_iommu_close(dev_t dev, int flag, int otyp, cred_t *credp);
340 amd_iommu_open(dev_t *devp, int flag, int otyp, cred_t *credp) argument
357 if (otyp != OTYP_CHR) {
358 cmn_err(CE_WARN, "%s: invalid otyp %d", f, otyp);
376 amd_iommu_close(dev_t dev, int flag, int otyp, cred_t *credp) argument
392 if (otyp != OTYP_CHR) {
393 cmn_err(CE_WARN, "%s: invalid otyp %d", f, otyp);
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dtclient.c216 tcli_open(dev_t *devp, int flag, int otyp, cred_t *cred) argument
221 if (otyp != OTYP_BLK && otyp != OTYP_CHR)
236 tcli_close(dev_t dev, int flag, int otyp, cred_t *cred) argument
241 if (otyp != OTYP_BLK && otyp != OTYP_CHR)
H A Dbl.c107 bl_open(dev_t *devp, int flag, int otyp, struct cred *credp) argument
109 if (otyp != OTYP_CHR)
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/
H A Dxdf_shell.c137 #define OTYP_VALID(otyp) ((otyp == OTYP_BLK) || \
138 (otyp == OTYP_CHR) || \
139 (otyp == OTYP_LYR))
273 int otyp; local
276 for (otyp = 0; (otyp < OTYPCNT); otyp++) {
277 if (xsp->xdfss_otyp_count[otyp][part] != 0) {
494 xdfs_open(dev_t *dev_p, int flag, int otyp, cred_ argument
576 xdfs_close(dev_t dev, int flag, int otyp, cred_t *credp) argument
[all...]
/illumos-gate/usr/src/uts/common/kmdb/
H A Dkdrv.c52 kdrv_open(dev_t *dev, int openflags, int otyp, cred_t *credp) argument
54 if (otyp != OTYP_CHR)
65 kdrv_close(dev_t dev, int openflags, int otyp, cred_t *credp) argument
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394.h94 int hci1394_open(dev_t *devp, int flag, int otyp, cred_t *credp);
95 int hci1394_close(dev_t dev, int flag, int otyp, cred_t *credp);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ldap.c78 int otyp[MAX_CTX]; variable
873 otyp[ctxnum] = INT(hex); /* single octet type only */
912 i = otyp[ctxnum]&0x1F;
913 switch (otyp[ctxnum] >> 6) { /* class */
942 ((otyp[ctxnum]&0x20)?'*':' '),
948 ((otyp[ctxnum]&0x20)?'*':' '),
960 ((otyp[ctxnum]&0x20)?'*':' '),
1008 (" %c[%s %s]", ((otyp[ctxnum]&0x20)?'*':' '),
1013 (" %c[%s]", ((otyp[ctxnum]&0x20)?'*':' '),
1021 (" %c[%s]", ((otyp[ctxnu
[all...]
/illumos-gate/usr/src/uts/i86pc/io/fipe/
H A Dfipe_drv.c68 fipe_open(dev_t *devp, int flag, int otyp, cred_t *credp) argument
70 if (otyp != OTYP_CHR) {
71 cmn_err(CE_NOTE, "!fipe: invalid otyp %d in open.", otyp);
80 fipe_close(dev_t dev, int flag, int otyp, cred_t *credp) argument
/illumos-gate/usr/src/uts/i86pc/io/ppm/
H A Dacpippm.c62 static int appm_open(dev_t *dev_p, int flag, int otyp, cred_t *cred_p);
63 static int appm_close(dev_t dev, int flag, int otyp, cred_t *cred_p);
333 appm_open(dev_t *dev_p, int flag, int otyp, cred_t *cred_p) argument
361 appm_close(dev_t dev, int flag, int otyp, cred_t *cred_p) argument
/illumos-gate/usr/src/uts/sun4u/io/
H A Depic.c301 epic_open(dev_t *devp, int flag, int otyp, cred_t *credp) argument
304 _NOTE(ARGUNUSED(otyp))
314 epic_close(dev_t dev, int flag, int otyp, cred_t *credp) argument
317 _NOTE(ARGUNUSED(otyp))
/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/
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))
/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/common/io/lvm/md/
H A Dmd.c1417 int otyp)
1425 if ((otyp != OTYP_CHR) && (otyp != OTYP_LYR)) {
1436 md_ocnt[otyp]++;
1454 int otyp,
1466 return (mdadminopen(flag, otyp));
1545 (dev, flag, otyp, cred_p, 0)) != 0)
1553 err = md_unit_incopen(mnum, flag, otyp);
1570 int otyp)
1579 if ((otyp <
1415 mdadminopen( int flag, int otyp) argument
1451 mdopen( dev_t *dev, int flag, int otyp, cred_t *cred_p) argument
1569 mdadminclose( int otyp) argument
1609 mdclose( dev_t dev, int flag, int otyp, cred_t *cred_p) argument
[all...]
/illumos-gate/usr/src/uts/sun4v/io/niumx/
H A Dniumx_tools.c51 static int niumx_open(dev_t *devp, int flags, int otyp, cred_t *credp);
52 static int niumx_close(dev_t dev, int flags, int otyp, cred_t *credp);
90 niumx_open(dev_t *devp, int flags, int otyp, cred_t *credp) argument
98 if (otyp != OTYP_CHR)
134 niumx_close(dev_t dev, int flags, int otyp, cred_t *credp) argument
139 if (otyp != OTYP_CHR)
/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/i86pc/io/gfx_private/
H A Dgfx_private.h87 extern int gfxp_vgatext_open(dev_t *devp, int flag, int otyp, cred_t *cred,
89 extern int gfxp_vgatext_close(dev_t devp, int flag, int otyp, cred_t *cred,
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_umad/
H A Dsol_umad.h158 static int umad_open(dev_t *devp, int flag, int otyp, cred_t *cred);
159 static int umad_close(dev_t dev, int flag, int otyp, cred_t *cred);
/illumos-gate/usr/src/uts/common/sys/1394/targets/dcam1394/
H A Ddcam.h140 int dcam_open(dev_t *devp, int flag, int otyp, cred_t *credp);
141 int dcam_close(dev_t dev, int flags, int otyp, cred_t *credp);
/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dsgfru_priv.h101 static int sgfru_open(dev_t *dev_p, int flag, int otyp, cred_t *cred_p);
102 static int sgfru_close(dev_t dev, int flag, int otyp, cred_t *cred_p);

Completed in 339 milliseconds

12345678910