X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/2d21ac55c334faf3a56e5634905ed6987fc787d4..3e170ce000f1506b7b5d2c5c7faec85ceabb573d:/osfmk/mach/kern_return.h diff --git a/osfmk/mach/kern_return.h b/osfmk/mach/kern_return.h index 5e7502be9..bfedcc3ec 100644 --- a/osfmk/mach/kern_return.h +++ b/osfmk/mach/kern_return.h @@ -310,6 +310,15 @@ /* Some thread-oriented operation (semaphore_wait) timed out */ +#define KERN_CODESIGN_ERROR 50 + /* During a page fault, indicates that the page was rejected + * as a result of a signature check. + */ + +#define KERN_POLICY_STATIC 51 + /* The requested property cannot be changed at this time. + */ + #define KERN_RETURN_MAX 0x100 /* Maximum return value allowable */