manページ検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 583 for Id (0.057 sec.)
Man page of IO_SUBMIT 3972
IO_SUBMIT Section: Linux Programmer's Manual (2) Updated: 2012-07-13 Index JM Home Page 名前 io_ ... 必要な型の定義 */ int io_submit(aio_context_t ctx_id , long nr , struct iocb ** iocbpp ); 注 : このシス ... o_submit () システムコールは、AIO コンテキスト ctx_id に nr 個 の I/O リクエストを処理待ちとしてキューに ... 追加する。 iocbpp 引き数は、 AIO コンテキスト ctx_id に登録される nr 個の AIO 制御ブロックの 配列になっ ... 中に無効なデータを指しているものがある。 EINVAL ctx_id で指定された AIO コンテキストが無効である。 nr が ...
https://man.plustar.jp/manpage/man2/io_submit.2.html - [similar]
Man page of whoami 3942
whoami Section: User Commands (1) Updated: 18 June 2002 Index JM Home Page 名前 whoami - 実効ユー ... ザー id を表示する 書式 whoami whoami [--help] [--version] ... 説明 whoami は現在の実効ユーザー id に対応するユーザー名を表示する。 whoami は、コマン ... ド `id -un' と等価である。 オプション --help 標準出力に使 ...
https://man.plustar.jp/manpage/man1/whoami.1.html - [similar]
Man page of GET_MEMPOLICY 3942
GET_MEMPOLICY Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 ... signed long * nodemask , unsigned long maxnode , void * addr , unsigned long flags ); -lnuma でリンクする ... 格納する。 maxnode には nodemask に格納できるノード ID の数、つまり最大ノード ID に 1 を足した値を指定する ... はアドレス addr が割り当てられているノードのノード ID を mode が指す場所に入れて返す。 指定されたアドレス ... ジの割り当てを行い、ページが割り当てられた ノードの ID を返す。 flags で MPOL_F_NODE は指定されたが、 MPO ...
https://man.plustar.jp/manpage/man2/get_mempolicy.2.html - [similar]
Man page of TCGETPGRP 3942
TCGETPGRP Section: Linux Programmer's Manual (3) Updated: 2015-08-08 Index JM Home Page 名前 tcg ... ループの 取得/設定を行う 書式 #include < unistd.h > pid_t tcgetpgrp(int fd ); int tcsetpgrp(int fd , pid_t ... フォアグラウンドプロセスグループの プロセスグループ ID を返す。 fd で指定された端末は、呼び出しを行うプロ ... ればならない。 関数 tcsetpgrp () は、プロセスグループID が pgrp のプロセスグループを fd に対応する端末のフ ... ンドプロセスグループがあれば そのプロセスグループの ID を返す。 そのようなプロセスグループがなければ、現在 ...
https://man.plustar.jp/manpage/man3/tcgetpgrp.3.html - [similar]
Man page of TCGETPGRP 3942
TCGETPGRP Section: Linux Programmer's Manual (3) Updated: 2015-08-08 Index JM Home Page 名前 tcg ... ループの 取得/設定を行う 書式 #include < unistd.h > pid_t tcgetpgrp(int fd ); int tcsetpgrp(int fd , pid_t ... フォアグラウンドプロセスグループの プロセスグループ ID を返す。 fd で指定された端末は、呼び出しを行うプロ ... ればならない。 関数 tcsetpgrp () は、プロセスグループID が pgrp のプロセスグループを fd に対応する端末のフ ... ンドプロセスグループがあれば そのプロセスグループの ID を返す。 そのようなプロセスグループがなければ、現在 ...
https://man.plustar.jp/manpage/man3/tcsetpgrp.3.html - [similar]
Man page of ACCT 3942
ACCT Section: Linux Programmer's Manual (5) Updated: 2017-09-15 Index JM Home Page 名前 acct - プ ... char ac_flag; /* Accounting flags */ u_int16_t ac_uid; /* Accounting user ID */ u_int16_t ac_gid; /* Acc ... ounting group ID */ u_int16_t ac_tty; /* Controlling terminal */ u_ ... コードにフィールドが追加される。 また、フィールド c_uid と ac_gid の幅が 16 ビットから 32 ビットに拡張され ... る (これは Linux 2.4 以降で UID と GID のサイズが増えているのに 対応したものである ...
https://man.plustar.jp/manpage/man5/acct.5.html - [similar]
Man page of REPQUOTA 3942
REPQUOTA Section: Maintenance Commands (8) Index JM Home Page 名前 repquota - ファイルシステムの ... されない限り) repquota は全てのユーザーとグループの ID を名前に変換しなければならないので、 全ての情報を表 ... ャッシュし、全てのユーザーをスキャンして、 ユーザー ID・グループ ID を大きくまとめて名前に変換して表示する ... 長い名前がある場合に表示がきれいになる。 -n ユーザー ID・グループ ID から名前に変換しない。 これにより表示の ...
https://man.plustar.jp/manpage/man8/repquota.8.html - [similar]
Man page of SIGACTION 3920
SIGACTION Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 sig ... 以下のような感じに定義される。 struct sigaction { void (*sa_handler)(int); void (*sa_sigaction)(int, sigi ... nfo_t *, void *); sigset_t sa_mask; int sa_flags; void (*sa_rest ... orer)(void); }; アーキテクチャーによっては共用体 (union) が用 ... きに 子プロセスをゾンビプロセスに変化させない ( waitpid (2) も参照)。 このフラグは、 SIGCHLD に対してハンド ...
https://man.plustar.jp/manpage/man2/rt_sigaction.2.html - [similar]
Man page of SIGACTION 3920
SIGACTION Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 sig ... 以下のような感じに定義される。 struct sigaction { void (*sa_handler)(int); void (*sa_sigaction)(int, sigi ... nfo_t *, void *); sigset_t sa_mask; int sa_flags; void (*sa_rest ... orer)(void); }; アーキテクチャーによっては共用体 (union) が用 ... きに 子プロセスをゾンビプロセスに変化させない ( waitpid (2) も参照)。 このフラグは、 SIGCHLD に対してハンド ...
https://man.plustar.jp/manpage/man2/sigaction.2.html - [similar]
Man page of UNIX 3920
UNIX Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 unix - ロ ... 前空間 (abstract namespace) もサポートしている。 Valid socket types in the UNIX domain are: SOCK_STREAM , ... ENTIALS , or a default that includes the sender's PID, real user ID, and real group ID, if the sender di ... e process that created the peer socket unless overridden by the policy or by a process with the required ... 3 or {'f','o','o','\0'} of length 4, which are considered to be interchangeable. The string is printable ...
https://man.plustar.jp/manpage/man7/unix.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