Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/sys/fs/
H A Dsdev_impl.h525 extern void sdev_modctl_readdir_free(char **, int, int);
/onnv-gate/usr/src/uts/sparc/ml/
H A Dmodstubs.s311 NO_UNLOAD_STUB(dev, sdev_modctl_readdir_free, nomod_minus_one);
/onnv-gate/usr/src/uts/common/os/
H A Dmodctl.c2230 sdev_modctl_readdir_free(dirlist, npaths, npaths_alloc); in modctl_devreaddir()
2268 sdev_modctl_readdir_free(dirlist, npaths, npaths_alloc); in modctl_devemptydir()
/onnv-gate/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s423 NO_UNLOAD_STUB(dev, sdev_modctl_readdir_free, nomod_minus_one);
/onnv-gate/usr/src/uts/common/fs/dev/
H A Dsdev_subr.c2928 sdev_modctl_readdir_free(char **pathlist, int npaths, int npaths_alloc) in sdev_modctl_readdir_free() function