Searched refs:lszs (Results 1 – 1 of 1) sorted by relevance
3886 tp += lszs[j]; \4057 int *lszs = NULL; in pm_autoconfig() local4085 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()