Home
last modified time | relevance | path

Searched refs:cdevsw_impl_t (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/io/
H A Dclone.c171 cdevsw_impl_t *dp; in clnopen()
/titanic_50/usr/src/uts/common/sys/
H A Dstrsubr.h771 } cdevsw_impl_t; typedef
1283 extern cdevsw_impl_t *devimpl;
/titanic_50/usr/src/uts/common/os/
H A Dmodconf.c548 cdevsw_impl_t *cdp; in mod_installdrv()
651 cdevsw_impl_t *cdp; in mod_removedrv()
H A Dstrsubr.c272 cdevsw_impl_t *devimpl;
1121 cdevsw_impl_t *dp; in qattach()
1737 cdevsw_impl_t *dp; in mlink_file()
H A Dmodctl.c213 devimpl = kmem_zalloc(devcnt * sizeof (cdevsw_impl_t), KM_SLEEP); in mod_setup()