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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dtty_audit.c16 struct tty_audit_buf { struct
25 static struct tty_audit_buf *tty_audit_buf_alloc(int major, int minor,
28 struct tty_audit_buf *buf;
50 static void tty_audit_buf_free(struct tty_audit_buf *buf)
57 static void tty_audit_buf_put(struct tty_audit_buf *buf)
94 struct tty_audit_buf *buf)
111 static void tty_audit_buf_push_current(struct tty_audit_buf *buf)
122 * Only needs to be called if current->signal->tty_audit_buf != %NULL.
126 struct tty_audit_buf *buf;
129 buf = current->signal->tty_audit_buf;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsched.h621 struct tty_audit_buf *tty_audit_buf; member in struct:signal_struct

Completed in 111 milliseconds