Searched refs:asdev (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_session.c275 #define AUDIT_SDEV_LOCK(asdev) mtx_lock(&(asdev)->asdev_mtx)
276 #define AUDIT_SDEV_LOCK_ASSERT(asdev) mtx_assert(&(asdev)->asdev_mtx, \
278 #define AUDIT_SDEV_LOCK_DESTROY(asdev) mtx_destroy(&(asdev)->asdev_mtx)
279 #define AUDIT_SDEV_LOCK_INIT(asdev) mtx_init(&(asdev)->asdev_mtx, \
281 #define AUDIT_SDEV_UNLOCK(asdev) mtx_unlock(&(asdev)
1517 audit_sdev_append(struct audit_sdev *asdev, void *record, u_int record_len) argument
1565 struct audit_sdev *asdev; local
1602 struct audit_sdev *asdev; local
1630 audit_sdev_flush(struct audit_sdev *asdev) argument
1653 audit_sdev_free(struct audit_sdev *asdev) argument
1696 struct audit_sdev *asdev; local
1737 struct audit_sdev *asdev; local
1763 struct audit_sdev *asdev; local
1872 struct audit_sdev *asdev; local
1953 struct audit_sdev *asdev; local
[all...]

Completed in 21 milliseconds