manページ検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 225 for block (0.046 sec.)
Man page of MQ_SEND 5380
MQ_SEND Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 mq_se ... 出しがシグナルハンドラーにより中断されるまで、停止 (block) する。 メッセージキュー記述 (message queue descri ... ption) で O_NONBLOCK フラグが有効になっている場合は、 mq_send () はエラ ... (), except that if the queue is full and the O_NONBLOCK flag is not enabled for the message queue descript ... a structure which specifies how long the call will block. This value is an absolute timeout in seconds and ...
https://man.plustar.jp/manpage/man3/mq_timedsend.3.html - [similar]
Man page of RANDOM 5380
RANDOM Section: Linux Programmer's Manual (4) Updated: 2017-09-15 Index JM Home Page 名前 random ... om the entropy pool. Reads from this device do not block (i.e., the CPU is not yielded), but can incur an a ... number of bits of fresh noise in the entropy pool, blocking if necessary. /dev/random is suitable for appli ... ロックされる。 open (2) が /dev/random に対して O_NONBLOCK フラグ付きで呼ばれると、 それ以降の read (2) は要求 ... 1 を返し、 errno に EAGAIN が設定される。 The O_NONBLOCK flag has no effect when opening /dev/urandom . Whe ...
https://man.plustar.jp/manpage/man4/random.4.html - [similar]
Man page of RANDOM 5380
RANDOM Section: Linux Programmer's Manual (4) Updated: 2017-09-15 Index JM Home Page 名前 random ... om the entropy pool. Reads from this device do not block (i.e., the CPU is not yielded), but can incur an a ... number of bits of fresh noise in the entropy pool, blocking if necessary. /dev/random is suitable for appli ... ロックされる。 open (2) が /dev/random に対して O_NONBLOCK フラグ付きで呼ばれると、 それ以降の read (2) は要求 ... 1 を返し、 errno に EAGAIN が設定される。 The O_NONBLOCK flag has no effect when opening /dev/urandom . Whe ...
https://man.plustar.jp/manpage/man4/urandom.4.html - [similar]
Man page of FSCK 5380
FSCK Section: Linux Programmer's Manual (8) Updated: 2 July 1996 Index JM Home Page 名前 fsck.mi ... が存在しないと、 fsck.minix は "unable to read super block" と表示する。 デバイスが存在するが MINIX ファイルシ ... い場合は、 fsck.minix は "bad magic number in super-block" と表示する。 終了コード fsck.minix が返す終了コー ...
https://man.plustar.jp/manpage/man8/fsck.minix.8.html - [similar]
Man page of mirrordir 5255
mirrordir Section: User Commands (1) Updated: 1998 November 1 Index JM Home Page 名前 pslogin - ... ckups num ] [ -O , --backup-outdate sec ] [ -B , --block-size bytes ] [ -M , --max-bytes num [ K | M | G ]] ... download-scripts ] [ --tar-file filename ] [ --tar-block-size N ] [ -t , --dry-run , --test-only ] [ --nice ... ze - ファイルシステム I/O のブロックサイズ stat.st_blocks - アロケート済みのブロック数 stat.st_atime - 最後 ... G ]]| num ] このバイト数を越えると `filled up all blocks - first file/dir not mirrored: path ' というメッセ ...
https://man.plustar.jp/manpage/man1/copydir.1.html - [similar]
Man page of mirrordir 5255
mirrordir Section: User Commands (1) Updated: 1998 November 1 Index JM Home Page 名前 pslogin - ... ckups num ] [ -O , --backup-outdate sec ] [ -B , --block-size bytes ] [ -M , --max-bytes num [ K | M | G ]] ... download-scripts ] [ --tar-file filename ] [ --tar-block-size N ] [ -t , --dry-run , --test-only ] [ --nice ... ze - ファイルシステム I/O のブロックサイズ stat.st_blocks - アロケート済みのブロック数 stat.st_atime - 最後 ... G ]]| num ] このバイト数を越えると `filled up all blocks - first file/dir not mirrored: path ' というメッセ ...
https://man.plustar.jp/manpage/man1/mirrordir.1.html - [similar]
Man page of mirrordir 5255
mirrordir Section: User Commands (1) Updated: 1998 November 1 Index JM Home Page 名前 pslogin - ... ckups num ] [ -O , --backup-outdate sec ] [ -B , --block-size bytes ] [ -M , --max-bytes num [ K | M | G ]] ... download-scripts ] [ --tar-file filename ] [ --tar-block-size N ] [ -t , --dry-run , --test-only ] [ --nice ... ze - ファイルシステム I/O のブロックサイズ stat.st_blocks - アロケート済みのブロック数 stat.st_atime - 最後 ... G ]]| num ] このバイト数を越えると `filled up all blocks - first file/dir not mirrored: path ' というメッセ ...
https://man.plustar.jp/manpage/man1/pslogin.1.html - [similar]
Man page of mirrordir 5255
mirrordir Section: User Commands (1) Updated: 1998 November 1 Index JM Home Page 名前 pslogin - ... ckups num ] [ -O , --backup-outdate sec ] [ -B , --block-size bytes ] [ -M , --max-bytes num [ K | M | G ]] ... download-scripts ] [ --tar-file filename ] [ --tar-block-size N ] [ -t , --dry-run , --test-only ] [ --nice ... ze - ファイルシステム I/O のブロックサイズ stat.st_blocks - アロケート済みのブロック数 stat.st_atime - 最後 ... G ]]| num ] このバイト数を越えると `filled up all blocks - first file/dir not mirrored: path ' というメッセ ...
https://man.plustar.jp/manpage/man1/recursdir.1.html - [similar]
Man page of EVENTFD 5255
EVENTFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 event ... (2) の O_CLOEXEC フラグの説明を参照のこと。 EFD_NONBLOCK (Linux 2.6.27 以降) Set the O_NONBLOCK file status ... 場合、 read (2) はカウンターが 0 以外になるまで停止 (block) する (0 以外になった時点で read (2) は上記で述べた ... する)、 もしくはファイルディスクリプターが非停止 (nonblocking) に設定されている場合はエラー EAGAIN で失敗する ... 対して read (2) が実行されるまで、 write (2) は停止 (block) する、 もしくはファイルディスクリプターが非停止 ( ...
https://man.plustar.jp/manpage/man2/eventfd.2.html - [similar]
Man page of EVENTFD 5255
EVENTFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 event ... (2) の O_CLOEXEC フラグの説明を参照のこと。 EFD_NONBLOCK (Linux 2.6.27 以降) Set the O_NONBLOCK file status ... 場合、 read (2) はカウンターが 0 以外になるまで停止 (block) する (0 以外になった時点で read (2) は上記で述べた ... する)、 もしくはファイルディスクリプターが非停止 (nonblocking) に設定されている場合はエラー EAGAIN で失敗する ... 対して read (2) が実行されるまで、 write (2) は停止 (block) する、 もしくはファイルディスクリプターが非停止 ( ...
https://man.plustar.jp/manpage/man2/eventfd2.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 NEXT

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