Lines Matching refs:pm_comp_t
3389 static pm_comp_t bc_comp = {"unknown", 2, NULL, NULL, &bc_names[0]};
3394 pm_comp_t *pmc; in e_pm_default_levels()
3433 pm_comp_t *pcp, *compp; in pm_premanage()
3436 pm_comp_t *pm_autoconfig(dev_info_t *, int *); in pm_premanage()
3514 kmem_free(compp, cmpts * sizeof (pm_comp_t)); in pm_premanage()
3854 pm_comp_t *comp;
4041 pm_comp_t *
4047 pm_comp_t *compp = NULL; in pm_autoconfig()
4058 pm_comp_t *ret = NULL; in pm_autoconfig()
4115 compp = p->comp = kmem_zalloc(sizeof (pm_comp_t), in pm_autoconfig()
4163 ret = kmem_zalloc(components * sizeof (pm_comp_t), KM_SLEEP); in pm_autoconfig()
4229 pm_comp_t *pp; in pm_autoconfig()
4257 kmem_free(ret, components * sizeof (pm_comp_t)); in pm_autoconfig()
4281 pm_comp_t *pmc; in pm_set_device_threshold()