Home
last modified time | relevance | path

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

/freebsd-13.1/sys/compat/linuxkpi/common/src/
H A Dlinux_acpi.c88 return ((acpi_DSMQuery(handle, uuid, rev) & funcs) == funcs); in acpi_check_dsm()
/freebsd-13.1/sys/dev/acpica/
H A Dacpivar.h366 UINT64 acpi_DSMQuery(ACPI_HANDLE h, const uint8_t *uuid,
H A Dacpi.c2640 acpi_DSMQuery(ACPI_HANDLE h, const uint8_t *uuid, int revision) in acpi_DSMQuery() function