Searched refs:__config_hook_call (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/hpc/include/ |
H A D | config_hook.h | 53 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 D | config_hook.c | 172 __config_hook_call(int type, long id, void *msg, int reverse) in __config_hook_call() function
|