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

  /src/sys/external/bsd/acpica/dist/compiler/
asloperands.c 346 UINT8 AccessType;
353 /* AccessType -- not optional, so no need to check for DEFAULT_ARG */
355 AccessType = (UINT8) Op->Asl.Value.Integer;
360 FieldOp->Asl.Value.Integer = AccessType;
378 FieldFlags = (UINT8) (AccessType | LockRule | UpdateRule);
405 AccessType = (UINT8) PkgLengthNode->Asl.Value.Integer;
506 switch (AccessType)
570 /* Second child is the AccessType */
604 /* Third child is the AccessType */
642 /* Fourth child is the AccessType */
    [all...]
  /src/sys/external/bsd/acpica/dist/parser/
psargs.c 648 UINT8 AccessType;
752 * Get AccessType and AccessAttrib and merge into the field Op
753 * AccessType is first operand, AccessAttribute is second. stuff
759 AccessType = ACPI_GET8 (ParserState->Aml);
764 Field->Common.Value.Integer = (UINT8) AccessType;
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_descriptions.h 104 enum AccessType {

Completed in 12 milliseconds