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

  /src/sys/external/bsd/acpica/dist/compiler/
aslexternal.c 195 ACPI_PARSE_OBJECT *TypeOp;
219 TypeOp = ExternTypeOp->Asl.Next;
220 if (TypeOp->Asl.Child)
224 (void) MtProcessTypeOp (TypeOp->Asl.Child);
228 AslError (ASL_ERROR, ASL_MSG_EXTERN_INVALID_RET_TYPE, TypeOp,
235 TypeOp = TypeOp->Asl.Next;
236 if (TypeOp->Asl.Child)
238 ParamCount = MtProcessParameterTypeList (TypeOp->Asl.Child, ParamTypes);
242 AslError (ASL_ERROR, ASL_MSG_EXTERN_INVALID_PARAM_TYPE, TypeOp,
    [all...]
aslopcodes.c 441 ACPI_PARSE_OBJECT *TypeOp;
448 TypeOp = Op->Asl.Child;
452 TypeOp->Asl.AmlOpcode = AML_RAW_DATA_BYTE;
453 TypeOp->Asl.ParseOpcode = PARSEOP_RAW_DATA;
457 AttribOp = TypeOp->Asl.Next;

Completed in 12 milliseconds