Home
last modified time | relevance | path

Searched refs:inst_file_fp (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/devfsadm/
H A Ddevfsadm.c3729 FILE *inst_file_fp = NULL; in flush_path_to_inst() local
3775 if ((inst_file_fp = fopen(inst_file, "r")) == NULL) { in flush_path_to_inst()
3811 while ((c = getc(inst_file_fp)) != EOF) { in flush_path_to_inst()
3847 if (inst_file_fp != NULL) { in flush_path_to_inst()
3848 if (fclose(inst_file_fp) == EOF) { in flush_path_to_inst()