OnITRoad - man2
INIT_MODULE - Linux手册页
INIT_MODULE - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 init_module,finit_module-加载内核模块 语法 int init_module(void *module_image, unsigned long len, const char *param_values); int
Views:0 2019-08-20
OUTB - Linux手册页
OUTB - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 outb,outw,outl,outsb,outsw,outsl,inb,inw,inl,insb,insw,insl,outb_p,outw_p,outl_p,inb_p,inw_p,inl_p-端口I / O 语法 #include <sys/io.h> unsigne
Views:0 2019-08-20
OUTB - Linux手册页
OUTB - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 outb,outw,outl,outsb,outsw,outsl,inb,inw,inl,insb,insw,insl,outb_p,outw_p,outl_p,inb_p,inw_p,inl_p-端口I / O 语法 #include <sys/io.h> unsigne
Views:0 2019-08-20
INOTIFY_ADD_WATCH - Linux手册页
INOTIFY_ADD_WATCH - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 inotify_add_watch-将手表添加到初始化的inotify实例 语法 #包括 int inotify_add_watch(int fd,const char * pathname,uint32_t mask); 说明 inotify_add_wa
Views:0 2019-08-20
INOTIFY_INIT - Linux手册页
INOTIFY_INIT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 inotify_init,inotify_init1-初始化一个inotify实例 语法 #include <sys/inotify.h> int inotify_init(void); int inotify_init1(int flags); 说明
Views:0 2019-08-20
INOTIFY_INIT - Linux手册页
INOTIFY_INIT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 inotify_init,inotify_init1-初始化一个inotify实例 语法 #include <sys/inotify.h> int inotify_init(void); int inotify_init1(int flags); 说明
Views:0 2019-08-20
INOTIFY_RM_WATCH - Linux手册页
INOTIFY_RM_WATCH - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 inotify_rm_watch-从inotify实例中删除现有的监视 语法 #包括 int inotify_rm_watch(int fd,int wd); 说明 inotify_rm_watch()从与文件描述符fd关联的inotify实例中删除与监视描述
Views:0 2019-08-20
OUTB - Linux手册页
OUTB - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 outb,outw,outl,outsb,outsw,outsl,inb,inw,inl,insb,insw,insl,outb_p,outw_p,outl_p,inb_p,inw_p,inl_p-端口I / O 语法 #include <sys/io.h> unsigne
Views:0 2019-08-20
OUTB - Linux手册页
OUTB - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 outb,outw,outl,outsb,outsw,outsl,inb,inw,inl,insb,insw,insl,outb_p,outw_p,outl_p,inb_p,inw_p,inl_p-端口I / O 语法 #include <sys/io.h> unsigne
Views:0 2019-08-20
OUTB - Linux手册页
OUTB - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 outb,outw,outl,outsb,outsw,outsl,inb,inw,inl,insb,insw,insl,outb_p,outw_p,outl_p,inb_p,inw_p,inl_p-端口I / O 语法 #include <sys/io.h> unsigne
Views:0 2019-08-20
INTRO - Linux手册页
INTRO - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-08-02 名称 简介-系统调用简介 说明 本手册的第2节介绍了Linux系统调用。系统调用是Linux内核的入口点。通常,系统调用不直接调用:相反,大多数系统调用具有相应的C库包装函数,这些函数执行调用系统调用所需的步骤(例如,捕获到内核模式)。因此,进行系统调用看起来与调用普通库函数相同。 在许多情
Views:0 2019-08-20
OUTB - Linux手册页
OUTB - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 outb,outw,outl,outsb,outsw,outsl,inb,inw,inl,insb,insw,insl,outb_p,outw_p,outl_p,inb_p,inw_p,inl_p-端口I / O 语法 #include <sys/io.h> unsigne
Views:0 2019-08-20
OUTB - Linux手册页
OUTB - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 outb,outw,outl,outsb,outsw,outsl,inb,inw,inl,insb,insw,insl,outb_p,outw_p,outl_p,inb_p,inw_p,inl_p-端口I / O 语法 #include <sys/io.h> unsigne
Views:0 2019-08-20
IO_CANCEL - Linux手册页
IO_CANCEL - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 io_cancel-取消未完成的异步I / O操作 语法 #include <linux/aio_abi.h> /* Defines needed types */ int io_cancel(io_context_t ctx_id, struc
Views:0 2019-08-20
IO_DESTROY - Linux手册页
IO_DESTROY - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 io_destroy-销毁异步I / O上下文 语法 #include <linux/aio_abi.h> /* Defines needed types */ int io_destroy(io_context_t ctx_id); 注意:此
Views:0 2019-08-20
IO_GETEVENTS - Linux手册页
IO_GETEVENTS - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 io_getevents-从完成队列中读取异步I / O事件 语法 #include <linux/aio_abi.h> /* Defines needed types */ #include <linux/time.h>
Views:0 2019-08-20