Searched refs:reg_funcs (Results 1 – 1 of 1) sorted by relevance
66 } reg_funcs[] = { variable71 int num_checks = ARRAY_SIZE(reg_funcs) - 1;75 if (id >= ARRAY_SIZE(reg_funcs)) in check_name()78 return reg_funcs[id].name; in check_name()85 for (i = 1; i < ARRAY_SIZE(reg_funcs); i++) { in id_from_name()86 if (!strcmp(name, reg_funcs[i].name)) in id_from_name()96 for (i = 1; i < ARRAY_SIZE(reg_funcs); i++) { in show_checks()97 if (!strncmp(reg_funcs[i].name, "check_", 6)) in show_checks()98 printf("%3d. %s\n", i, reg_funcs[i].name); in show_checks()123 for (i = 1; i < ARRAY_SIZE(reg_funcs); i++) { in enable_disable_checks()[all …]