Searched defs:asdev (Results 1 – 1 of 1) sorted by relevance
282 #define AUDIT_SDEV_LOCK(asdev) mtx_lock(&(asdev)->asdev_mtx) argument283 #define AUDIT_SDEV_LOCK_ASSERT(asdev) mtx_assert(&(asdev)->asdev_mtx, \ argument285 #define AUDIT_SDEV_LOCK_DESTROY(asdev) mtx_destroy(&(asdev)->asdev_mtx) argument286 #define AUDIT_SDEV_LOCK_INIT(asdev) mtx_init(&(asdev)->asdev_mtx, \ argument288 #define AUDIT_SDEV_UNLOCK(asdev) mtx_unlock(&(asdev)->asdev_mtx) argument289 #define AUDIT_SDEV_MTX(asdev) (&(asdev)->asdev_mtx) argument1520 audit_sdev_append(struct audit_sdev *asdev, void *record, u_int record_len) in audit_sdev_append()1569 struct audit_sdev *asdev; in audit_sdev_submit() local1608 struct audit_sdev *asdev; in audit_sdev_alloc() local1633 audit_sdev_flush(struct audit_sdev *asdev) in audit_sdev_flush()[all …]