Home
last modified time | relevance | path

Searched refs:mod_load (Results 1 – 3 of 3) sorted by relevance

/titanic_53/usr/src/boot/sys/boot/common/
H A Dmodule.c174 error = mod_load(argv[1], NULL, argc - 2, argv + 2); in command_load()
375 error = mod_load(dmodname, verinfo, 0, NULL); in file_load_dependencies()
582 mod_load(char *modname, struct mod_depend *verinfo, int argc, char *argv[]) in mod_load() function
H A Dbootstrap.h220 int mod_load(char *name, struct mod_depend *verinfo, int argc, char *argv[]);
/titanic_53/usr/src/uts/common/os/
H A Dmodctl.c87 static int mod_load(struct modctl *, int);
3015 if (mod_load(mp, 1) != 0 || modinstall(mp) != 0) { in mod_hold_stub()
3083 retval = mod_load(modp, 1); in mod_hold_loaded_mod()
3130 retval = mod_load(modp, usepath); in mod_hold_installed_mod()
3389 mod_load(struct modctl *mp, int usepath) in mod_load() function