]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/bsm/audit_kevents.h
xnu-7195.81.3.tar.gz
[apple/xnu.git] / bsd / bsm / audit_kevents.h
index 37dc16b53f2e86a6cfb1025743cca6d4a364b981..c76aa984431a4cb63832aec1f9ea1db4aee2557f 100644 (file)
 #define AUE_PIDFORTASK          43049   /* Darwin-specific. */
 #define AUE_SYSCTL_NONADMIN     43050
 #define AUE_COPYFILE            43051   /* Darwin-specific. */
-#define AUE_DBGPORTFORPID       43052   /* Darwin-specific. */
 /*
  * Events added to OpenBSM for FreeBSD and Linux; may also be used by Darwin
  * in the future.
 #define AUE_SETATTRLISTAT       43212   /* Darwin. */
 #define AUE_FMOUNT              43213   /* Darwin. */
 #define AUE_FSGETPATH_EXTENDED  43214   /* Darwin. */
+#define AUE_DBGPORTFORPID       43215   /* Darwin-specific. */
+#define AUE_PREADV              43216   /* Darwin. */
+#define AUE_PWRITEV             43217   /* Darwin. */
 
 #define AUE_SESSION_START       44901   /* Darwin. */
 #define AUE_SESSION_UPDATE      44902   /* Darwin. */
 #define AUE_MADVISE             AUE_NULL
 #define AUE_MINCORE             AUE_NULL
 #define AUE_MKCOMPLEX           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_PTHREADCHDIR        AUE_NULL
 #define AUE_PTHREADMUTEXINIT    AUE_NULL
 #define AUE_PTHREADMUTEXTRYLOCK AUE_NULL
 #define AUE_PTHREADMUTEXUNLOCK  AUE_NULL
-#define AUE_PWRITEV             AUE_NULL
 #define AUE_REMOVEXATTR         AUE_NULL
 #define AUE_SBRK                AUE_NULL
 #define AUE_SELECT              AUE_NULL
 #define AUE_SYSCALL             AUE_NULL
 #define AUE_TABLE               AUE_NULL
 #define AUE_VMPRESSUREMONITOR   AUE_NULL
-#define AUE_WAITEVENT           AUE_NULL
 #define AUE_WAITID              AUE_NULL
-#define AUE_WATCHEVENT          AUE_NULL
 #define AUE_WORKQOPEN           AUE_NULL
 #define AUE_WORKQOPS            AUE_NULL
 #define AUE_WORKLOOPCTL         AUE_NULL
 #define AUE_NEXUS               AUE_NULL
 #define AUE_CHANNEL             AUE_NULL
 #define AUE_NET                 AUE_NULL
+#define AUE_TASKREADFORPID      AUE_NULL
+#define AUE_TASKINSPECTFORPID   AUE_NULL
 
 #endif /* !_BSM_AUDIT_KEVENTS_H_ */