Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbconvert.c492 ACPI_PLD_SET_USER_VISIBLE (&Dword, PldInfo->UserVisible); in AcpiDbEncodePldBuffer()
611 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_UserVisible", PldInfo->UserVisible); in AcpiDbDumpPldBuffer()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslpld.c341 PldInfo.UserVisible = (UINT8) Value; in OpcDoPld()
753 ACPI_PLD_SET_USER_VISIBLE (&Dword, PldInfo->UserVisible); in OpcEncodePldBuffer()
/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutxface.c715 PldInfo->UserVisible = ACPI_PLD_GET_USER_VISIBLE (&Dword); in ACPI_EXPORT_SYMBOL()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacbuffer.h235 UINT8 UserVisible; member
/freebsd/sys/contrib/dev/acpica/components/disassembler/
H A Ddmbuffer.c916 AcpiOsPrintf (ACPI_PLD_OUTPUT08, "PLD_UserVisible", PldInfo->UserVisible); in AcpiDmPldBuffer()