Home
last modified time | relevance | path

Searched refs:STREAMSTAB (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dconf.h83 #define STREAMSTAB(maj) (devopsp[(maj)] == NULL ? NULL : \ macro
/illumos-gate/usr/src/uts/common/io/
H A Dclone.c210 if ((str = STREAMSTAB(maj)) == NULL) { in clnopen()
H A Dsad.c719 if (!STREAMSTAB(major)) in valid_major()
/illumos-gate/usr/src/uts/common/os/
H A Dmodconf.c623 if ((str = STREAMSTAB(major)) != NULL) { /* streams driver */ in mod_installdrv()
700 if ((str = STREAMSTAB(major)) != NULL) { /* streams driver */ in mod_removedrv()
H A Daio.c2775 if (STREAMSTAB(major)) { in check_vp()
2845 ASSERT(STREAMSTAB(getmajor(dev)) == NULL); in driver_aio_write()
2869 ASSERT(!STREAMSTAB(getmajor(dev))); in driver_aio_read()
H A Dstreamio.c505 stp->sd_strtab = STREAMSTAB(getmajor(*devp)); in stropen()
H A Dstrsubr.c1159 ASSERT(str == STREAMSTAB(major)); in qattach()
H A Dsunddi.c7554 if (STREAMSTAB(major) == NULL) { in i_ddi_minorname_to_devtspectype()
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c342 if (STREAMSTAB(maj)) { in spec_size()
549 stp->sd_strtab = STREAMSTAB(newmaj); in spec_clone()
655 if ((vp->v_type == VCHR) && (STREAMSTAB(maj))) in spec_open()
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_subr.c904 if (STREAMSTAB(major) == NULL) { in dv_clone_mknod()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c166 if (!STREAMSTAB(maj)) { in sogetvp()
H A Dsocktpi.c432 ASSERT(STREAMSTAB(maj)); in sotpi_init()
5631 ASSERT(STREAMSTAB(getmajor(dev))); in sotpi_close()