Lines Matching +full:in +full:- +full:masks
1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
4 * Copyright (c) 2005-2009 Apple Inc.
10 * contract FA8650-15-C-7558 ("CADETS"), as part of the DARPA Transparent
13 * Redistribution and use in source and binary forms, with or without
19 * 2. Redistributions in binary form must reproduce the above copyright
20 * notice, this list of conditions and the following disclaimer in the
29 * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
33 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
46 #define MAXAUDITDATA (0x8000 - 1)
64 #define AUDIT_TRIGGER_READ_FILE 3 /* Re-read config file. */
79 * Pre-defined audit IDs
81 #define AU_DEFAUDITID (uid_t)(-1)
83 #define AU_ASSIGN_ASID -1
98 #define AUC_DISABLED -1
134 #define A_GETEVENT 39 /* Get audit event-to-name mapping. */
135 #define A_SETEVENT 40 /* Set audit event-to-name mapping. */
171 * in tokens containing addresses, such as header fields.
206 au_mask_t ai_mask; /* Audit masks. */
214 au_mask_t ai_mask; /* Audit masks. */
224 au_mask_t ap_mask; /* Audit masks. */
233 au_mask_t ap_mask; /* Audit masks. */
242 au_mask_t as_mask; /* Process Audit Masks. */
260 int aq_hiwater; /* Max # of audit recs in queue when */
263 int aq_lowater; /* # of audit recs in queue when */
312 * Event-to-name mapping.