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

/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c7922 char *pm_msgp; variable
7949 pm_msgp = pm_msgbuf;
7955 if (size > (pm_bufend - pm_msgp)) { /* wraps */
7956 bzero(pm_msgp, pm_bufend - pm_msgp);
7959 prom_printf("%s", pm_msgp);
7962 pm_printf(pm_msgp);
7967 pm_msgp = pm_msgbuf + size;
7969 (void) vsnprintf(pm_msgp, size, fmt, adx);
7972 pm_printf(pm_msgp);
[all...]

Completed in 74 milliseconds