Lines Matching defs:ap

179 #define	AUDIT_PIPE_LOCK(ap)		mtx_lock(&(ap)->ap_mtx)  argument
180 #define AUDIT_PIPE_LOCK_ASSERT(ap) mtx_assert(&(ap)->ap_mtx, MA_OWNED) argument
181 #define AUDIT_PIPE_LOCK_DESTROY(ap) mtx_destroy(&(ap)->ap_mtx) argument
182 #define AUDIT_PIPE_LOCK_INIT(ap) mtx_init(&(ap)->ap_mtx, \ argument
184 #define AUDIT_PIPE_UNLOCK(ap) mtx_unlock(&(ap)->ap_mtx) argument
185 #define AUDIT_PIPE_MTX(ap) (&(ap)->ap_mtx) argument
187 #define AUDIT_PIPE_SX_LOCK_DESTROY(ap) sx_destroy(&(ap)->ap_sx) argument
188 #define AUDIT_PIPE_SX_LOCK_INIT(ap) sx_init(&(ap)->ap_sx, "audit_pipe_sx") argument
189 #define AUDIT_PIPE_SX_XLOCK_ASSERT(ap) sx_assert(&(ap)->ap_sx, SA_XLOCKED) argument
190 #define AUDIT_PIPE_SX_XLOCK_SIG(ap) sx_xlock_sig(&(ap)->ap_sx) argument
191 #define AUDIT_PIPE_SX_XUNLOCK(ap) sx_xunlock(&(ap)->ap_sx) argument
271 audit_pipe_preselect_find(struct audit_pipe *ap, au_id_t auid) in audit_pipe_preselect_find()
288 audit_pipe_preselect_get(struct audit_pipe *ap, au_id_t auid, in audit_pipe_preselect_get()
310 audit_pipe_preselect_set(struct audit_pipe *ap, au_id_t auid, au_mask_t mask) in audit_pipe_preselect_set()
337 audit_pipe_preselect_delete(struct audit_pipe *ap, au_id_t auid) in audit_pipe_preselect_delete()
359 audit_pipe_preselect_flush_locked(struct audit_pipe *ap) in audit_pipe_preselect_flush_locked()
372 audit_pipe_preselect_flush(struct audit_pipe *ap) in audit_pipe_preselect_flush()
391 audit_pipe_preselect_check(struct audit_pipe *ap, au_id_t auid, in audit_pipe_preselect_check()
431 struct audit_pipe *ap; in audit_pipe_preselect() local
458 audit_pipe_append(struct audit_pipe *ap, void *record, u_int record_len) in audit_pipe_append()
507 struct audit_pipe *ap; in audit_pipe_submit() local
540 struct audit_pipe *ap; in audit_pipe_submit_user() local
567 struct audit_pipe *ap; in audit_pipe_alloc() local
607 audit_pipe_flush(struct audit_pipe *ap) in audit_pipe_flush()
632 audit_pipe_free(struct audit_pipe *ap) in audit_pipe_free()
653 struct audit_pipe *ap; in audit_pipe_dtor() local
671 struct audit_pipe *ap; in audit_pipe_open() local
693 struct audit_pipe *ap; in audit_pipe_ioctl() local
900 struct audit_pipe *ap; in audit_pipe_read() local
982 struct audit_pipe *ap; in audit_pipe_poll() local
1006 struct audit_pipe *ap; in audit_pipe_kqfilter() local
1030 struct audit_pipe *ap; in audit_pipe_kqread() local
1050 struct audit_pipe *ap; in audit_pipe_kqdetach() local