Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/components/utilities/
A Dutpredef.c371 UINT16 ThisArgumentType; in AcpiUtGetArgumentTypes() local
394 ThisArgumentType = METHOD_GET_NEXT_TYPE (ArgumentTypes); in AcpiUtGetArgumentTypes()
396 if (!ThisArgumentType || (ThisArgumentType > METHOD_MAX_ARG_TYPE)) in AcpiUtGetArgumentTypes()
399 "in predefined info structure\n", ThisArgumentType); in AcpiUtGetArgumentTypes()
403 strcat (Buffer, UtExternalTypeNames[ThisArgumentType] + SubIndex); in AcpiUtGetArgumentTypes()

Completed in 3 milliseconds