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

  /src/sys/arch/hpc/hpc/
config_hook.c 58 struct hook_list hook_lists[CONFIG_HOOK_NTYPES];
66 for (i = 0; i < CONFIG_HOOK_NTYPES; i++) {
80 if (type < 0 || CONFIG_HOOK_NTYPES <= type) {
178 if (type < 0 || CONFIG_HOOK_NTYPES <= type) {
206 if (type < 0 || CONFIG_HOOK_NTYPES <= type) {
  /src/sys/arch/hpc/include/
config_hook.h 184 #define CONFIG_HOOK_NTYPES 6

Completed in 28 milliseconds