Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c453 #define utmpx_ok (g_state->ist_utmpx_ok) macro
2607 utmpx_ok = (access(UTMPX, R_OK|W_OK) == 0); in access_utmpx()
2608 } while (!utmpx_ok && errno == EINTR); in access_utmpx()
2610 return (utmpx_ok); in access_utmpx()
2630 if (!utmpx_ok && !access_utmpx()) { in account()