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 635 * PARAMETERS: DescriptorTypeOp - Parent parse node of the descriptor
655 switch (Info->DescriptorTypeOp->Asl.ParseOpcode)
700 Info->DescriptorTypeOp, NULL);
706 Info->DescriptorTypeOp, NULL);
811 Info->DescriptorTypeOp, NULL);
833 Info->DescriptorTypeOp, NULL);
944 Info->DescriptorTypeOp->Asl.ParseOpName);
953 Info->DescriptorTypeOp->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG;
954 Info->DescriptorTypeOp->Asl.CompileFlags = OP_IS_RESOURCE_DESC;
955 Info->DescriptorTypeOp->Asl.Value.Integer = Info->CurrentByteOffset
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
amlresrc.h 134 ACPI_PARSE_OBJECT *DescriptorTypeOp; /* Resource descriptor parse node */

Completed in 24 milliseconds