manページ検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 589 for On (0.038 sec.)
Man page of GETRLIMIT 4915
GETRLIMIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 get ... uct rlimit * rlim ); int setrlimit(int resource , const struct rlimit * rlim ); int prlimit(pid_t pid , ... int resource , const struct rlimit * new_limit , struct rlimit * old_ ... and mremap (2), which fail with the error ENOMEM upon exceeding this limit. In addition, automatic stack ... expansion fails (and generates a SIGSEGV that kills the proc ...
https://man.plustar.jp/manpage/man3/vlimit.3.html - [similar]
Man page of FANOTIFY_INIT 4863
FANOTIFY_INIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 ... ずれか一つだけを flags に指定できる。 FAN_CLASS_PRE_CONTENT この値は、 ファイルがアクセスされたことを通知す ... ば階層型ストレージ管理などで使用される。 FAN_CLASS_CONTENT この値は、 ファイルがアクセスされたことを通知す ... できない。 異なる通知クラスの受信者は FAN_CLASS_PRE_CONTENT , FAN_CLASS_CONTENT , FAN_CLASS_NOTIF の順序で ... トを追加でセットすることができる。 FAN_CLOEXEC close-on-exec フラグ ( FD_CLOEXEC ) を新しいファイルディスク ...
https://man.plustar.jp/manpage/man2/fanotify_init.2.html - [similar]
Man page of MEMFD_CREATE 4803
MEMFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 ... memfd_create - 無名ファイル (anonymous file) を作成する 書式 #define _GNU_SOURCE /* ... 参照 */ #include < sys/mman.h > int memfd_create(const char * name , unsigned int flags ); 説明 memfd_c ... reate () は、 無名ファイル (anonymous file) を作成し、 そのファイルを参照するファイ ... る。 このファイルが置かれるページには無名メモリー (anonymous memory) が使用される。 したがって、 memfd_cre ...
https://man.plustar.jp/manpage/man2/memfd_create.2.html - [similar]
Man page of POSIX_MEMALIGN 4803
POSIX_MEMALIGN Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 ... 開する。機能検査マクロは不要である。 説明 The function posix_memalign () allocates size bytes and places ... ズの倍数になっているはずである。 これは memalign(sysconf(_SC_PAGESIZE),size) と等価である。 廃止された関数 ... valloc () return a pointer to the allocated memory on success. On error, NULL is returned, and errno is ... cause of the error. posix_memalign () returns zero on success, or one of the error values listed in the ...
https://man.plustar.jp/manpage/man3/aligned_alloc.3.html - [similar]
Man page of POSIX_MEMALIGN 4803
POSIX_MEMALIGN Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 ... 開する。機能検査マクロは不要である。 説明 The function posix_memalign () allocates size bytes and places ... ズの倍数になっているはずである。 これは memalign(sysconf(_SC_PAGESIZE),size) と等価である。 廃止された関数 ... valloc () return a pointer to the allocated memory on success. On error, NULL is returned, and errno is ... cause of the error. posix_memalign () returns zero on success, or one of the error values listed in the ...
https://man.plustar.jp/manpage/man3/memalign.3.html - [similar]
Man page of POSIX_MEMALIGN 4803
POSIX_MEMALIGN Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 ... 開する。機能検査マクロは不要である。 説明 The function posix_memalign () allocates size bytes and places ... ズの倍数になっているはずである。 これは memalign(sysconf(_SC_PAGESIZE),size) と等価である。 廃止された関数 ... valloc () return a pointer to the allocated memory on success. On error, NULL is returned, and errno is ... cause of the error. posix_memalign () returns zero on success, or one of the error values listed in the ...
https://man.plustar.jp/manpage/man3/posix_memalign.3.html - [similar]
Man page of POSIX_MEMALIGN 4803
POSIX_MEMALIGN Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 ... 開する。機能検査マクロは不要である。 説明 The function posix_memalign () allocates size bytes and places ... ズの倍数になっているはずである。 これは memalign(sysconf(_SC_PAGESIZE),size) と等価である。 廃止された関数 ... valloc () return a pointer to the allocated memory on success. On error, NULL is returned, and errno is ... cause of the error. posix_memalign () returns zero on success, or one of the error values listed in the ...
https://man.plustar.jp/manpage/man3/pvalloc.3.html - [similar]
Man page of POSIX_MEMALIGN 4803
POSIX_MEMALIGN Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 ... 開する。機能検査マクロは不要である。 説明 The function posix_memalign () allocates size bytes and places ... ズの倍数になっているはずである。 これは memalign(sysconf(_SC_PAGESIZE),size) と等価である。 廃止された関数 ... valloc () return a pointer to the allocated memory on success. On error, NULL is returned, and errno is ... cause of the error. posix_memalign () returns zero on success, or one of the error values listed in the ...
https://man.plustar.jp/manpage/man3/valloc.3.html - [similar]
Man page of AIO 4803
AIO Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 aio - POS ... ーに入れる。 aiocb ("非同期 I/O 制御ブロック (asynchronous I/O control block)") 構造体は、I/O 操作を制御す ... iocb { /* The order of these fields is implementation-dependent */ int aio_fildes; /* File descriptor */ ... /* File offset */ volatile void *aio_buf; /* Location of buffer */ size_t aio_nbytes; /* Length of trans ... rity */ struct sigevent aio_sigevent; /* Notification method */ int aio_lio_opcode; /* Operation to be p ...
https://man.plustar.jp/manpage/man7/aio.7.html - [similar]
Man page of ACCEPT 4743
ACCEPT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 accept ... で失敗する。 In order to be notified of incoming connections on a socket, you can use select (2), poll ... 7). A readable event will be delivered when a new connection is attempted and you may then call accept ( ... ) to get a socket for that connection. Alternatively, you can set the socket to d ... eliver SIGIO when activity occurs on a socket; see socket (7) for details. flags が 0 の ...
https://man.plustar.jp/manpage/man2/accept.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT

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