ChinaUnix.net
相关文章推荐:

linux api

linux下可不可以和WINDOWS一样用api函数来计算系统的一些内容:比如说CPU,内存,硬盘的利用率

by wafeffcs - Linux环境编程 - 2007-08-21 14:47:21 阅读(10980) 回复(10)

相关讨论

文件: kernel-api.rar 大小: 1999KB 下载: 下载 The linux Kernel api -------------------------------------------------------------------------------- The linux Kernel api This documentation is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) an...

by playmud - Linux文档专区 - 2011-03-29 23:03:18 阅读(1958) 回复(1)

索引:1. 字节序函数 2. 字节操作函数 3. 地址转换函数 4. readn、writen和readline 5. 测试描述符类型 6. socket函数 7. connect函数 8. bind函数 9. listen函数 10. accept函数 11. close函数 12. getsockname和getpeername 13. select函数 14. shutdown函数 15. pselect函数 16. poll函数 17. getsockopt和setsockopt 18. 套接口选项列表 19. 处理套接口的fcntl函数 20. gethostbyname函数 21. gethostbyname2函数 22. ethostby...

by raul.liu - Linux文档专区 - 2009-03-23 14:39:26 阅读(688) 回复(0)

文件:kernel-api.pdf 大小:225KB 下载: 下载 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/54642/showart_1663456.html

by zhj1011 - Linux文档专区 - 2013-03-13 09:07:41 阅读(7597) 回复(4)

http://www.gelato.unsw.edu.au/~dsw/public-files/kernel-docs/kernel-api/

by gaocheng - 内核源码 - 2010-03-18 10:38:04 阅读(4642) 回复(9)

那里能得到linux 应用api的全部文档 ? 如何得到

by AIXHP - Linux环境编程 - 2007-02-13 13:12:47 阅读(2088) 回复(0)

基于内核版本2.6.16.14. 写于(美国)东部时区 2006年05月05日 22点49分 . 下层串行api -------------------- $Id: driver,v 1.10 2002/07/22 15:27:30 rmk Exp $ 本文简要介绍了新的串行驱动的某些方面。这并不完整,有任何问题请联系 在serial_amba.c可以找到所涉及的实现部分。 下层串行硬件驱动 -------------------------------- 下层串行硬件驱动主要为核心串行驱动提供端口信息(在uart_port中定义的)和一组控制方...

by senglen - Linux文档专区 - 2007-01-23 21:10:17 阅读(524) 回复(0)

linux Interrupt api =================== Russell King The linux Interrupt api provides a flexible mechanism to handle and control interrupts within the kernel. The design requirements for this api are: - must have as little overhead as possible for commodity hardware - must be easy and obvious to use - must allow complex multi-level interrupt implementations to exist transparentl...

by khyang - Linux文档专区 - 2006-04-19 22:54:10 阅读(732) 回复(0)

那位老大有关于linuxapi大全,或相关资料?

by hollyhoo - C/C++ - 2003-02-14 15:25:17 阅读(1805) 回复(3)

谁有linux Hook api 经验,帮介绍相关资料。

by fanronghua - C/C++ - 2014-07-31 14:52:46 阅读(1813) 回复(2)

本帖最后由 shellmic 于 2011-08-12 07:08 编辑 碰到一个问题,需要在用户态下动态创建一个段(segment)。具体的说,该段所对应的描述符是LDT/GDT里的一个描述符,即需要在LDT/GDT里动态创建一个新的描述符,且可通过ds,es等作为其选择子的值。听说在类UNIX下有一些api可以实现这个功能。是这样吗?

by shellmic - C/C++ - 2011-09-16 11:33:02 阅读(4310) 回复(11)