Home
last modified time | relevance | path

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

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