Searched defs:asdev (Results 1 – 1 of 1) sorted by relevance
277 #define AUDIT_SDEV_LOCK(asdev) mtx_lock(&(asdev)->asdev_mtx) argument278 #define AUDIT_SDEV_LOCK_ASSERT(asdev) mtx_assert(&(asdev)->asdev_mtx, \ argument280 #define AUDIT_SDEV_LOCK_DESTROY(asdev) mtx_destroy(&(asdev)->asdev_mtx) argument281 #define AUDIT_SDEV_LOCK_INIT(asdev) mtx_init(&(asdev)->asdev_mtx, \ argument283 #define AUDIT_SDEV_UNLOCK(asdev) mtx_unlock(&(asdev)->asdev_mtx) argument284 #define AUDIT_SDEV_MTX(asdev) (&(asdev)->asdev_mtx) argument1514 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() local1602 struct audit_sdev *asdev; in audit_sdev_alloc() local1627 audit_sdev_flush(struct audit_sdev *asdev) in audit_sdev_flush()[all …]