Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/power/
H A Dsysstat.c590 char new_fmt[256]; in fail() local
591 const char *fmtptr = new_fmt; in fail()
595 len = sizeof (new_fmt); in fail()
597 if (snprintf(new_fmt, len, "powerd: %s", fmt) > len) in fail()