Home
last modified time | relevance | path

Searched refs:GLDV3_DRV (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c332 if (GLDV3_DRV(ddi_driver_major(dip))) { in softmac_create()
413 if (GLDV3_DRV(ddi_driver_major(dip))) { in softmac_create()
633 if (!GLDV3_DRV(softmac->smac_umajor)) { in softmac_create_task()
951 if (GLDV3_DRV(ddi_driver_major(dip))) { in softmac_destroy()
1537 if (GLDV3_DRV(major)) { in softmac_hold_device()
/illumos-gate/usr/src/uts/common/sys/
H A Dautoconf.h246 #define GLDV3_DRV(maj) (devnamesp[(maj)].dn_flags & DN_GLDV3_DRIVER) macro
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_quiesce.c284 !GLDV3_DRV(major)) { in sbdp_check_dip()
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_quiesce.c303 if (NETWORK_PHYSDRV(major) && !GLDV3_DRV(major)) in dr_check_dip()
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_quiesce.c304 if (NETWORK_PHYSDRV(major) && !GLDV3_DRV(major)) in dr_check_dip()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_provider.c174 if (!GLDV3_DRV(ddi_driver_major(mregp->m_dip))) in mac_register()
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_drv.c1111 if (!GLDV3_DRV(getmajor(*devp))) in dld_autopush()