Searched defs:ArgTypes (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexresop.c137 * Each 5-bit group in ArgTypes represents one required
153 UINT32 ArgTypes; local
169 ArgTypes = OpInfo->RuntimeArgs;
170 if (ArgTypes == ARGI_INVALID_OPCODE)
180 Opcode, OpInfo->Name, ArgTypes));
183 * Normal exit is with (ArgTypes == 0) at end of argument list.
189 while (GET_CURRENT_ARG_TYPE (ArgTypes))
291 ThisArgType = GET_CURRENT_ARG_TYPE (ArgTypes);
292 INCREMENT_ARG_LIST (ArgTypes);
720 if (GET_CURRENT_ARG_TYPE (ArgTypes))
[all...]
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacstruct.h92 UINT32 ArgTypes; member in struct:acpi_walk_state
H A Daclocal.h1331 ACPI_OBJECT_TYPE ArgTypes[4]; member in struct:acpi_db_method_info

Completed in 67 milliseconds