Searched refs:module_load (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/tests/modules/k_helper/
H A Dk_helper.c164 prop_int_load = module_load(recurse_name,
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dslappasswd.c243 if ( moduleload && module_load(moduleload, moduleargc, moduleargv) ) {
H A Dmodule.c125 int module_load(const char* file_name, int argc, char *argv[]) function
139 Debug( LDAP_DEBUG_ANY, "module_load: (%s) already loaded\n",
152 Debug( LDAP_DEBUG_CONFIG, "module_load: (%s) already present (static)\n",
163 Debug( LDAP_DEBUG_CONFIG, "module_load: (%s) already present (static)\n",
172 Debug(LDAP_DEBUG_ANY, "module_load failed: (%s) out of memory\n", file_name );
H A Dproto-slap.h1365 LDAP_SLAPD_F (int) module_load LDAP_P((
H A Dbconfig.c2493 if(module_load(c->argv[1], c->argc - 2, (c->argc > 2) ? c->argv + 2 : NULL))
/netbsd-current/sys/sys/
H A Dmodule.h189 int module_load(const char *, int, prop_dictionary_t, modclass_t);
/netbsd-current/sys/arch/sandpoint/stand/altboot/
H A Dmain.c99 void module_load(const char *);
379 module_load(bname);
499 module_load(const char *kernel_path) function
/netbsd-current/sys/kern/
H A Dsys_module.c99 error = module_load(path, ml_flags, dict, MODULE_CLASS_ANY);
H A Dkern_module.c274 * initialized, module_init_class() or module_load() can be used
660 * module_load:
665 module_load(const char *filename, int flags, prop_dictionary_t props, function
/netbsd-current/share/man/man9/
H A DMakefile555 module.9 module_load.9 \

Completed in 164 milliseconds