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