Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c479 static const char * const init_state_file = INIT_STATE_DIR "/init.state"; variable
3870 st_fd = open(init_state_file, O_RDWR | O_CREAT | O_EXCL, in st_init()
3879 st_fd = open(init_state_file, O_RDWR, S_IRUSR | S_IWUSR); in st_init()
3931 (void) unlink(init_state_file); in st_init()
3960 "Ignored.\n", init_state_file); in st_init()
3964 "ignored.\n", init_state_file); in st_init()
4007 if (rename(init_next_state_file, init_state_file)) { in st_write()
4028 "file `%s'.\n", init_state_file); in st_write()
4032 init_state_file); in st_write()