Searched refs:notify_buf (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/arm/ti/am335x/
H A Dam335x_pmic.c113 char notify_buf[16]; local
133 snprintf(notify_buf, sizeof(notify_buf), "notify=0x%02x",
135 devctl_notify_f("ACPI", "ACAD", "power", notify_buf, M_NOWAIT);
/freebsd-11-stable/sys/powerpc/powermac/
H A Dpmu.c940 char notify_buf[16]; local
947 snprintf(notify_buf, sizeof(notify_buf),
949 devctl_notify("PMU", "POWER", "ACLINE", notify_buf);
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi.c3767 char notify_buf[16]; local
3779 snprintf(notify_buf, sizeof(notify_buf), "notify=0x%02x", notify);
3780 devctl_notify("ACPI", subsystem, handle_buf.Pointer, notify_buf);

Completed in 114 milliseconds