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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c476 static const char * const init_next_state_file = variable
4021 st_fd = open(init_next_state_file,
4044 if (rename(init_next_state_file, init_state_file)) {
4045 (void) unlink(init_next_state_file);
4068 "file `%s' to `%s'.\n", init_next_state_file,

Completed in 239 milliseconds