Home
last modified time | relevance | path

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

/dragonfly/sys/dev/acpica/
H A Dacpi.c3493 char notify_buf[16]; in acpi_UserNotify() local
3505 ksnprintf(notify_buf, sizeof(notify_buf), "notify=0x%02x", notify); in acpi_UserNotify()
3506 devctl_notify("ACPI", subsystem, handle_buf.Pointer, notify_buf); in acpi_UserNotify()