Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dbootstrap.h268 int mod_load(char *name, struct mod_depend *verinfo, int argc, char *argv[]);
H A Dmodule.c189 error = mod_load(argv[1], NULL, argc - 2, argv + 2); in command_load()
386 error = mod_load(dmodname, verinfo, 0, NULL); in file_load_dependencies()
746 mod_load(char *modname, struct mod_depend *verinfo, int argc, char *argv[]) in mod_load() function
/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c89 static int mod_load(struct modctl *, int);
3043 if (mod_load(mp, 1) != 0 || modinstall(mp) != 0) { in mod_hold_stub()
3111 retval = mod_load(modp, 1); in mod_hold_loaded_mod()
3158 retval = mod_load(modp, usepath); in mod_hold_installed_mod()
3436 mod_load(struct modctl *mp, int usepath) in mod_load() function