]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/kern_return.h
xnu-3247.1.106.tar.gz
[apple/xnu.git] / osfmk / mach / kern_return.h
index 5e7502be9d2c719379e20ae9ee0fb7e0d26a9536..bfedcc3eceddc2b3329eb5c139c3de4a9ac4caa9 100644 (file)
                /* 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
                 */