Searched refs:tty_audit_buf (Results 1 – 1 of 1) sorted by relevance
16 struct tty_audit_buf { struct25 static struct tty_audit_buf *tty_audit_buf_alloc(int major, int minor, in tty_audit_buf_alloc() argument28 struct tty_audit_buf *buf; in tty_audit_buf_alloc()50 static void tty_audit_buf_free(struct tty_audit_buf *buf) in tty_audit_buf_free()57 static void tty_audit_buf_put(struct tty_audit_buf *buf) in tty_audit_buf_put()94 static void tty_audit_buf_push(struct tty_audit_buf *buf) in tty_audit_buf_push()114 struct tty_audit_buf *buf; in tty_audit_exit()116 buf = current->signal->tty_audit_buf; in tty_audit_exit()117 current->signal->tty_audit_buf = NULL; in tty_audit_exit()144 struct tty_audit_buf *buf; in tty_audit_tiocsti()[all …]