Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c3881 tp += lszs[j]; \
4053 int *lszs = NULL; in pm_autoconfig() local
4081 lszs = kmem_alloc(nelems * sizeof (int), KM_SLEEP); in pm_autoconfig()
4140 lszs[level] = strlen(cp) + 1; in pm_autoconfig()
4141 size += lszs[level]; in pm_autoconfig()
4211 if (lszs) in pm_autoconfig()
4212 kmem_free(lszs, nelems * sizeof (int)); in pm_autoconfig()