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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/include/
H A Dchan_kern.h35 extern int write_chan(struct list_head *chans, const char *buf, int len,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/drivers/
H A Dline.c140 * Flushes the ring buffer to the output channels. That is, write_chan is
159 n = write_chan(&line->chan_list, line->head, count,
174 n = write_chan(&line->chan_list, line->head, count,
229 n = write_chan(&line->chan_list, buf, len,
H A Dchan_kern.c320 int write_chan(struct list_head *chans, const char *buf, int len, function
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dn_tty.c29 * Also fixed a bug in BLOCKING mode where write_chan returns
319 * Called from write_chan under the tty layer write lock.
1396 * write_chan - write function for tty
1410 static ssize_t write_chan(struct tty_struct * tty, struct file * file, function
1518 .write = write_chan,

Completed in 69 milliseconds