Searched refs:Exclaves_L4_Error (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.141.1/osfmk/mach/ |
| H A D | exclaves_l4.h | 148 #define Exclaves_L4_Error(code, value) (((Exclaves_L4_Word(value)) << 8) | (Exclaves_L4_Word(code))) macro 185 Exclaves_L4_Error(Exclaves_L4_ErrorCodeSuccess, Exclaves_L4_Nil) 187 Exclaves_L4_Error(Exclaves_L4_ErrorCodePreempted, Exclaves_L4_Nil) 189 Exclaves_L4_Error(Exclaves_L4_ErrorCodeCanceled, reason) 191 Exclaves_L4_Error(Exclaves_L4_ErrorCodeTruncated, Exclaves_L4_Nil) 193 Exclaves_L4_Error(Exclaves_L4_ErrorCodeCapInvalid, Exclaves_L4_Nil) 195 Exclaves_L4_Error(Exclaves_L4_ErrorCodeSlotInvalid, Exclaves_L4_Nil) 197 Exclaves_L4_Error(Exclaves_L4_ErrorCodeMethodInvalid, Exclaves_L4_Nil) 199 Exclaves_L4_Error(Exclaves_L4_ErrorCodeArgumentInvalid, argument) 201 Exclaves_L4_Error(Exclaves_L4_ErrorCodeOperationInvalid, Exclaves_L4_Nil) [all …]
|