Searched defs:inst_file (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c166 static char *inst_file = INSTANCE_FILE; variable
649 inst_file = s_strdup(optarg);
802 inst_file = s_strdup(optarg);
3744 inst_strlen = strlen(inst_file);
3751 "%s.%ld", inst_file, getpid());
3757 err = do_inst_sync(new_inst_file, inst_file);
3773 * Of course if 'inst_file' doesn't exist, there's much
3776 if ((inst_file_fp = fopen(inst_file, "r")) == NULL) {
3780 if ((err = rename(new_inst_file, inst_file)) != 0)
3781 err_print(RENAME_FAILED, inst_file, strerro
[all...]

Completed in 80 milliseconds