Home
last modified time | relevance | path

Searched defs:asdev (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.1.9/bsd/security/audit/
H A Daudit_session.c277 #define AUDIT_SDEV_LOCK(asdev) mtx_lock(&(asdev)->asdev_mtx) argument
278 #define AUDIT_SDEV_LOCK_ASSERT(asdev) mtx_assert(&(asdev)->asdev_mtx, \ argument
280 #define AUDIT_SDEV_LOCK_DESTROY(asdev) mtx_destroy(&(asdev)->asdev_mtx) argument
281 #define AUDIT_SDEV_LOCK_INIT(asdev) mtx_init(&(asdev)->asdev_mtx, \ argument
283 #define AUDIT_SDEV_UNLOCK(asdev) mtx_unlock(&(asdev)->asdev_mtx) argument
284 #define AUDIT_SDEV_MTX(asdev) (&(asdev)->asdev_mtx) argument
1514 audit_sdev_append(struct audit_sdev *asdev, void *record, u_int record_len) in audit_sdev_append()
1563 struct audit_sdev *asdev; in audit_sdev_submit() local
1602 struct audit_sdev *asdev; in audit_sdev_alloc() local
1627 audit_sdev_flush(struct audit_sdev *asdev) in audit_sdev_flush()
[all …]