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

/illumos-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexnames.c61 UINT8 **InAmlAddress,
168 * PARAMETERS: InAmlAddress - Pointer to the name in the AML code
180 UINT8 **InAmlAddress,
183 char *AmlAddress = (void *) *InAmlAddress;
258 *InAmlAddress = ACPI_CAST_PTR (UINT8, AmlAddress);
269 * InAmlAddress - Pointer to the namestring in the AML code
283 UINT8 *InAmlAddress,
288 UINT8 *AmlAddress = InAmlAddress;
477 *OutNameLength = (UINT32) (AmlAddress - InAmlAddress);
179 AcpiExNameSegment( UINT8 **InAmlAddress, char *NameString) argument
281 AcpiExGetNameString( ACPI_OBJECT_TYPE DataType, UINT8 *InAmlAddress, char **OutNameString, UINT32 *OutNameLength) argument

Completed in 57 milliseconds