Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dgraph.c3558 char down_buf[256], time_buf[256]; in do_uadmin() local
3667 if (strftime(down_buf, sizeof (down_buf), in do_uadmin()
3669 (void) strlcpy(down_buf, "The system is down.", in do_uadmin()
3670 sizeof (down_buf)); in do_uadmin()
3679 (void) printf("%s%s\n", down_buf, time_buf); in do_uadmin()