Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsdev_impl.h505 extern void sdev_modctl_readdir_free(char **, int, int);
/illumos-gate/usr/src/uts/sparc/ml/
H A Dmodstubs.S282 NO_UNLOAD_STUB(dev, sdev_modctl_readdir_free, nomod_minus_one);
/illumos-gate/usr/src/uts/intel/ml/
H A Dmodstubs.S268 NO_UNLOAD_STUB(dev, sdev_modctl_readdir_free, nomod_minus_one);
/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c2236 sdev_modctl_readdir_free(dirlist, npaths, npaths_alloc); in modctl_devreaddir()
2274 sdev_modctl_readdir_free(dirlist, npaths, npaths_alloc); in modctl_devemptydir()
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_subr.c2787 sdev_modctl_readdir_free(char **pathlist, int npaths, int npaths_alloc) in sdev_modctl_readdir_free() function