Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dsys_module.c58 handle_modctl_load(const char *ml_filename, int ml_flags, const char *ml_props, in handle_modctl_load() function
285 error = handle_modctl_load(ml.ml_filename, ml.ml_flags, in sys_modctl()
/netbsd-src/sys/sys/
H A Dmodule.h276 int handle_modctl_load(const char *, int, const char *, size_t);
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_module.c229 error = handle_modctl_load(NETBSD32PTR64(ml.ml_filename), in netbsd32_modctl()