Home
last modified time | relevance | path

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

/freebsd/sys/security/audit/
H A Daudit_trigger.c63 audit_open(struct cdev *dev, int oflags, int devtype, struct thread *td) in audit_open() function
152 .d_open = audit_open,
/freebsd/crypto/openssh/
H A Daudit-linux.c47 if ((audit_fd = audit_open()) < 0) { in linux_audit_record_event()