Searched refs:module_add (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/conf/ |
H A D | conf_mod.c | 61 static CONF_MODULE *module_add(DSO *dso, const char *name, 215 md = module_add(dso, name, ifunc, ffunc); in module_load_dso() 230 static CONF_MODULE *module_add(DSO *dso, const char *name, in module_add() function 420 if (module_add(NULL, name, ifunc, ffunc)) in CONF_module_add()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/conf/ |
H A D | conf_mod.c | 76 static CONF_MODULE *module_add(DSO *dso, const char *name, 312 md = module_add(dso, name, ifunc, ffunc); in module_load_dso() 326 static CONF_MODULE *module_add(DSO *dso, const char *name, in module_add() function 571 if (module_add(NULL, name, ifunc, ffunc)) in CONF_module_add()
|
/netbsd-src/sys/stand/efiboot/ |
H A D | module.h | 35 void module_add(const char *);
|
H A D | module.c | 96 module_add(const char *module_name) in module_add() function
|
H A D | bootmenu.c | 62 module_add(arg); in do_bootcfg_command()
|
H A D | boot.c | 315 module_add(arg); in command_load()
|
/netbsd-src/sys/arch/sandpoint/stand/altboot/ |
H A D | main.c | 97 void module_add(const char *); 453 module_add(mod_name); in module_add_split() 469 module_add(const char *name) in module_add() function
|
/netbsd-src/sys/arch/i386/stand/lib/ |
H A D | libi386.h | 146 void module_add(char *);
|
H A D | bootmenu.c | 54 * if module_add, userconf_add are strictly mi they can be folded back 61 module_add(arg); in do_bootcfg_command()
|
H A D | exec.c | 172 module_add(char *name) 173 module_add(char *name) module_add() function
|
/netbsd-src/sys/arch/i386/stand/pxeboot/ |
H A D | main.c | 78 { "load", module_add },
|
/netbsd-src/sys/arch/i386/stand/boot/ |
H A D | boot2.c | 158 { "load", module_add },
|
/netbsd-src/sys/arch/i386/stand/efiboot/ |
H A D | boot.c | 103 { "load", module_add },
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/ |
H A D | openssl.txt | 336 CONF_F_MODULE_ADD:122:module_add
|