/* 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_INSUFFICIENT_BUFFER_SIZE 52
+ /* The provided buffer is of insufficient size for the requested data.
+ */
+
#define KERN_RETURN_MAX 0x100
/* Maximum return value allowable
*/