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

/illumos-gate/usr/src/uts/intel/io/acpica/parser/
H A Dpswalk.c70 ACPI_PARSE_OBJECT *Parent = NULL; local
82 if (Op != Parent)
99 Parent = Op->Common.Parent;
116 Op = Parent;
H A Dpstree.c198 Arg->Common.Parent = Op;
226 ACPI_PARSE_OBJECT *Parent; local
256 Parent = Op->Common.Parent;
258 while (Parent)
260 Arg = AcpiPsGetArg (Parent, 0);
273 if (Parent->Common.Next)
277 return (Parent->Common.Next);
280 Op = Parent;
281 Parent
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddsobject.c115 ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
116 (Op->Common.Parent->Common.AmlOpcode == AML_VAR_PACKAGE_OP)))
144 if ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
145 (Op->Common.Parent->Common.AmlOpcode == AML_VAR_PACKAGE_OP))
399 ACPI_PARSE_OBJECT *Parent; local
412 Parent = Op->Common.Parent;
413 while ((Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
414 (Parent->Common.AmlOpcode == AML_VAR_PACKAGE_OP))
416 Parent
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/namespace/
H A Dnsxfname.c70 * PARAMETERS: Parent - Object to search under (search scope).
86 ACPI_HANDLE Parent,
107 if (Parent)
109 PrefixNode = AcpiNsValidateHandle (Parent);
119 * 2) Parent + Relative pathname
121 * Error for <null Parent + relative path>
85 AcpiGetHandle( ACPI_HANDLE Parent, ACPI_STRING Pathname, ACPI_HANDLE *RetHandle) argument
/illumos-gate/usr/src/boot/sys/boot/efi/include/
H A Defifs.h65 EFI_LBA Parent; member in struct:_EFI_FILE_HEADER
98 EFI_LBA Parent; member in struct:_EFI_LBAL
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Daclocal.h193 struct acpi_namespace_node *Parent; /* Parent node */ member in struct:acpi_namespace_node
908 union acpi_parse_object *Parent; /* Parent op */\
933 #define ACPI_DASM_MATCHOP 0x07 /* Parent opcode is a Match() operator */

Completed in 93 milliseconds