Home
last modified time | relevance | path

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

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