Searched refs:pmreq (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/power/ |
H A D | handlers.c | 614 pm_req_t pmreq; in dev_dep_common() local 616 bzero(&pmreq, sizeof (pmreq)); in dev_dep_common() 621 pmreq.pmreq_kept = src; in dev_dep_common() 626 pmreq.pmreq_kept = first; in dev_dep_common() 628 destp = &pmreq.pmreq_keeper; in dev_dep_common() 639 if ((upval = ioctl(pm_fd, cmd, &pmreq)) == -1) { in dev_dep_common() 642 cmd, errno, pmreq.pmreq_kept, pmreq.pmreq_keeper); in dev_dep_common() 644 "for \"%s\", %s\n", pmreq.pmreq_keeper, in dev_dep_common() 645 pmreq.pmreq_kept, strerror(errno)); in dev_dep_common() 783 pm_req_t pmreq; in devthr() local [all …]
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/ |
H A D | piclenvd.c | 1549 pm_req_t pmreq; in update_pmdev_power() local 1554 pmreq.physpath = pmdevp->pmdev_name; in update_pmdev_power() 1555 pmreq.data = NULL; in update_pmdev_power() 1556 pmreq.datasize = 0; in update_pmdev_power() 1557 pmreq.component = pmdevp->speed_comp; in update_pmdev_power() 1558 cur_power = ioctl(pm_fd, PM_GET_CURRENT_POWER, &pmreq); in update_pmdev_power() 1718 pm_req_t pmreq; in envd_setup_sensors() local 1730 pmreq.physpath = pmdevp->pmdev_name; in envd_setup_sensors() 1731 pmreq.data = physpath; in envd_setup_sensors() 1732 pmreq.datasize = sizeof (physpath); in envd_setup_sensors() [all …]
|
/titanic_44/usr/src/cmd/rpcbind/ |
H A D | rpcbind.c | 943 struct ipv6_mreq *pmreq; in setup_callit() local 957 pmreq = (struct ipv6_mreq *)&reqbuf[sizeof (struct opthdr)]; in setup_callit() 958 memcpy(pmreq, &mreq, sizeof (struct ipv6_mreq)); in setup_callit()
|