]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/kern_return.h
xnu-4570.71.2.tar.gz
[apple/xnu.git] / osfmk / mach / kern_return.h
index da73236e3c327b32675c774796bddb3f21ce902e..f0fa37d2732b47ff07d5052ef544ca4e774bfa97 100644 (file)
                 * as a result of a signature check.
                 */
 
+#define KERN_POLICY_STATIC             51
+               /* The requested property cannot be changed at this time.
+                */
+
+#define KERN_INSUFFICIENT_BUFFER_SIZE  52
+               /* The provided buffer is of insufficient size for the requested data.
+                */
+
 #define        KERN_RETURN_MAX                 0x100
                /* Maximum return value allowable
                 */