Home
last modified time | relevance | path

Searched refs:__config_hook_call (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/hpc/include/
H A Dconfig_hook.h53 int __config_hook_call(int, long, void *, int);
61 return __config_hook_call(type, id, msg, 0); in config_hook_call()
67 return __config_hook_call(type, id, msg, 1); in config_hook_call_reverse()
/netbsd-src/sys/arch/hpc/hpc/
H A Dconfig_hook.c172 __config_hook_call(int type, long id, void *msg, int reverse) in __config_hook_call() function