Searched refs:f_int_proc (Results 1 – 1 of 1) sorted by relevance
261 FILE *f_int_proc; in get_interrupt_number() local265 f_int_proc = fopen("/proc/interrupts", "r"); in get_interrupt_number()266 if (f_int_proc == NULL) { in get_interrupt_number()271 while (!feof(f_int_proc) && !found) { in get_interrupt_number()273 if (fgets(line, sizeof(line), f_int_proc) == NULL || in get_interrupt_number()287 fclose(f_int_proc); in get_interrupt_number()