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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/quota/
H A Ddquot.c1150 tty_write_message(tty, dquot->dq_sb->s_id);
1152 tty_write_message(tty, ": warning, ");
1154 tty_write_message(tty, ": write failed, ");
1155 tty_write_message(tty, quotatypes[dquot->dq_type]);
1176 tty_write_message(tty, msg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtty.h410 extern void tty_write_message(struct tty_struct *tty, char *msg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dunaligned.c1318 * Don't call tty_write_message() if we're in the kernel; we might
1322 tty_write_message(current->signal->tty, buf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dtty_io.c1050 * tty_write_message - write a message to a certain tty, not just the console.
1061 void tty_write_message(struct tty_struct *tty, char *msg) function

Completed in 86 milliseconds