Home
last modified time | relevance | path

Searched defs:startd_state (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/svc/startd/
H A Dstartd.h518 typedef struct startd_state { struct
520 char *st_log_prefix; /* directory prefix */
521 char *st_log_file; /* startd file in above dir */
522 uint_t st_log_flags; /* message destination */
523 int st_log_level_min; /* minimum required to log */
524 int st_log_timezone_known; /* timezone is available */
525 int st_log_locale_known; /* locale is available */
526 int st_log_login_reached; /* login service reached */
529 uint_t st_boot_flags; /* serial boot, etc. */
553 } startd_state_t; argument