Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/acpica/
Dacpi.c3945 ACPI_BUFFER handle_buf; in acpi_UserNotify() local
3951 handle_buf.Pointer = NULL; in acpi_UserNotify()
3952 handle_buf.Length = ACPI_ALLOCATE_BUFFER; in acpi_UserNotify()
3953 status = AcpiNsHandleToPathname(h, &handle_buf, FALSE); in acpi_UserNotify()
3957 devctl_notify("ACPI", subsystem, handle_buf.Pointer, notify_buf); in acpi_UserNotify()
3958 AcpiOsFree(handle_buf.Pointer); in acpi_UserNotify()