Home
last modified time | relevance | path

Searched refs:AUDIT_SDEV_ALLSESSIONS (Results 1 – 1 of 1) sorted by relevance

/xnu-8796.121.2/bsd/security/audit/
H A Daudit_session.c219 #define AUDIT_SDEV_ALLSESSIONS 0x00010000 macro
1614 (asdev->asdev_flags & AUDIT_SDEV_ALLSESSIONS) != 0) { in audit_sdev_submit()
1874 *(u_int *)data = (asdev->asdev_flags & AUDIT_SDEV_ALLSESSIONS) ? in audit_sdev_ioctl()
1886 asdev->asdev_flags |= AUDIT_SDEV_ALLSESSIONS; in audit_sdev_ioctl()
1888 asdev->asdev_flags &= ~AUDIT_SDEV_ALLSESSIONS; in audit_sdev_ioctl()