Searched refs:init_state_file (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/init/
H A Dinit.c475 static const char * const init_state_file = INIT_STATE_DIR "/init.state"; variable
2133 * This will enable st_write() to complain about init_state_file.
3883 * If the system just booted, then init_state_file, which is located on an
3886 * If we were restarted, then init_state_file should exist, in
3907 st_fd = open(init_state_file, O_RDWR | O_CREAT | O_EXCL,
3916 st_fd = open(init_state_file, O_RDWR, S_IRUSR | S_IWUSR);
3968 (void) unlink(init_state_file);
3997 "Ignored.\n", init_state_file);
4001 "ignored.\n", init_state_file);
4044 if (rename(init_next_state_file, init_state_file)) {
[all...]

Completed in 221 milliseconds