Lines Matching refs:Object
329 /* Complete the ACPI namespace object initialization */
430 /* Complete the ACPI namespace object initialization */
533 * 2) How to setup the return value object
549 ACPI_OBJECT *Object;
563 /* Ask ACPICA to allocate space for the return object */
574 /* Ensure that the return object is large enough */
585 Object = ReturnValue.Pointer;
586 if (Object->Type != ACPI_TYPE_INTEGER)
588 AcpiOsPrintf ("Invalid return type from _OSI, %.2X\n", Object->Type);
592 (UINT32) Object->Integer.Value));
617 ACPI_OBJECT *Object;
631 /* Ask ACPICA to allocate space for the return object */
646 Object = ReturnValue.Pointer;
647 if (Object->Type == ACPI_TYPE_STRING)
650 Object->String.Pointer);