Home
last modified time | relevance | path

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

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