Lines Matching +defs:d +defs:notify
909 sbuf_printf(sb, " _PXM=%d", pxm);
1111 panic("bad ivar write request (%d)", index);
1283 int d, error;
1285 d = acpi_pxm_parse(child);
1286 if (d < 0)
1293 *cpuset = cpuset_domain[d];
1301 CPU_AND(cpuset, cpuset, &cpuset_domain[d]);
1379 device_printf(dev, "reservation of %jx, %jx (%d) failed\n",
1617 " (type=%d, rid=%d)\n", type, rid);
2142 device_printf(child, "set ACPI power state D%d on %s\n",
2146 "failed to set ACPI power state D%d on %s: %s\n", state,
2346 int d, order;
2455 d = acpi_pxm_parse(child);
2456 if (d >= 0)
2457 ad->ad_domain = d;
3115 * rc.suspend and rc.resume so we don't have to notify devd(8) to do this.
3137 device_printf(sc->acpi_dev, "force sleep state S%d failed\n",
3200 /* Record the pending state and notify all apm devices. */
3226 /* Now notify devd(8) also. */
3360 device_printf(sc->acpi_dev, "Sleep state S%d not supported by BIOS\n",
3624 device_printf(dev, "wake_prep disabled wake for %s (S%d)\n",
3630 device_printf(dev, "wake_prep enabled for %s (S%d)\n",
3869 "request to enter state S%d failed (err %d)\n", state, ret);
3886 * ACPICA Event Handlers (FixedEvent, also called from button notify handler)
4279 acpi_UserNotify(const char *subsystem, ACPI_HANDLE h, uint8_t notify)
4293 snprintf(notify_buf, sizeof(notify_buf), "notify=0x%02x", notify);