Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Depm.h143 char **pmc_lnames; /* human readable names of levels */ member
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c1431 return (cp->pmc_comp.pmc_lnames[index]); in power_val_to_string()
3872 compp->pmc_lnames = kmem_alloc(level * sizeof (char *), KM_SLEEP); \
3880 compp->pmc_lnames[j] = tp; \
4023 kmem_free(cp->pmc_comp.pmc_lnames, nlevels * sizeof (char *)); in e_pm_destroy_components()
4244 if (pp->pmc_lnames) { in pm_autoconfig()
4245 kmem_free(pp->pmc_lnames, n * (sizeof (char *))); in pm_autoconfig()
/illumos-gate/usr/src/uts/common/io/
H A Dpm.c2095 dep = cp->pmc_comp.pmc_lnames[req.value]; in pm_ioctl()