manページ検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 589 for On (0.037 sec.)
Man page of DMESG 3628
DMESG Section: User Commands (1) Updated: July 2012 Index JM Home Page 名前 dmesg - カーネルの ( ... ) リングバッファの表示や制御を行う 書式 dmesg [options] dmesg --clear dmesg --read-clear [options] dmesg ... --console-level level dmesg --console-on dmesg --console ... ことである。 オプション --clear , --read-clear , --console-on , --console-off , --console-level は、どれか ... バッファの内容を表示し、その後でクリアする。 -D , --console-off コンソールへのメッセージ出力を抑止する (訳 ...
https://man.plustar.jp/manpage/man1/dmesg.1.html - [similar]
Man page of EJECT 3628
EJECT Section: User Commands (1) Updated: 12 May 2005 Index JM Home Page 名前 eject - リムーバブ ... [-vnrsfmqp] [<name>] eject [-vn] -d eject [-vn] -a on|off|1|0 [<name>] eject [-vn] -c slot [<name>] ejec ... ると、 eject はデフォルトのデバイス名を表示する。 -a on|1|off|0 このオプションは、いくつかのデバイスでサポ ... --cdrom -s --scsi -f --floppy -q --tape -V --version -p --proc -m --no-unmount 例 デフォルトのデバイスを ... ROM ドライブの自動イジェクトを有効にする: eject -a on /dev/sbpcd 返り値 操作が成功すると 0 を返す。 操作 ...
https://man.plustar.jp/manpage/man1/eject.1.html - [similar]
Man page of MLOCK 3628
MLOCK Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 mlock, ... ク解除を行う 書式 #include < sys/mman.h > int mlock(const void * addr , size_t len ); int mlock2(const voi ... d * addr , size_t len , int flags ); int munlock(const void * addr , size_t len ); int mlockall(int fla ... pages in the specified range starting at addr and continuing for len bytes. However, the state of the pa ... ges contained in that range after the call returns success ...
https://man.plustar.jp/manpage/man2/mlock.2.html - [similar]
Man page of MLOCK 3628
MLOCK Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 mlock, ... ク解除を行う 書式 #include < sys/mman.h > int mlock(const void * addr , size_t len ); int mlock2(const voi ... d * addr , size_t len , int flags ); int munlock(const void * addr , size_t len ); int mlockall(int fla ... pages in the specified range starting at addr and continuing for len bytes. However, the state of the pa ... ges contained in that range after the call returns success ...
https://man.plustar.jp/manpage/man2/mlock2.2.html - [similar]
Man page of MLOCK 3628
MLOCK Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 mlock, ... ク解除を行う 書式 #include < sys/mman.h > int mlock(const void * addr , size_t len ); int mlock2(const voi ... d * addr , size_t len , int flags ); int munlock(const void * addr , size_t len ); int mlockall(int fla ... pages in the specified range starting at addr and continuing for len bytes. However, the state of the pa ... ges contained in that range after the call returns success ...
https://man.plustar.jp/manpage/man2/mlockall.2.html - [similar]
Man page of MLOCK 3628
MLOCK Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 mlock, ... ク解除を行う 書式 #include < sys/mman.h > int mlock(const void * addr , size_t len ); int mlock2(const voi ... d * addr , size_t len , int flags ); int munlock(const void * addr , size_t len ); int mlockall(int fla ... pages in the specified range starting at addr and continuing for len bytes. However, the state of the pa ... ges contained in that range after the call returns success ...
https://man.plustar.jp/manpage/man2/munlock.2.html - [similar]
Man page of MLOCK 3628
MLOCK Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 mlock, ... ク解除を行う 書式 #include < sys/mman.h > int mlock(const void * addr , size_t len ); int mlock2(const voi ... d * addr , size_t len , int flags ); int munlock(const void * addr , size_t len ); int mlockall(int fla ... pages in the specified range starting at addr and continuing for len bytes. However, the state of the pa ... ges contained in that range after the call returns success ...
https://man.plustar.jp/manpage/man2/munlockall.2.html - [similar]
Man page of SEND 3628
SEND Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 send, se ... nclude < sys/socket.h > ssize_t send(int sockfd , const void * buf , size_t len , int flags ); ssize_t s ... endto(int sockfd , const void * buf , size_t len , int flags , const stru ... socklen_t addrlen ); ssize_t sendmsg(int sockfd , const struct msghdr * msg , int flags ); 説明 システム ... のに使用される。 send () は、ソケットが 接続された (connected) 状態にある場合にのみ使用できる (つまり、どの ...
https://man.plustar.jp/manpage/man2/send.2.html - [similar]
Man page of SENDFILE 3628
SENDFILE Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 send ... retry the call if there were unsent bytes. See also NOTES. エラーの場合は -1 が返され、 errno が適切に設 ... 定される。 エラー EAGAIN O_NONBLOCK を用いて非ブロック I/O が選択されたが、書き込 ... ーがない。 EOVERFLOW count is too large, the operation would result in exceeding the maximum size of eith ... umber of bytes actually transferred. (This is true on both 32-bit and 64-bit systems.) sendfile () を使っ ...
https://man.plustar.jp/manpage/man2/sendfile.2.html - [similar]
Man page of SENDFILE 3628
SENDFILE Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 send ... retry the call if there were unsent bytes. See also NOTES. エラーの場合は -1 が返され、 errno が適切に設 ... 定される。 エラー EAGAIN O_NONBLOCK を用いて非ブロック I/O が選択されたが、書き込 ... ーがない。 EOVERFLOW count is too large, the operation would result in exceeding the maximum size of eith ... umber of bytes actually transferred. (This is true on both 32-bit and 64-bit systems.) sendfile () を使っ ...
https://man.plustar.jp/manpage/man2/sendfile64.2.html - [similar]
PREV 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 NEXT

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