manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 182 for status (0.024 sec.)
Man page of ADSL-STATUS 12626
ADSL-STATUS Section: Maintenance Commands (8) Updated: 16 March 2000 Index JM Home Page 名前 ads ... l-status - PPPoE 接続の状態を表示するシェルスクリプト 書式 ... adsl-status [ config_file ] 説明 adsl-status は Roaring Pengui ... ファイル /etc/ppp/pppoe.conf が使われる。 著者 adsl-status は David F. Skoll < dfs@roaringpenguin.com > によっ ... , pppoe-relay (8), pppoe-server (8) 関連キーワード STATUS , pppoe , status , PPPoE , 状態 , Index , onf , 名 ...
https://man.plustar.jp/manpage/man8/adsl-status.8.html - [similar]
Man page of PACKET 10205
PACKET Section: Linux Programmer's Manual (7) Updated: 2020-12-21 Index JM Home Page 名前 packet ... 以下の通りである。 struct tpacket_auxdata { __u32 tp_status; __u32 tp_len; /* packet length */ __u32 tp_snaple ... ケットに遭遇した場合、 デフォルトではそのリングの tp_status を TP_STATUS_WRONG_FORMAT に戻し、その送信を直ちに ... 信がブロックされる。形式エラーを修正し、関連する tp_status を TP_STATUS_SEND_REQUEST に設定し直し、 send (2) ... のパケットはすべてスキップされ、 その送信リングの tp_status は TP_STATUS_AVAILABLE に設定し直され、送信処理は継 ...
https://man.plustar.jp/manpage/man7/packet.7.html - [similar]
Man page of MOVE_PAGES 9740
MOVE_PAGES Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 mo ... g count, void ** pages , const int * nodes , int * status , int flags ); -lnuma とリンクする。 説明 move_pag ... で指定されたメモリーノードに移動する。 移動の結果は status に反映される。 flags では移動されるページに関する制 ... 動するページ数である。 count により pages , nodes , status の 3 つの配列の大きさが定義される。 pages は、移動 ... 動しないが、各ページが現在配置されているノードを配列 status に格納して返す。どのページを移動する必要があるかを ...
https://man.plustar.jp/manpage/man2/move_pages.2.html - [similar]
Man page of EXIT 9464
EXIT Section: Linux Programmer's Manual (3) Updated: 2020-02-09 Index JM Home Page 名前 exit - プ ... の正常終了 書式 #include < stdlib.h > void exit(int status ); 説明 exit () 関数は、プロセスを正常に終了させ、 ... status の最下位バイト (つまり status & 0xFF ) を親プロセス ... exits.h > を参照すること。 After exit (), the exit status must be transmitted to the parent process. There a ... , or has set the SIGCHLD handler to SIG_IGN , the status is discarded and the child dies immediately. • If ...
https://man.plustar.jp/manpage/man3/exit.3.html - [similar]
Man page of AIO 8989
AIO Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 aio - POS ... cture for tracking I/O requests */ int reqNum; int status; struct aiocb *aiocbp; }; static volatile sig_atom ... < numReqs; j++) { ioList[j].reqNum = j; ioList[j].status = EINPROGRESS; ioList[j].aiocbp = &aiocbList[j]; i ... _read"); } openReqs = numReqs; /* Loop, monitoring status of I/O requests */ while (openReqs > 0) { sleep (3 ... each of the outstanding I/O requests, and display status returned from the cancellation requests */ printf( ...
https://man.plustar.jp/manpage/man7/aio.7.html - [similar]
Man page of SPU_RUN 8900
SPU_RUN Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 spu_r ... 報告されない。 返り値 成功すると、 spu_run () は spu_status レジスターの値を返す。 エラーの場合、-1 を返し、 e ... rno を下記のエラーコードのいずれかに設定する。 spu_status レジスターの値は、ステータスコードと SPU の stop-a ... } while (0) int main(void) { int context, fd, spu_status; uint32_t instruction, npc; context = spu_create(" ... file, the entry point will be 0x0 */ npc = 0; spu_status = spu_run(context, &npc, NULL); if (spu_status == ...
https://man.plustar.jp/manpage/man2/spu_run.2.html - [similar]
Man page of PPPOE-WRAPPER 8336
PPPOE-WRAPPER Section: User Commands (1) Updated: 26 February 2001 Index JM Home Page 名前 pppoe ... linkname pppoe-wrapper stop linkname pppoe-wrapper status linkname 説明 pppoe-wrapper は、root 以外のユーザー ... kname を引き数として adsl-start , adsl-stop , adsl-status を実行する。 著者 pppoe-wrapper は David F. Skoll ... ある。 関連項目 adsl-start (8), adsl-stop (8), adsl-status (8), tkpppoe (1) 関連キーワード pppoe , wrapper , ... PPPOE , WRAPPER , linkname , 名前 , status , stop , 接続 , roaringpenguin Linux マニュアル 一 ...
https://man.plustar.jp/manpage/man1/pppoe-wrapper.1.html - [similar]
Man page of _EXIT 8336
_EXIT Section: Linux Programmer's Manual (2) Updated: 2020-02-09 Index JM Home Page 名前 _exit, ... 終了させる 書式 #include < unistd.h > void _exit(int status ); #include < stdlib.h > void _Exit(int status ); ... ocess's parent is sent a SIGCHLD signal. The value status & 0xFF is returned to the parent process as the pr ... ocess's exit status, and can be collected by the parent using one of t ... n-pages/ に書かれている。 関連キーワード process , status , call , pending , parent , function , pages , 関数 ...
https://man.plustar.jp/manpage/man2/_Exit.2.html - [similar]
Man page of _EXIT 8336
_EXIT Section: Linux Programmer's Manual (2) Updated: 2020-02-09 Index JM Home Page 名前 _exit, ... 終了させる 書式 #include < unistd.h > void _exit(int status ); #include < stdlib.h > void _Exit(int status ); ... ocess's parent is sent a SIGCHLD signal. The value status & 0xFF is returned to the parent process as the pr ... ocess's exit status, and can be collected by the parent using one of t ... n-pages/ に書かれている。 関連キーワード process , status , call , pending , parent , function , pages , 関数 ...
https://man.plustar.jp/manpage/man2/_exit.2.html - [similar]
Man page of _EXIT 8336
_EXIT Section: Linux Programmer's Manual (2) Updated: 2020-02-09 Index JM Home Page 名前 _exit, ... 終了させる 書式 #include < unistd.h > void _exit(int status ); #include < stdlib.h > void _Exit(int status ); ... ocess's parent is sent a SIGCHLD signal. The value status & 0xFF is returned to the parent process as the pr ... ocess's exit status, and can be collected by the parent using one of t ... n-pages/ に書かれている。 関連キーワード process , status , call , pending , parent , function , pages , 関数 ...
https://man.plustar.jp/manpage/man2/exit.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT

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