Home | History | Annotate | Download | only in hal

Lines Matching defs:fp

2960     FILE *fp;
2962 if ((fp = fopen(irq_procfs, "r")) == NULL) {
2967 if (fscanf(fp, "%d", &cpu_num) != 1) {
2969 fclose(fp);
2972 fclose(fp);