Searched refs:notify_buf (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/sys/arm/ti/am335x/ |
| H A D | am335x_pmic.c | 94 char notify_buf[16]; in am335x_pmic_intr() local 114 snprintf(notify_buf, sizeof(notify_buf), "notify=0x%02x", in am335x_pmic_intr() 116 devctl_notify_f("ACPI", "ACAD", "power", notify_buf, M_NOWAIT); in am335x_pmic_intr()
|
| /freebsd-12.1/sys/powerpc/powermac/ |
| H A D | pmu.c | 942 char notify_buf[16]; in pmu_battery_notify() local 949 snprintf(notify_buf, sizeof(notify_buf), in pmu_battery_notify() 951 devctl_notify("PMU", "POWER", "ACLINE", notify_buf); in pmu_battery_notify()
|
| /freebsd-12.1/sys/dev/acpica/ |
| H A D | acpi.c | 3888 char notify_buf[16]; in acpi_UserNotify() local 3900 snprintf(notify_buf, sizeof(notify_buf), "notify=0x%02x", notify); in acpi_UserNotify() 3901 devctl_notify("ACPI", subsystem, handle_buf.Pointer, notify_buf); in acpi_UserNotify()
|