首页 列表 - 第 18 页

PCICONFIG_READ - Linux手册页

PCICONFIG_READ - Linux手册页 Linux程序员手册 第2部分 更新日期: 2016-07-17 名称 pciconfig_read,pciconfig_write,pciconfig_iobase-pci设备信息处理 语法 #include <pci.h> int pciconfig_read(unsigned long bus, unsigned lo

Views:0  2019-08-20

PCICONFIG_READ - Linux手册页

PCICONFIG_READ - Linux手册页 Linux程序员手册 第2部分 更新日期: 2016-07-17 名称 pciconfig_read,pciconfig_write,pciconfig_iobase-pci设备信息处理 语法 #include <pci.h> int pciconfig_read(unsigned long bus, unsigned lo

Views:0  2019-08-20

PCICONFIG_READ - Linux手册页

PCICONFIG_READ - Linux手册页 Linux程序员手册 第2部分 更新日期: 2016-07-17 名称 pciconfig_read,pciconfig_write,pciconfig_iobase-pci设备信息处理 语法 #include <pci.h> int pciconfig_read(unsigned long bus, unsigned lo

Views:0  2019-08-20

PERF_EVENT_OPEN - Linux手册页

PERF_EVENT_OPEN - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 perf_event_open-设置性能监控 语法 #include <linux/perf_event.h> #include <linux/hw_breakpoint.h> int perf_event_open(struct perf

Views:0  2019-08-20

PERFMONCTL - Linux手册页

PERFMONCTL - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 perfmonctl-与IA-64性能监视单元的接口 语法 #include <syscall.h> #include <perfmon.h> long perfmonctl(int fd, int cmd, void *arg, int narg)

Views:0  2019-08-20

PERSONALITY - Linux手册页

PERSONALITY - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 personality-设置流程执行域 语法 #include <sys/personality.h> int personality(unsigned long persona); 说明 Linux为每个进程支持不同的执行域或个性。执行域除其他外还告诉Li

Views:0  2019-08-20

UNIMPLEMENTED - Linux手册页

UNIMPLEMENTED - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 afs_syscall,break,fattach,fdetach,ftime,getmsg,getpmsg,gtty,isastream,锁,madvise1,mpx,prof,profil,putmsg,putpmsg,安全性,stty,tuxcall,ulimit,v

Views:0  2019-08-20

PIDFD_GETFD - Linux手册页

PIDFD_GETFD - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-03-31 名称 pidfd_getfd-获得另一个进程的文件描述符的副本 语法 int pidfd_getfd(int pidfd, int targetfd, unsigned int flags); 说明 pidfd_getfd()系统调用在调用过程中分配一个新的文件描述符。在PI

Views:0  2019-08-20

PIDFD_OPEN - Linux手册页

PIDFD_OPEN - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-08-13 名称 pidfd_open-获取引用进程的文件描述符 语法 #include <sys/types.h> int pidfd_open(pid_t pid, unsigned int flags); 说明 pidfd_open()系统调用创建一个文件描述符,该文件

Views:0  2019-08-20

PIDFD_SEND_SIGNAL - Linux手册页

PIDFD_SEND_SIGNAL - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 pidfd_send_signal-向文件描述符指定的进程发送信号 语法 #include <signal.h> int pidfd_send_signal(int pidfd, int sig, siginfo_t *info,

Views:0  2019-08-20

PIPE - Linux手册页

PIPE - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 pipe, pipe2-创建管道 语法 #include <unistd.h> /* On Alpha, IA-64, MIPS, SuperH, and SPARC/SPARC64; see NOTES */ struct fd_pair { long fd[2]

Views:0  2019-08-20

PIPE - Linux手册页

PIPE - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 pipe, pipe2-创建管道 语法 #include <unistd.h> /* On Alpha, IA-64, MIPS, SuperH, and SPARC/SPARC64; see NOTES */ struct fd_pair { long fd[2]

Views:0  2019-08-20

PIVOT_ROOT - Linux手册页

PIVOT_ROOT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 ivot_root-更改根安装 语法 intivot_root(const char * new_root,const char * put_old); 注意:此系统调用没有glibc包装器。请参阅注释。 说明 ivot_root()更改调用进程的安装名称空间中的根安装。

Views:0  2019-08-20

PKEY_ALLOC - Linux手册页

PKEY_ALLOC - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 pkey_alloc,pkey_free-分配或释放保护密钥 语法 #define _GNU_SOURCE /* See feature_test_macros(7) */ #include <sys/mman.h> int pkey_a

Views:0  2019-08-20

PKEY_ALLOC - Linux手册页

PKEY_ALLOC - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 pkey_alloc,pkey_free-分配或释放保护密钥 语法 #define _GNU_SOURCE /* See feature_test_macros(7) */ #include <sys/mman.h> int pkey_a

Views:0  2019-08-20

MPROTECT - Linux手册页

MPROTECT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 mprotect,pkey_mprotect-在内存区域设置保护 语法 #include <sys/mman.h> int mprotect(void *addr, size_t len, int prot); #define _GNU_SOURCE

Views:0  2019-08-20