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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c449 #define utmpx_ok (g_state->ist_utmpx_ok) macro
2644 utmpx_ok = (access(UTMPX, R_OK|W_OK) == 0);
2645 } while (!utmpx_ok && errno == EINTR);
2647 return (utmpx_ok);
2667 if (!utmpx_ok && !access_utmpx()) {

Completed in 65 milliseconds