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

  /src/sys/external/bsd/acpica/dist/compiler/
aslmethod.c 849 (!(Op->Asl.CompileFlags & OP_HAS_NO_EXIT)))
936 Op->Asl.Parent->Asl.CompileFlags |= OP_HAS_NO_EXIT;
956 if ((Op->Asl.CompileFlags & OP_HAS_NO_EXIT) &&
971 if ((Op->Asl.CompileFlags & OP_HAS_NO_EXIT) &&
978 Op->Asl.Parent->Asl.CompileFlags |= OP_HAS_NO_EXIT;
985 if ((Op->Asl.CompileFlags & OP_HAS_NO_EXIT) &&
990 Op->Asl.Parent->Asl.CompileFlags |= OP_HAS_NO_EXIT;
asltypes.h 62 #define OP_HAS_NO_EXIT 0x00000020

Completed in 23 milliseconds