715.html
来自「linux 0.11中文版 有注释」· HTML 代码 · 共 16 行
HTML
16 行
<html>
<head>
<title>tty_write</title>
<meta name='robots' content='noindex,nofollow'>
<meta name='generator' content='GLOBAL-5.4.1'>
</head>
<body text='#191970' bgcolor='#f5f5dc' vlink='gray'>
<pre>
<a href='../S/7.html#L18'>tty_write</a> 18 fs/char_dev.c extern int tty_write (unsigned minor, char *buf, int count); // 终端写。
<a href='../S/34.html#L16'>tty_write</a> 16 include/linux/kernel.h int tty_write (unsigned ch, char *buf, int count);
<a href='../S/36.html#L44'>tty_write</a> 44 include/linux/sched.h extern int tty_write (unsigned minor, char *buf, int count);
<a href='../S/38.html#L99'>tty_write</a> 99 include/linux/tty.h int tty_write (unsigned c, char *buf, int n); // (kernel/chr_drv/tty_io.c, 290)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?