HomeSort by: relevance | last modified time | path
    Searched refs:__config_hook_call (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hpc/include/
config_hook.h 53 int __config_hook_call(int, long, void *, int);
61 return __config_hook_call(type, id, msg, 0);
67 return __config_hook_call(type, id, msg, 1);
  /src/sys/arch/hpc/hpc/
config_hook.c 172 __config_hook_call(int type, long id, void *msg, int reverse) function in typeref:typename:int

Completed in 12 milliseconds