Home
last modified time | relevance | path

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

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