Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/init/
H A Dinit.c475 static const char * const init_state_file = INIT_STATE_DIR "/init.state"; variable
3907 st_fd = open(init_state_file, O_RDWR | O_CREAT | O_EXCL, in st_init()
3916 st_fd = open(init_state_file, O_RDWR, S_IRUSR | S_IWUSR); in st_init()
3968 (void) unlink(init_state_file); in st_init()
3997 "Ignored.\n", init_state_file); in st_init()
4001 "ignored.\n", init_state_file); in st_init()
4044 if (rename(init_next_state_file, init_state_file)) { in st_write()
4065 "file `%s'.\n", init_state_file); in st_write()
4069 init_state_file); in st_write()