Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dsunpm.c3886 tp += lszs[j]; \
4057 int *lszs = NULL; in pm_autoconfig() local
4085 lszs = kmem_alloc(nelems * sizeof (int), KM_SLEEP); in pm_autoconfig()
4144 lszs[level] = strlen(cp) + 1; in pm_autoconfig()
4145 size += lszs[level]; in pm_autoconfig()
4215 if (lszs) in pm_autoconfig()
4216 kmem_free(lszs, nelems * sizeof (int)); in pm_autoconfig()