Searched refs:modloadonly (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dswapgeneric.c323 if (modloadonly(NULL, name) < 0)
371 * This lookup will result in modloadonly-ing the root
508 if ((err = modloadonly("dacf", "net_dacf")) < 0) {
538 if ((err = modloadonly("dacf", "net_dacf")) < 0) {
550 if ((err = modloadonly("drv", "iscsi")) < 0) {
554 if ((err = modloadonly("drv", "ssd")) < 0) {
558 if ((err = modloadonly("drv", "sd")) < 0) {
800 if (modloadonly("drv", drvname) == -1) {
836 if (modloadonly(dir, mf) == -1)
913 if (modloadonly("dr
[all...]
H A Dmodctl.c2785 modloadonly(const char *subdir, const char *filename) function
/illumos-gate/usr/src/uts/common/sys/
H A Dmodctl.h563 extern int modloadonly(const char *, const char *);
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c1583 if (modloadonly("fs", "specfs") == -1)
1586 if (modloadonly("fs", "devfs") == -1)
1589 if (modloadonly("fs", "procfs") == -1)
1592 if (modloadonly("misc", "swapgeneric") == -1)
1595 (void) modloadonly("sys", "lbl_edition");
/illumos-gate/usr/src/uts/common/io/
H A Dstrplumb.c170 if (modloadonly(p->sm_type, p->sm_name) < 0) {
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c1678 (void) modloadonly("sys", "lbl_edition");
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c3945 (void) modloadonly("fs", modname);

Completed in 101 milliseconds