Lines Matching +full:in +full:- +full:masks
1 /*-
2 * Copyright (c) 2005-2009 Apple Inc.
8 * contract FA8650-15-C-7558 ("CADETS"), as part of the DARPA Transparent
11 * Redistribution and use in source and binary forms, with or without
17 * 2. Redistributions in binary form must reproduce the above copyright
18 * notice, this list of conditions and the following disclaimer in the
27 * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
31 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
32 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
44 #define MAXAUDITDATA (0x8000 - 1)
62 #define AUDIT_TRIGGER_READ_FILE 3 /* Re-read config file. */
77 * Pre-defined audit IDs
79 #define AU_DEFAUDITID (uid_t)(-1)
81 #define AU_ASSIGN_ASID -1
96 #define AUC_DISABLED -1
132 #define A_GETEVENT 39 /* Get audit event-to-name mapping. */
133 #define A_SETEVENT 40 /* Set audit event-to-name mapping. */
169 * in tokens containing addresses, such as header fields.
204 au_mask_t ai_mask; /* Audit masks. */
212 au_mask_t ai_mask; /* Audit masks. */
222 au_mask_t ap_mask; /* Audit masks. */
231 au_mask_t ap_mask; /* Audit masks. */
240 au_mask_t as_mask; /* Process Audit Masks. */
258 int aq_hiwater; /* Max # of audit recs in queue when */
261 int aq_lowater; /* # of audit recs in queue when */
310 * Event-to-name mapping.