Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c3743 FILE *old_inst_file_fp = NULL; in flush_path_to_inst() local
3805 if ((old_inst_file_fp = fopen(old_inst_file, "w")) == NULL) { in flush_path_to_inst()
3825 if ((err = putc(c, old_inst_file_fp)) == EOF) { in flush_path_to_inst()
3830 if (fclose(old_inst_file_fp) == EOF || err == EOF) { in flush_path_to_inst()