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

/opensolaris-onvv-gate/usr/src/cmd/init/
H A Dinit.c472 static const char * const init_state_file = INIT_STATE_DIR "/init.state"; variable
2125 * This will enable st_write() to complain about init_state_file.
3876 * If the system just booted, then init_state_file, which is located on an
3879 * If we were restarted, then init_state_file should exist, in
3900 st_fd = open(init_state_file, O_RDWR | O_CREAT | O_EXCL,
3909 st_fd = open(init_state_file, O_RDWR, S_IRUSR | S_IWUSR);
3959 (void) unlink(init_state_file);
3987 "Ignored.\n", init_state_file);
3991 "ignored.\n", init_state_file);
4034 if (rename(init_next_state_file, init_state_file)) {
[all...]

Completed in 102 milliseconds