/titanic_50/usr/src/cmd/modload/ |
H A D | Makefile.com | 30 MODPROG = modinfo modunload modload 95 modload: modload.o $(MODCOMMONOBJ) 96 $(LINK.c) -o $@ modload.o $(MODCOMMONOBJ) $(LDLIBS)
|
H A D | drvload.sh | 35 modload $driver > /tmp/loaderrs 2>&1
|
H A D | Makefile | 29 MODPROG = modinfo modunload modload
|
/titanic_50/usr/src/uts/common/os/ |
H A D | swapgeneric.c | 147 if (modload("fs", "nfs") == -1) { in rootconf() 153 if (modload("fs", rootfs.bo_fstype) == -1) { in rootconf() 193 ret = modload("drv", "iscsi"); in rootconf() 451 if ((err = modload("misc", "tlimod")) < 0) { in loadrootmodules() 455 if ((err = modload("strmod", "rpcmod")) < 0) { in loadrootmodules() 459 if ((err = modload("misc", "nfs_dlboot")) < 0) { in loadrootmodules() 463 if ((err = modload("mac", "mac_ether")) < 0) { in loadrootmodules() 467 if ((err = modload("misc", "strplumb")) < 0) { in loadrootmodules() 481 if ((err = modload("misc", "tlimod")) < 0) { in loadrootmodules() 485 if ((err = modload("mac", "mac_ether")) < 0) { in loadrootmodules() [all …]
|
/titanic_50/usr/src/uts/sun4v/os/ |
H A D | mach_startup.c | 492 if (modload("misc", "ds") == -1) in load_mach_drivers() 498 if (modload("misc", "fault_iso") == -1) in load_mach_drivers() 501 if (modload("misc", "platsvc") == -1) in load_mach_drivers() 504 if (domaining_enabled() && modload("misc", "dr_cpu") == -1) in load_mach_drivers() 507 if (modload("misc", "dr_io") == -1) in load_mach_drivers() 510 if (modload("misc", "dr_mem") == -1) in load_mach_drivers()
|
/titanic_50/usr/src/cmd/devfsadm/ |
H A D | Makefile.com | 41 MODLOADDIR = $(COMMON)/../modload 222 ln -s ../modload/plcysubr.c ..
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | sysinfo.h | 118 uint_t modload; /* times loadable module loaded */ member 242 uint64_t modload; /* times loadable module loaded */ member
|
H A D | modctl.h | 562 extern int modload(const char *, const char *);
|
/titanic_50/usr/src/cmd/cmd-inet/etc/init.d/ |
H A D | ncakmod | 91 /usr/sbin/modload -p $nca
|
/titanic_50/usr/src/uts/sun4u/daktari/os/ |
H A D | daktari.c | 116 if (modload("misc", "pcihp") < 0) { in load_platform_modules() 119 if (modload("drv", "pmc") < 0) { in load_platform_modules()
|
/titanic_50/usr/src/uts/sun4/os/ |
H A D | forthdebug.c | 103 (void) modload("misc", "obpsym"); in forthdebug_init()
|
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | startup.c | 1579 if (modload("fs", "specfs") == -1) in startup_modules() 1582 if (modload("fs", "devfs") == -1) in startup_modules() 1585 if (modload("fs", "dev") == -1) in startup_modules() 1588 if (modload("fs", "procfs") == -1) in startup_modules() 2146 if (modload("tod", todmod) == -1) in load_tod_module() 2262 if (modload("drv", "amd_iommu") < 0) { in startup_end() 2324 (void) modload("fs", "procfs"); in post_startup() 2882 if ((i = modload("misc", "sysinit")) != -1) { in set_soft_hostid()
|
H A D | ddi_impl.c | 2628 if (modload("misc", "pci_autoconfig") < 0) { in impl_bus_initialprobe() 2632 if (modload("drv", "isa") < 0) in impl_bus_initialprobe() 2636 (void) modload("misc", "xpv_autoconfig"); in impl_bus_initialprobe() 2638 if (modload("misc", "pci_autoconfig") < 0) { in impl_bus_initialprobe() 2642 (void) modload("misc", "acpidev"); in impl_bus_initialprobe() 2644 if (modload("drv", "isa") < 0) in impl_bus_initialprobe()
|
H A D | mp_implfuncs.c | 387 if (modload("mach", this) == -1) in psm_modload()
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ipsec_loader.c | 94 if (modload("drv", "keysock") == -1) { in ipsec_loader()
|
/titanic_50/usr/src/cmd/sa/ |
H A D | sa.h | 141 uint64_t modload; member
|
/titanic_50/usr/src/uts/sun4u/os/ |
H A D | mach_startup.c | 199 if (tod_module_name == NULL || modload("tod", tod_module_name) == -1) in load_tod_module()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | sock_conf.c | 247 error = modload(SOCKMOD_PATH, modname); in smod_lookup_byname()
|
H A D | str_conf.c | 295 if ((id = modload("strmod", (char *)name)) != -1) { in fmodsw_find()
|
/titanic_50/usr/src/uts/common/disp/ |
H A D | class.c | 99 if (modload("sched", clname) == -1) in scheduler_load()
|
/titanic_50/usr/src/uts/common/crypto/core/ |
H A D | kcf_mech_tabs.c | 867 if (modload("crypto", module_name) == -1 || in crypto_mech2id_common() 882 (void) modload("crypto", module_name); in crypto_mech2id_common()
|
/titanic_50/usr/src/uts/sun4u/starcat/os/ |
H A D | starcat.c | 232 if (modload("misc", "pcihp") < 0) { in load_platform_modules() 757 if (modload("misc", "scosmb") < 0) { in load_platform_drivers()
|
/titanic_50/usr/src/uts/common/syscall/ |
H A D | uadmin.c | 348 if (modload("misc", "cpr") == -1) in kadmin()
|
/titanic_50/usr/src/uts/sun4u/cherrystone/os/ |
H A D | cherrystone.c | 124 if (modload("drv", "pmc") < 0) { in load_platform_modules()
|
/titanic_50/usr/src/uts/common/io/rsm/ |
H A D | rsmops.c | 296 if ((error = modload("drv", (char *)name)) == -1) { in rsm_get_controller()
|