Searched refs:f_int_proc (Results 1 – 1 of 1) sorted by relevance
258 FILE *f_int_proc; in get_interrupt_number() local262 f_int_proc = fopen("/proc/interrupts", "r"); in get_interrupt_number()263 if (f_int_proc == NULL) { in get_interrupt_number()268 while (!feof(f_int_proc) && !found) { in get_interrupt_number()270 if (fgets(line, sizeof(line), f_int_proc) == NULL || in get_interrupt_number()284 fclose(f_int_proc); in get_interrupt_number()