Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsdev_impl.h506 extern int sdev_modctl_devexists(const char *);
/illumos-gate/usr/src/uts/sparc/ml/
H A Dmodstubs.S284 NO_UNLOAD_STUB(dev, sdev_modctl_devexists, nomod_minus_one);
/illumos-gate/usr/src/uts/intel/ml/
H A Dmodstubs.S270 NO_UNLOAD_STUB(dev, sdev_modctl_devexists, nomod_minus_one);
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_subr.c2800 sdev_modctl_devexists(const char *path) in sdev_modctl_devexists() function
/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c2149 ret = sdev_modctl_devexists(path); in modctl_devexists()