Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c168 static char *inst_file = INSTANCE_FILE; variable
650 inst_file = s_strdup(optarg); in parse_args()
803 inst_file = s_strdup(optarg); in parse_args()
3756 inst_strlen = strlen(inst_file); in flush_path_to_inst()
3763 "%s.%ld", inst_file, getpid()); in flush_path_to_inst()
3769 err = do_inst_sync(new_inst_file, inst_file); in flush_path_to_inst()
3788 if ((inst_file_fp = fopen(inst_file, "r")) == NULL) { in flush_path_to_inst()
3792 if ((err = rename(new_inst_file, inst_file)) != 0) in flush_path_to_inst()
3799 "%s.old.%ld", inst_file, getpid()); in flush_path_to_inst()
3850 "%s%s", inst_file, INSTANCE_FILE_SUFFIX); in flush_path_to_inst()
[all …]