Home
last modified time | relevance | path

Searched refs:DN_LEAF_DRIVER (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dautoconf.h83 #define DN_LEAF_DRIVER 0x0200 /* this is a leaf driver */ macro
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c1270 { "DN_LEAF_DRIVER", DN_LEAF_DRIVER, DN_LEAF_DRIVER}, in devnames()
/titanic_41/usr/src/uts/common/os/
H A Dmodconf.c632 dnp->dn_flags |= DN_LEAF_DRIVER; in mod_installdrv()
H A Ddevcfg.c7495 return (devnamesp[major].dn_flags & DN_LEAF_DRIVER); in is_leaf_node()