Lines Matching defs:old

1074 	int old, new, ret, kmflag;
1096 old = reqp->req.ppm_set_power_req.old_level;
1104 "from %d to %d", str, (void *)dip, old, new))
1126 if (new < old) {
1136 if (new > old) {
1146 PPMD(D_SETLVL, ("%s: \"%s\" set power level old %d, new %d \n",
1167 p->ppd_old_level = old;
1172 str, cpup->path, old, new))
1511 int new, old, cmpt;
1522 old = reqp->req.ppm_set_power_req.old_level;
1528 old = reqp->req.ppm_notify_level_req.old_level;
1543 PPMD(D_FET, ("%s: dip(%p): old(%d)->new(%d): no ppm_dev"
1544 " found for cmpt(%d)", str, (void *)dip, old, new, cmpt))
1549 PPMD(D_FET, ("%s: %s@%s %s old %d, new %d, c%d, level %d, "
1551 ppm_get_ctlstr(reqp->request_type, ~0), old, new, cmpt,
1555 ASSERT(old == ppmd->level);
1577 ASSERT(old == 0 && domp->pwr_cnt == 0);
1597 if (old == 0) {
1933 int old, new, cmpt;
1943 old = reqp->req.ppm_set_power_req.old_level;
1950 old = reqp->req.ppm_notify_level_req.old_level;
1964 PPMD(D_PCI, ("%s: dip(%p): old(%d), new(%d): no ppm_dev"
1965 " found for cmpt(%d)", str, (void *)dip, old, new, cmpt))
1970 PPMD(D_PCI, ("%s: %s, dev(%s), c%d, old %d, new %d\n", str,
1972 ppmd->path, cmpt, old, new))
1974 ASSERT(old == ppmd->level);
1987 ASSERT(!((old == 0) ^ (domp->pwr_cnt == 0)));
2001 if (old == 0) {
2076 int old, new, cmpt;
2086 old = reqp->req.ppm_set_power_req.old_level;
2093 old = reqp->req.ppm_notify_level_req.old_level;
2107 PPMD(D_PCI, ("%s: dip(%p): old(%d), new(%d): no ppm_dev"
2108 " found for cmpt(%d)", str, (void *)dip, old, new, cmpt))
2113 PPMD(D_PCI, ("%s: %s, dev(%s), c%d, old %d, new %d\n", str,
2115 ppmd->path, cmpt, old, new))
2117 ASSERT(old == ppmd->level);
2130 ASSERT(!((old == 0) ^ (domp->pwr_cnt == 0)));
2144 if (old == 0) {
2462 PPMD(D_SETLVL, ("%s: %s change=%d, old %d, new %d, ret %d\n",