Home
last modified time | relevance | path

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

/netbsd/sys/sys/
H A Dmodule.h208 void module_whatis(uintptr_t, void (*)(const char *, ...)
/netbsd/sys/ddb/
H A Ddb_command.c1676 module_whatis(addr, db_printf); in db_whatis_cmd()
/netbsd/sys/kern/
H A Dkern_module.c1770 module_whatis(uintptr_t addr, void (*pr)(const char *, ...)) in module_whatis() function