Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c7913 char *pm_msgp; variable
7940 pm_msgp = pm_msgbuf; in pm_log()
7946 if (size > (pm_bufend - pm_msgp)) { /* wraps */ in pm_log()
7947 bzero(pm_msgp, pm_bufend - pm_msgp); in pm_log()
7950 prom_printf("%s", pm_msgp); in pm_log()
7953 pm_printf(pm_msgp); in pm_log()
7958 pm_msgp = pm_msgbuf + size; in pm_log()
7960 (void) vsnprintf(pm_msgp, size, fmt, adx); in pm_log()
7963 pm_printf(pm_msgp); in pm_log()
7969 prom_printf("%s", pm_msgp); in pm_log()
[all …]