Home
last modified time | relevance | path

Searched refs:old_tc (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-telnet/files/
H A DTo-aviod-buffer-overflow-in-telnet.patch503 +extern struct termios old_tc;
554 + if ((old_tc.c_cflag & (CSIZE|PARENB)) != CS8)
1183 tmp_tc.c_cflag |= old_tc.c_cflag & (CSIZE|PARENB);
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-thin.c2329 struct thin_c *old_tc = tc; in get_next_thin() local
2334 thin_put(old_tc); in get_next_thin()
2338 thin_put(old_tc); in get_next_thin()