Searched refs:module_add (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/conf/ |
| 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/arch/i386/stand/lib/ |
| D | libi386.h | 146 void module_add(char *);
|
| D | bootmenu.c | 61 module_add(arg); in do_bootcfg_command()
|
| D | exec.c | 172 module_add(char *name) in module_add() function
|
| /netbsd/src/sys/arch/sandpoint/stand/altboot/ |
| 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/pxeboot/ |
| D | main.c | 78 { "load", module_add },
|
| /netbsd/src/sys/arch/i386/stand/boot/ |
| D | boot2.c | 162 { "load", module_add },
|