Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svc/startd/
H A Dgraph.c3586 char down_buf[256], time_buf[256]; in do_uadmin() local
3700 if (strftime(down_buf, sizeof (down_buf), in do_uadmin()
3702 (void) strlcpy(down_buf, "The system is down.", in do_uadmin()
3703 sizeof (down_buf)); in do_uadmin()
3712 (void) printf("%s%s\n", down_buf, time_buf); in do_uadmin()