945.html
来自「linux 0.11中文版 有注释」· HTML 代码 · 共 27 行
HTML
27 行
<html>
<head>
<title>rw</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#L21'>rw</a> 21 fs/char_dev.c typedef (*crw_ptr) (int rw, unsigned minor, char *buf, int count,
<a href='../S/7.html#L29'>rw</a> 29 fs/char_dev.c rw_ttyx (int rw, unsigned minor, char *buf, int count, off_t * pos)
<a href='../S/7.html#L38'>rw</a> 38 fs/char_dev.c rw_tty (int rw, unsigned minor, char *buf, int count, off_t * pos)
<a href='../S/7.html#L44'>rw</a> 44 fs/char_dev.c return rw_ttyx (rw, current->tty, buf, count, pos);
<a href='../S/7.html#L49'>rw</a> 49 fs/char_dev.c rw_ram (int rw, char *buf, int count, off_t * pos)
<a href='../S/7.html#L56'>rw</a> 56 fs/char_dev.c rw_mem (int rw, char *buf, int count, off_t * pos)
<a href='../S/7.html#L63'>rw</a> 63 fs/char_dev.c rw_kmem (int rw, char *buf, int count, off_t * pos)
<a href='../S/7.html#L72'>rw</a> 72 fs/char_dev.c rw_port (int rw, char *buf, int count, off_t * pos)
<a href='../S/7.html#L97'>rw</a> 97 fs/char_dev.c rw_memory (int rw, unsigned minor, char *buf, int count, off_t * pos)
<a href='../S/7.html#L103'>rw</a> 103 fs/char_dev.c return rw_ram (rw, buf, count, pos);
<a href='../S/7.html#L105'>rw</a> 105 fs/char_dev.c return rw_mem (rw, buf, count, pos);
<a href='../S/7.html#L107'>rw</a> 107 fs/char_dev.c return rw_kmem (rw, buf, count, pos);
<a href='../S/7.html#L111'>rw</a> 111 fs/char_dev.c return rw_port (rw, buf, count, pos);
<a href='../S/7.html#L136'>rw</a> 136 fs/char_dev.c rw_char (int rw, int dev, char *buf, int count, off_t * pos)
<a href='../S/7.html#L147'>rw</a> 147 fs/char_dev.c return call_addr (rw, MINOR (dev), buf, count, pos);
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?