⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 637.html

📁 linux 0.11中文版 有注释
💻 HTML
字号:
<html>
<head>
<title>sys_close</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/8.html#L44'>sys_close</a>          44 fs/exec.c      extern int sys_close (int fd);	// 文件关闭系统调用。
<a href='../S/8.html#L506'>sys_close</a>         506 fs/exec.c            sys_close (i);
<a href='../S/9.html#L17'>sys_close</a>          17 fs/fcntl.c     extern int sys_close (int fd);	// 关闭文件系统调用。(fs/open.c, 192)
<a href='../S/9.html#L53'>sys_close</a>          53 fs/fcntl.c       sys_close (newfd);		// 若句柄newfd 已经打开,则首先关闭之。
<a href='../S/37.html#L7'>sys_close</a>           7 include/linux/sys.h extern int sys_close ();	// 关闭文件。 (fs/open.c, 192)
<a href='../S/37.html#L76'>sys_close</a>          76 include/linux/sys.h   sys_write, sys_open, sys_close, sys_waitpid, sys_creat, sys_link,
<a href='../S/67.html#L18'>sys_close</a>          18 kernel/exit.c  int sys_close (int fd);
<a href='../S/67.html#L159'>sys_close</a>         159 kernel/exit.c        sys_close (i);
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -