Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/common/sys/fs/
H A Dsdev_impl.h500 extern int sdev_modctl_devexists(const char *);
/titanic_53/usr/src/uts/sparc/ml/
H A Dmodstubs.s316 NO_UNLOAD_STUB(dev, sdev_modctl_devexists, nomod_minus_one);
/titanic_53/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s426 NO_UNLOAD_STUB(dev, sdev_modctl_devexists, nomod_minus_one);
/titanic_53/usr/src/uts/common/fs/dev/
H A Dsdev_subr.c2931 sdev_modctl_devexists(const char *path) in sdev_modctl_devexists() function
/titanic_53/usr/src/uts/common/os/
H A Dmodctl.c2143 ret = sdev_modctl_devexists(path); in modctl_devexists()