Lines Matching refs:Named
395 * For all other named opcodes, we will enter the name into
455 * Enter the named type into the internal namespace. We enter the name
518 Op->Named.Path = Path;
528 Op->Named.Name = Node->Name.Integer;
580 * the named object in the ACPI namespace so that references to this name
627 Status = AcpiExCreateRegion (Op->Named.Data, Op->Named.Length,
638 Status = AcpiExCreateRegion (Op->Named.Data, Op->Named.Length,
691 AcpiDmAddOpToExternalList (Op, Op->Named.Path, (UINT8)ObjectType, ParamCount,
714 WalkState, Op, Op->Named.Node));
716 if (!AcpiNsGetAttachedObject (Op->Named.Node))
718 WalkState->Operands[0] = ACPI_CAST_PTR (void, Op->Named.Node);
725 Status = AcpiExCreateMethod (Op->Named.Data,
726 Op->Named.Length, WalkState);