Searched defs:pm_msgbuf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c7924 char *pm_msgbuf = NULL; variable
7946 if (pm_msgbuf == NULL) {
7947 pm_msgbuf = kmem_zalloc(mmu_ptob(PMLOGPGS), KM_SLEEP);
7948 pm_bufend = pm_msgbuf + mmu_ptob(PMLOGPGS) - 1;
7949 pm_msgp = pm_msgbuf;
7957 (void) vsnprintf(pm_msgbuf, size, fmt, adx);
7967 pm_msgp = pm_msgbuf + size;

Completed in 86 milliseconds