manページ検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 3103 for Linux (0.019 sec.)
Man page of SYSCALLS 3310
SYSCALLS Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 sysc ... alls - Linux のシステムコール 書式 Linux のシステムコール。 説明 ... システムコールは、アプリケーションと Linux カーネルとの間の 基本的なインターフェースである。 ... 採用するかを決定する。 システムコールのリスト 以下は Linux のシステムコールのリストである。 このリストで、 Ke ... rnel の列は、Linux 2.2 以降で登場したシステムコールが 登場したカーネル ...
https://man.plustar.jp/manpage/man2/syscalls.2.html - [similar]
Man page of SCHED 3266
SCHED Section: Linux Programmer's Manual (7) Updated: 2014-10-02 Index JM Home Page 名前 sched - ... スケジューリング API の概要 説明 API の概要 Linux のスケジューリング API は以下のとおりである。 sche ... ッドが実行できるようにする。 sched_setaffinity (2) (Linux 固有) 指定されたスレッドの CPU affinity を設定する ... 。 sched_getaffinity (2) (Linux 固有) 指定されたスレッドの CPU affinity を取得する ... ジューリングポリシーとパラメーターを設定する。 この (Linux 固有の) システムコールは sched_setscheduler (2) と ...
https://man.plustar.jp/manpage/man7/sched.7.html - [similar]
Man page of GETPRIORITY 3246
GETPRIORITY Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 g ... alue (i.e., set a higher priority). However, since Linux 2.6.12, an unprivileged process can decrease the n ... rity), but did not have the required privilege (on Linux: did not have the CAP_SYS_NICE capability). EPERM ... にも一致せず、 呼び出し元が特権も持っていなかった (Linux の場合、 CAP_SYS_NICE ケーパビリティがなかった)。 ... Note : the addition of the "autogroup" feature in Linux 2.6.38 means that the nice value no longer has its ...
https://man.plustar.jp/manpage/man2/getpriority.2.html - [similar]
Man page of GETPRIORITY 3246
GETPRIORITY Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 g ... alue (i.e., set a higher priority). However, since Linux 2.6.12, an unprivileged process can decrease the n ... rity), but did not have the required privilege (on Linux: did not have the CAP_SYS_NICE capability). EPERM ... にも一致せず、 呼び出し元が特権も持っていなかった (Linux の場合、 CAP_SYS_NICE ケーパビリティがなかった)。 ... Note : the addition of the "autogroup" feature in Linux 2.6.38 means that the nice value no longer has its ...
https://man.plustar.jp/manpage/man2/setpriority.2.html - [similar]
Man page of SYSCTL 3202
SYSCTL Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 sysctl ... を読み書きする 書式 #include < unistd.h > #include < linux/sysctl.h > int _sysctl(struct __sysctl_args * args ... った。 バージョン This system call first appeared in Linux 1.3.57. It was removed in Linux 5.5; glibc support ... was removed in version 2.32. 準拠 このコールは Linux 特有であり、移植を意図したプログラムで使用しては い ... けない。これは 4.4BSD に由来している。Linux は /proc/sys に写し(mirror)をもっており、項目の名前 ...
https://man.plustar.jp/manpage/man2/_sysctl.2.html - [similar]
Man page of INIT_MODULE 3202
INIT_MODULE Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 i ... って定義されているパラメーターのいずれか一つである (Linux カーネルのソースファイル include/linux/moduleparam ... れ、 errno に適切な値が設定される。 エラー EBADMSG (Linux 3.7 以降) モジュールの署名が正しい形式ではない。 E ... スできるアドレス空間外の場所を参照していた。 ENOKEY (Linux 3.7 以降) モジュールの署名が無効であるか、 カーネル ... 返した値が設定される。 バージョン finit_module () は Linux 3.8 以降で利用可能である。 準拠 init_module () と ...
https://man.plustar.jp/manpage/man2/finit_module.2.html - [similar]
Man page of SYSCTL 3202
SYSCTL Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 sysctl ... を読み書きする 書式 #include < unistd.h > #include < linux/sysctl.h > int _sysctl(struct __sysctl_args * args ... った。 バージョン This system call first appeared in Linux 1.3.57. It was removed in Linux 5.5; glibc support ... was removed in version 2.32. 準拠 このコールは Linux 特有であり、移植を意図したプログラムで使用しては い ... けない。これは 4.4BSD に由来している。Linux は /proc/sys に写し(mirror)をもっており、項目の名前 ...
https://man.plustar.jp/manpage/man2/sysctl.2.html - [similar]
Man page of ADJTIMEX 3178
ADJTIMEX Section: Linux Programmer's Manual (2) Updated: 2014-12-31 Index JM Home Page 名前 adjt ... /timex.h > int adjtimex(struct timex * buf ); 説明 Linux は David L. Mill の時計調節アルゴリズムを使用してい ... 前の ADJ_TAI 命令で設定 したもの (秒、読み出し専用、 Linux 2.6.26 以降) */ /* これ以降のパディングバイトは将来 ... 場合、 カーネルはこの値に 4 を足す。 ADJ_SETOFFSET (Linux 2.6.29 以降) buf.time を現在時刻に加算する。 buf.s ... でない場合はマイクロ秒として解釈される。 ADJ_MICRO (Linux 2.6.36 以降) マイクロ秒単位の精度を選択する。 ADJ_ ...
https://man.plustar.jp/manpage/man2/adjtimex.2.html - [similar]
Man page of ADJTIMEX 3178
ADJTIMEX Section: Linux Programmer's Manual (2) Updated: 2014-12-31 Index JM Home Page 名前 adjt ... /timex.h > int adjtimex(struct timex * buf ); 説明 Linux は David L. Mill の時計調節アルゴリズムを使用してい ... 前の ADJ_TAI 命令で設定 したもの (秒、読み出し専用、 Linux 2.6.26 以降) */ /* これ以降のパディングバイトは将来 ... 場合、 カーネルはこの値に 4 を足す。 ADJ_SETOFFSET (Linux 2.6.29 以降) buf.time を現在時刻に加算する。 buf.s ... でない場合はマイクロ秒として解釈される。 ADJ_MICRO (Linux 2.6.36 以降) マイクロ秒単位の精度を選択する。 ADJ_ ...
https://man.plustar.jp/manpage/man2/clock_adjtime.2.html - [similar]
Man page of ADJTIMEX 3178
ADJTIMEX Section: Linux Programmer's Manual (2) Updated: 2014-12-31 Index JM Home Page 名前 adjt ... /timex.h > int adjtimex(struct timex * buf ); 説明 Linux は David L. Mill の時計調節アルゴリズムを使用してい ... 前の ADJ_TAI 命令で設定 したもの (秒、読み出し専用、 Linux 2.6.26 以降) */ /* これ以降のパディングバイトは将来 ... 場合、 カーネルはこの値に 4 を足す。 ADJ_SETOFFSET (Linux 2.6.29 以降) buf.time を現在時刻に加算する。 buf.s ... でない場合はマイクロ秒として解釈される。 ADJ_MICRO (Linux 2.6.36 以降) マイクロ秒単位の精度を選択する。 ADJ_ ...
https://man.plustar.jp/manpage/man3/ntp_adjtime.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT

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