Searched refs:OTYP_BLK (Results 1 – 18 of 18) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | tclient.c | 221 if (otyp != OTYP_BLK && otyp != OTYP_CHR) in tcli_open() 241 if (otyp != OTYP_BLK && otyp != OTYP_CHR) in tcli_close()
|
H A D | ramdisk.c | 224 case OTYP_BLK: in rd_opened() 247 case OTYP_BLK: in rd_closed()
|
H A D | gen_drv.c | 845 if (otyp != OTYP_BLK && otyp != OTYP_CHR) in gen_open() 871 if (otyp != OTYP_BLK && otyp != OTYP_CHR) in gen_close()
|
H A D | fssnap.c | 533 case OTYP_BLK: in snap_open() 590 case OTYP_BLK: in snap_close()
|
H A D | fd.c | 612 if (fdp->d_regopen[OTYP_BLK]) { in fd_detach()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | open.h | 66 #define OTYP_BLK 0 macro
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | driver.c | 316 vp = makespecvp(*devp, (otype == OTYP_BLK) ? VBLK : VCHR); in dev_lopen() 351 vp = makespecvp(dev, (otype == OTYP_BLK) ? VBLK : VCHR); in dev_lclose()
|
H A D | driver_lyr.c | 82 #define VTYP_TO_OTYP(i) (((i) == VCHR) ? OTYP_CHR : OTYP_BLK) 85 #define OTYP_VALID(i) (((i) == OTYP_CHR) || ((i) == OTYP_BLK)) 1858 if (otyp == OTYP_BLK) { in ldi_get_size()
|
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/ |
H A D | gfxp_fb.c | 313 if (softc == NULL || otyp == OTYP_BLK) in gfxp_fb_open()
|
/illumos-gate/usr/src/uts/common/xen/io/ |
H A D | xenbus_dev.c | 341 if (otyp == OTYP_BLK) in xenbusdrv_open()
|
H A D | evtchn_dev.c | 482 if (otyp == OTYP_BLK) in evtchndrv_open()
|
/illumos-gate/usr/src/uts/common/io/audio/impl/ |
H A D | audio_ddi.c | 155 if (otyp == OTYP_BLK) { in audio_open()
|
/illumos-gate/usr/src/uts/common/fs/specfs/ |
H A D | specsubr.c | 875 error = dev_close(dev, flag, OTYP_BLK, cr); in device_close()
|
H A D | specvnops.c | 680 type = (vp->v_type == VBLK ? OTYP_BLK : OTYP_CHR); in spec_open()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev_disk.c | 480 error = ldi_open_by_dev(&dev, OTYP_BLK, spa_mode(spa), in vdev_disk_open()
|
/illumos-gate/usr/src/uts/common/io/overlay/ |
H A D | overlay_target.c | 1518 if (otype & OTYP_BLK) in overlay_target_open()
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | vds.c | 5600 status = ldi_open_by_dev(&vd->dev[slice], OTYP_BLK, in vd_setup_full_disk() 5605 status = ldi_open_by_dev(&vd->dev[slice], OTYP_BLK, in vd_setup_full_disk() 5924 status = ldi_open_by_dev(&dev, OTYP_BLK, FREAD, kcred, &lhandle, in vd_setup_backend_vnode()
|
/illumos-gate/usr/src/uts/common/io/aac/ |
H A D | aac.c | 6860 if (otyp != OTYP_BLK && otyp != OTYP_CHR) in aac_open() 6889 if (otyp != OTYP_BLK && otyp != OTYP_CHR) in aac_close()
|