Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dstartd.c698 st->st_boot_flags = STARTD_BOOT_VERBOSE; in read_startd_config()
701 st->st_boot_flags = STARTD_BOOT_VERBOSE; in read_startd_config()
714 st->st_boot_flags = STARTD_BOOT_VERBOSE; in read_startd_config()
759 st->st_boot_flags = STARTD_BOOT_VERBOSE; in read_startd_config()
766 st->st_boot_flags = STARTD_BOOT_VERBOSE; in read_startd_config()
H A Dlog.c457 if (!(st->st_boot_flags & STARTD_BOOT_VERBOSE)) in log_transition()
H A Dstartd.h502 #define STARTD_BOOT_VERBOSE 0x2 macro