HomeSort by: relevance | last modified time | path
    Searched defs:DescriptorTypeOp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
aslresource.c 743 * PARAMETERS: DescriptorTypeOp - Parent parse node of the descriptor
763 switch (Info->DescriptorTypeOp->Asl.ParseOpcode)
808 Info->DescriptorTypeOp, NULL);
814 Info->DescriptorTypeOp, NULL);
919 Info->DescriptorTypeOp, NULL);
941 Info->DescriptorTypeOp, NULL);
1052 Info->DescriptorTypeOp->Asl.ParseOpName);
1061 Info->DescriptorTypeOp->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG;
1062 Info->DescriptorTypeOp->Asl.CompileFlags = OP_IS_RESOURCE_DESC;
1063 Info->DescriptorTypeOp->Asl.Value.Integer = Info->CurrentByteOffset
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
amlresrc.h 242 ACPI_PARSE_OBJECT *DescriptorTypeOp; /* Resource descriptor parse node */

Completed in 13 milliseconds