Searched refs:tty_audit_add_data (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/tty/ |
D | tty.h | 102 void tty_audit_add_data(const struct tty_struct *tty, const void *data, 106 static inline void tty_audit_add_data(const struct tty_struct *tty, in tty_audit_add_data() function
|
D | tty_audit.c | 202 void tty_audit_add_data(const struct tty_struct *tty, const void *data, in tty_audit_add_data() function
|
D | n_tty.c | 175 tty_audit_add_data(tty, from, size); in tty_copy() 183 tty_audit_add_data(tty, from, n); in tty_copy() 1974 tty_audit_add_data(tty, from, n); in copy_from_read_buf()
|