/titanic_41/usr/src/uts/common/io/usb/usba/ |
H A D | usbai.c | 802 char *pm_comp[USBA_N_PMCOMP]; in usb_create_pm_components() local 829 pm_comp[n_prop] = kmem_zalloc(strlen(str) + 1, KM_SLEEP); in usb_create_pm_components() 830 (void) strcpy(pm_comp[n_prop++], str); in usb_create_pm_components() 898 pm_comp[n_prop] = kmem_zalloc(strlen(str) + 1, in usb_create_pm_components() 900 (void) strcpy(pm_comp[n_prop++], str); in usb_create_pm_components() 913 "pm-components", pm_comp, n_prop); in usb_create_pm_components() 925 "\t%s", pm_comp[i]); in usb_create_pm_components() 926 kmem_free(pm_comp[i], strlen(pm_comp[i]) + 1); in usb_create_pm_components()
|
/titanic_41/usr/src/uts/common/io/ppm/ |
H A D | ppm.c | 682 struct pm_comp *pm_comp; in ppm_ioctl() local 715 pm_comp = &dcomps[ppmd->cmpt].pmc_comp; in ppm_ioctl() 716 for (i = pm_comp->pmc_numlevels; i > 0; i--) { in ppm_ioctl() 717 if (pm_comp->pmc_lvals[i-1] == level) in ppm_ioctl() 723 ppm_set_topspeed(ppmd, pm_comp->pmc_numlevels - i); in ppm_ioctl() 1418 struct pm_comp *pm_comp; in ppm_dev_init() local 1445 pm_comp = &dcomps[ppmd->cmpt].pmc_comp; in ppm_dev_init() 1447 ppmd->lowest = pm_comp->pmc_lvals[0]; in ppm_dev_init() 1449 maxi = pm_comp->pmc_numlevels - 1; in ppm_dev_init() 1450 ppmd->highest = pm_comp->pmc_lvals[maxi]; in ppm_dev_init() [all …]
|
/titanic_41/usr/src/uts/sun4u/excalibur/io/ |
H A D | xcalppm.c | 1593 struct pm_comp *pm_comp; in xcppm_dev_init() local 1613 pm_comp = &dcomps[ppmd->cmpt].pmc_comp; in xcppm_dev_init() 1615 ppmd->lowest = pm_comp->pmc_lvals[0]; in xcppm_dev_init() 1617 maxi = pm_comp->pmc_numlevels - 1; in xcppm_dev_init() 1618 ppmd->highest = pm_comp->pmc_lvals[maxi]; in xcppm_dev_init()
|
/titanic_41/usr/src/uts/common/sys/scsi/targets/ |
H A D | sddef.h | 2237 char *pm_comp[SD_PM_NUM_LEVEL_SSU_SS + 2]; /* pm component */ member 2244 char *pm_comp[SD_PM_NUM_LEVEL_SSU_PC + 2]; /* pm component */ member
|
/titanic_41/usr/src/uts/common/io/ |
H A D | gen_drv.c | 240 char *pm_comp[] = { in gen_attach() local 403 "pm-components", pm_comp, 9) != DDI_PROP_SUCCESS) { in gen_attach()
|
H A D | pshot.c | 511 char *pm_comp[] = { in pshot_attach() local 734 "pm-components", pm_comp, 5) != DDI_PROP_SUCCESS) { in pshot_attach()
|
/titanic_41/usr/src/uts/sun/io/audio/drv/audiocs/ |
H A D | audio_4231.c | 1038 char *pm_comp[] = { in audiocs_init_state() local 1045 "pm-components", pm_comp, 3) != DDI_PROP_SUCCESS) { in audiocs_init_state()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | epm.h | 134 typedef struct pm_comp { struct
|
/titanic_41/usr/src/uts/intel/io/dktp/disk/ |
H A D | cmdk.c | 578 char *pm_comp[] = { "NAME=cmdk", "0=off", "1=on", NULL }; in cmdk_setup_pm() local 590 "pm-components", pm_comp, 3) == DDI_PROP_SUCCESS) { in cmdk_setup_pm()
|
/titanic_41/usr/src/uts/sun/io/dada/targets/ |
H A D | dad.c | 477 char *pm_comp[] = in dcdattach() local 568 devi, "pm-components", pm_comp, 4); in dcdattach()
|
/titanic_41/usr/src/uts/common/io/scsi/targets/ |
H A D | sd.c | 6096 "pm-components", sd_pwr_pc.pm_comp, 5) in sd_create_pm_components() 6104 "pm-components", sd_pwr_ss.pm_comp, 3) in sd_create_pm_components()
|