Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dspecials.c72 if (!st->st_log_locale_known) { in special_fsroot_post_online()
86 st->st_log_locale_known = 1; in special_fsroot_post_online()
H A Dlog.c636 if (!st->st_log_locale_known && stat(FS_LOCALE_DIR, &sb) == 0) { in log_init()
640 st->st_log_locale_known = 1; in log_init()
H A Dstartd.h518 int st_log_locale_known; /* locale is available */ member