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 957 (!(Op->Asl.CompileFlags & OP_HAS_NO_EXIT)))
1044 Op->Asl.Parent->Asl.CompileFlags |= OP_HAS_NO_EXIT;
1064 if ((Op->Asl.CompileFlags & OP_HAS_NO_EXIT) &&
1079 if ((Op->Asl.CompileFlags & OP_HAS_NO_EXIT) &&
1086 Op->Asl.Parent->Asl.CompileFlags |= OP_HAS_NO_EXIT;
1093 if ((Op->Asl.CompileFlags & OP_HAS_NO_EXIT) &&
1098 Op->Asl.Parent->Asl.CompileFlags |= OP_HAS_NO_EXIT;
asltypes.h 170 #define OP_HAS_NO_EXIT 0x00000020

Completed in 13 milliseconds