Searched refs:NameOp (Results 1 – 3 of 3) sorted by relevance
280 ACPI_PARSE_OBJECT *NameOp = Op; in LkGetNameOp() local292 NameOp = Op->Asl.Child; in LkGetNameOp()299 NameOp = Op->Asl.Child->Asl.Next; in LkGetNameOp()306 NameOp = Op->Asl.Child; in LkGetNameOp()307 while (!(NameOp->Asl.CompileFlags & NODE_IS_NAME_DECLARATION)) in LkGetNameOp()309 NameOp = NameOp->Asl.Next; in LkGetNameOp()313 return (NameOp); in LkGetNameOp()
928 ACPI_PARSE_OBJECT *NameOp) in UtAttachNamepathToOwner() argument935 Op->Asl.ExternalName = NameOp->Asl.Value.String; in UtAttachNamepathToOwner()939 Op->Asl.ParentMethod = (void *) NameOp; in UtAttachNamepathToOwner()947 Status = UtInternalizeName (NameOp->Asl.Value.String, &Op->Asl.Namepath); in UtAttachNamepathToOwner()
261 ACPI_PARSE_OBJECT *NameOp; in AcpiPsGetNextNamepath() local319 NameOp = AcpiPsAllocOp (AML_INT_NAMEPATH_OP, Start); in AcpiPsGetNextNamepath()320 if (!NameOp) in AcpiPsGetNextNamepath()328 NameOp->Common.Value.Name = Path; in AcpiPsGetNextNamepath()332 NameOp->Common.Node = Node; in AcpiPsGetNextNamepath()333 AcpiPsAppendArg (Arg, NameOp); in AcpiPsGetNextNamepath()
Completed in 5 milliseconds