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

/illumos-gate/usr/src/uts/intel/io/acpica/parser/
H A Dpstree.c295 * RETURN: Child Op, Null if none is found.
305 ACPI_PARSE_OBJECT *Child = NULL; local
319 Child = AcpiPsGetArg (Op, 0);
329 Child = AcpiPsGetArg (Op, 1);
335 Child = AcpiPsGetArg (Op, 2);
341 Child = AcpiPsGetArg (Op, 3);
351 return (Child);
/illumos-gate/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmcstyle.c746 ACPI_PARSE_OBJECT *Child; local
751 Child = Op->Common.Value.Arg;
753 Target->Common.Next = Child;
757 while (Child->Common.Next != Target)
759 Child = Child->Common.Next;
762 Child->Common.Next = NULL;
H A Ddmopcode.c678 ACPI_PARSE_OBJECT *Child; local
741 Child = Op->Common.Value.Arg;
742 if ((Child->Common.AmlOpcode == AML_LEQUAL_OP) ||
743 (Child->Common.AmlOpcode == AML_LGREATER_OP) ||
744 (Child->Common.AmlOpcode == AML_LLESS_OP))
746 Child->Common.DisasmOpcode = ACPI_DASM_LNOT_SUFFIX;
923 Child = Op->Common.Value.Arg;
925 if (Child->Common.AmlOpcode == AML_INT_BYTELIST_OP)
929 Aml = Child->Named.Data;
930 Length = (UINT32) Child
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddsfield.c320 ACPI_PARSE_OBJECT *Child; local
401 Child = Arg->Common.Value.Arg;
402 if (Child->Common.AmlOpcode == AML_INT_BYTELIST_OP)
404 Info->ResourceBuffer = Child->Named.Data;
405 Info->ResourceLength = (UINT16) Child->Named.Value.Integer;
412 Child->Common.Value.Name, ACPI_TYPE_ANY,
417 ACPI_ERROR_NAMESPACE (Child->Common.Value.Name, Status);
/illumos-gate/usr/src/cmd/bnu/
H A Dcu.c205 Child, /* pid for receive process */ variable
273 * Child invokes "receive" to read from remote & write to TTY.
586 if(Child > 0) {
605 Child = dofork();
606 if (Child == 0) {
634 if (Child) {
635 kill(Child, SIGKILL);
636 while ( (ret = wait(&status)) != Child )
640 Child = dofork();
641 if(Child
[all...]
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Daclocal.h194 struct acpi_namespace_node *Child; /* First child */ member in struct:acpi_namespace_node
970 union acpi_parse_object *Child; member in struct:acpi_parse_obj_asl

Completed in 72 milliseconds