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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dspecials.c69 if (!st->st_log_timezone_known) {
71 st->st_log_timezone_known = 1;
H A Dlog.c178 if (st->st_log_timezone_known)
208 if (st->st_log_flags & STARTD_LOG_SYSLOG && st->st_log_timezone_known)
357 if (st->st_log_timezone_known)
618 if (!st->st_log_timezone_known && stat(FS_TIMEZONE_DIR, &sb) == 0) {
620 st->st_log_timezone_known = 1;
H A Dstartd.h524 int st_log_timezone_known; /* timezone is available */ member in struct:startd_state

Completed in 84 milliseconds