Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dpm.h150 char *pms_manufacturer; /* 1st elment of tuple */ member
236 caddr32_t pms_manufacturer; member
/titanic_50/usr/src/uts/common/io/
H A Dpm.c2598 if (copyinstr((void *)(uintptr_t)psa32.pms_manufacturer, in pm_ioctl()
2602 (void *)(uintptr_t)psa32.pms_manufacturer, in pm_ioctl()
2633 if (copyinstr(psa.pms_manufacturer, in pm_ioctl()
2637 (void *)psa.pms_manufacturer, MAXCOPYBUF)) in pm_ioctl()
2651 psa.pms_manufacturer = manufacturer; in pm_ioctl()
/titanic_50/usr/src/cmd/power/
H A Dhandlers.c88 sl.pms_manufacturer = (char *)man; in isonlist()
/titanic_50/usr/src/uts/common/io/ppm/
H A Dppm.c2768 char *manuf = sl->pms_manufacturer; in ppm_search_list()