Home
last modified time | relevance | path

Searched refs:kld_load (Results 1 – 5 of 5) sorted by relevance

/f-stack/tools/libutil/
H A Dkld.c73 kld_load(const char *name) in kld_load() function
H A DMakefile47 MLINKS+=kld.3 kld_isloaded.3 kld.3 kld_load.3
H A Dlibutil.h121 int kld_load(const char *_name);
/f-stack/freebsd/sys/
H A Deventhandler.h279 EVENTHANDLER_DECLARE(kld_load, kld_load_fn);
/f-stack/freebsd/kern/
H A Dkern_linker.c473 EVENTHANDLER_INVOKE(kld_load, lf); in linker_load_file()