Home
last modified time | relevance | path

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

/drivers/tty/
A Dtty_audit.c17 struct tty_audit_buf { struct
25 static struct tty_audit_buf *tty_audit_buf_ref(void) in tty_audit_buf_ref() argument
27 struct tty_audit_buf *buf; in tty_audit_buf_ref()
29 buf = current->signal->tty_audit_buf; in tty_audit_buf_ref()
34 static struct tty_audit_buf *tty_audit_buf_alloc(void) in tty_audit_buf_alloc()
36 struct tty_audit_buf *buf; in tty_audit_buf_alloc()
116 struct tty_audit_buf *buf; in tty_audit_exit()
158 struct tty_audit_buf *buf; in tty_audit_push()
179 static struct tty_audit_buf *tty_audit_buf_get(void) in tty_audit_buf_get()
181 struct tty_audit_buf *buf; in tty_audit_buf_get()
[all …]

Completed in 5 milliseconds