Searched refs:audit_pipe_dev (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/security/audit/
H A Daudit_pipe.c218 static struct cdev *audit_pipe_dev; variable in typeref:struct:cdev
1070 audit_pipe_dev = make_dev(&audit_pipe_cdevsw, 0, UID_ROOT,
1072 if (audit_pipe_dev == NULL) {

Completed in 86 milliseconds