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

  /src/sys/external/bsd/acpica/dist/compiler/
asloperands.c 238 UINT8 AccessType;
245 /* AccessType -- not optional, so no need to check for DEFAULT_ARG */
247 AccessType = (UINT8) Op->Asl.Value.Integer;
252 FieldOp->Asl.Value.Integer = AccessType;
270 FieldFlags = (UINT8) (AccessType | LockRule | UpdateRule);
297 AccessType = (UINT8) PkgLengthNode->Asl.Value.Integer;
398 switch (AccessType)
462 /* Second child is the AccessType */
496 /* Third child is the AccessType */
534 /* Fourth child is the AccessType */
    [all...]
  /src/sys/external/bsd/acpica/dist/parser/
psargs.c 540 UINT8 AccessType;
644 * Get AccessType and AccessAttrib and merge into the field Op
645 * AccessType is first operand, AccessAttribute is second. stuff
651 AccessType = ACPI_GET8 (ParserState->Aml);
656 Field->Common.Value.Integer = (UINT8) AccessType;
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_descriptions.h 104 enum AccessType {

Completed in 21 milliseconds