]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/bsm/audit_kevents.h
xnu-4903.221.2.tar.gz
[apple/xnu.git] / bsd / bsm / audit_kevents.h
index e6ea2a05b0c7f86951b3ee1c263b363efe972bae..31e6353d7cf7c2ddfc062c8a1e70378682094f78 100644 (file)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2005-2010 Apple Inc.
+ * Copyright (c) 2005-2017 Apple Inc.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
 #define        AUE_OPENBYID_WT         43207   /* Darwin. */
 #define        AUE_OPENBYID_RW         43208   /* Darwin. */
 #define        AUE_OPENBYID_RWT        43209   /* Darwin. */
+#define        AUE_CLONEFILEAT         43210   /* Darwin. */
+#define        AUE_FCLONEFILEAT        43211   /* Darwin. */
+#define        AUE_SETATTRLISTAT       43212   /* Darwin. */
+#define        AUE_FMOUNT              43213   /* Darwin. */
 
 #define        AUE_SESSION_START       44901   /* Darwin. */
 #define        AUE_SESSION_UPDATE      44902   /* Darwin. */
 #define        AUE_BSDTHREADCREATE     AUE_NULL
 #define        AUE_BSDTHREADTERMINATE  AUE_NULL
 #define        AUE_BSDTHREADREGISTER   AUE_NULL
-#define        AUE_CHUD                AUE_NULL
 #define        AUE_CSOPS               AUE_NULL
 #define        AUE_DUP                 AUE_NULL
 #define        AUE_FDATASYNC           AUE_NULL
 #define        AUE_MODWATCH            AUE_NULL
 #define        AUE_MSGCL               AUE_NULL
 #define        AUE_MSYNC               AUE_NULL
+#define        AUE_NECP                AUE_NULL
+#define        AUE_NETAGENT    AUE_NULL
 #define        AUE_PREADV              AUE_NULL
 #define        AUE_PROCINFO            AUE_NULL
 #define        AUE_PTHREADCANCELED     AUE_NULL
 #define        AUE_WATCHEVENT          AUE_NULL
 #define        AUE_WORKQOPEN           AUE_NULL
 #define        AUE_WORKQOPS            AUE_NULL
+#define        AUE_WORKLOOPCTL         AUE_NULL
+#define        AUE_PERSONA             AUE_NULL
+#define        AUE_USRCTL              AUE_NULL
+#define        AUE_NEXUS               AUE_NULL
+#define        AUE_CHANNEL             AUE_NULL
+#define        AUE_NET                 AUE_NULL
 
 #endif /* !_BSM_AUDIT_KEVENTS_H_ */