manページ検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 3079 for OF (0.029 sec.)
Man page of SYSCALL 2793
SYSCALL Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 sysca ... even register pair. Thus, using syscall () instead of the wrapper provided by glibc, the readahead (2) s ... ode: syscall(SYS_readahead, fd, 0, (unsigned int) (offset & 0xFFFFFFFF), (unsigned int) (offset >> 32), ... count); Since the offset argument is 64 bits, and the first argument ( ... serting a dummy value into r1 (the second argument of 0). Care also must be taken so that the split foll ...
https://man.plustar.jp/manpage/man2/syscall.2.html - [similar]
Man page of RTNETLINK 2793
RTNETLINK Section: Linux Programmer's Manual (7) Updated: 2020-06-09 Index JM Home Page 名前 rtn ... struct rtattr { unsigned short rta_len; /* Length of option */ unsigned short rta_type; /* Type of opti ... pe */ unsigned char ifa_prefixlen; /* Prefixlength of address */ unsigned char ifa_flags; /* Address fla ... tmsg { unsigned char rtm_family; /* Address family of route */ unsigned char rtm_dst_len; /* Length of d ... estination */ unsigned char rtm_src_len; /* Length of source */ unsigned char rtm_tos; /* TOS filter */ ...
https://man.plustar.jp/manpage/man7/rtnetlink.7.html - [similar]
Man page of addr2line 2765
addr2line Section: GNU Development Tools (1) Updated: 27 March 1997 Index JM Home Page 名前 addr ... ものを付記しました -- 訳者) Copyright (c) 1993 Free Software Foundation, Inc. Permission is granted to mak ... e and distribute verbatim copies of this manual provided the copyright notice and this ... s granted to copy and distribute modified versions of this manual under the conditions for verbatim copy ... ulting derived work is distributed under the terms of a permission notice identical to this one. Permiss ...
https://man.plustar.jp/manpage/man1/addr2line.1.html - [similar]
Man page of MQ_OPEN 2765
MQ_OPEN Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 mq_op ... < mqueue.h > mqd_t mq_open(const char * name , int oflag ); mqd_t mq_open(const char * name , int oflag ... me の構成の詳細については mq_overview (7) を参照。 oflag 引数には、関数呼び出しの操作を制御するフラグを指 ... 定する (oflag の値の定義は < fcntl.h > のインクルードにより得 ... られる)。 oflag には、以下のうちいずれか一つを必ず指定しなければ ...
https://man.plustar.jp/manpage/man2/mq_open.2.html - [similar]
Man page of MQ_OPEN 2765
MQ_OPEN Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 mq_op ... < mqueue.h > mqd_t mq_open(const char * name , int oflag ); mqd_t mq_open(const char * name , int oflag ... me の構成の詳細については mq_overview (7) を参照。 oflag 引数には、関数呼び出しの操作を制御するフラグを指 ... 定する (oflag の値の定義は < fcntl.h > のインクルードにより得 ... られる)。 oflag には、以下のうちいずれか一つを必ず指定しなければ ...
https://man.plustar.jp/manpage/man3/mq_open.3.html - [similar]
Man page of TCP 2765
TCP Section: Linux Programmer's Manual (7) Updated: 2020-12-21 Index JM Home Page 名前 tcp - TCP ... ているときにのみ、緊急データを受信できる。 When out-of-band data is present, select (2) indicates the fil ... path, causing connections to be dropped. However, to facilitate and encourage deployment with option 1, ... には TCP の仕様を満たしていないが、 DoS 攻撃 (denial of service attack) から身を守るために必要である。 Lin ... ere F-RTO interacts badly with the packet counting of the SACK-enabled TCP flow. This value is the defau ...
https://man.plustar.jp/manpage/man7/tcp.7.html - [similar]
Man page of EXIT 2737
EXIT Section: Linux Programmer's Manual (3) Updated: 2020-02-09 Index JM Home Page 名前 exit - プ ... he parent was waiting on the child, it is notified of the exit status and the child dies immediately. • ... erwise, the child becomes a "zombie" process: most of the process resources are recycled, but a slot con ... d (2) (or similar) to learn the termination status of the child; at that point the zombie process slot i ... ses, where the signalled processes may be children of the terminating process, termination of a process ...
https://man.plustar.jp/manpage/man3/exit.3.html - [similar]
Man page of SENDFILE 2709
SENDFILE Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 send ... file.h > ssize_t sendfile(int out_fd , int in_fd , off_t * offset , size_t count ); 説明 sendfile () は、 ... にオープンされたディスクリプターでなければならない。 offset が NULL でない場合、 offset は sendfile () が ... み込んだバイトの 次のバイトのオフセットを書き込む。 offset が NULL でない場合、 sendfile () は in_fd のフ ... d から読み込んだバイト数を反映した位置に調整する。 offset が NULL の場合、データは in_fd のファイルオフセ ...
https://man.plustar.jp/manpage/man2/sendfile.2.html - [similar]
Man page of SENDFILE 2709
SENDFILE Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 send ... file.h > ssize_t sendfile(int out_fd , int in_fd , off_t * offset , size_t count ); 説明 sendfile () は、 ... にオープンされたディスクリプターでなければならない。 offset が NULL でない場合、 offset は sendfile () が ... み込んだバイトの 次のバイトのオフセットを書き込む。 offset が NULL でない場合、 sendfile () は in_fd のフ ... d から読み込んだバイト数を反映した位置に調整する。 offset が NULL の場合、データは in_fd のファイルオフセ ...
https://man.plustar.jp/manpage/man2/sendfile64.2.html - [similar]
Man page of LIBC 2709
LIBC Section: Linux Programmer's Manual (7) Updated: 2016-12-12 Index JM Home Page 名前 libc - L ... d 1990s, there was for a while Linux libc , a fork of glibc 1.x created by Linux developers who felt tha ... opment at the time was not sufficing for the needs of Linux. Often, this library was referred to (ambigu ... ons 2, 3, 4, and 5, as well as many minor versions of those releases. Linux libc4 was the last version t ... However, notwithstanding the original motivations of the Linux libc effort, by the time glibc 2.0 was r ...
https://man.plustar.jp/manpage/man7/glibc.7.html - [similar]
PREV 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 NEXT

This document was created by man2html, using the manual pages.
Time: 13:30:26 GMT, January 09, 2022