manページ検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 253 for flags (0.008 sec.)
Man page of INOTIFY_INIT 6054
INOTIFY_INIT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 ... .h > int inotify_init(void); int inotify_init1(int flags ); 説明 inotify API の概要については inotify (7) を ... ァイルディスクリプターを返す。 inotify_init1 () は、 flags が 0 の場合、 inotify_init () と同じである。 flags ... referred to by the new file descriptor. Using this flag saves extra calls to fcntl (2) to achieve the same ... する。 エラー EINVAL ( inotify_init1 ()) 無効な値が flags に指定された。 EMFILE inotify インスタンスの総数が ...
https://man.plustar.jp/manpage/man2/inotify_init.2.html - [similar]
Man page of INOTIFY_INIT 6054
INOTIFY_INIT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 ... .h > int inotify_init(void); int inotify_init1(int flags ); 説明 inotify API の概要については inotify (7) を ... ァイルディスクリプターを返す。 inotify_init1 () は、 flags が 0 の場合、 inotify_init () と同じである。 flags ... referred to by the new file descriptor. Using this flag saves extra calls to fcntl (2) to achieve the same ... する。 エラー EINVAL ( inotify_init1 ()) 無効な値が flags に指定された。 EMFILE inotify インスタンスの総数が ...
https://man.plustar.jp/manpage/man2/inotify_init1.2.html - [similar]
Man page of KEXEC_LOAD 6054
KEXEC_LOAD Section: Linux Programmer's Manual (2) Updated: 2014-08-19 Index JM Home Page 名前 ke ... , struct kexec_segment * segments , unsigned long flags ); 注 : このシステムコールには glibc のラッパー関数 ... ドし、 その後の reboot (2) で実行できるようにする。 flags 引き数は、システムコールの呼び出しの動作を制御する ... マスクビットである。 flags には以下の値を指定できる。 KEXEC_ON_CRASH (Linux 2 ... り、 nr_segments が 0 より大きい場合のみ効果がある。 flags の上位ビット (マスク 0xffff0000 に対応) には、 実行 ...
https://man.plustar.jp/manpage/man2/kexec_file_load.2.html - [similar]
Man page of KEXEC_LOAD 6054
KEXEC_LOAD Section: Linux Programmer's Manual (2) Updated: 2014-08-19 Index JM Home Page 名前 ke ... , struct kexec_segment * segments , unsigned long flags ); 注 : このシステムコールには glibc のラッパー関数 ... ドし、 その後の reboot (2) で実行できるようにする。 flags 引き数は、システムコールの呼び出しの動作を制御する ... マスクビットである。 flags には以下の値を指定できる。 KEXEC_ON_CRASH (Linux 2 ... り、 nr_segments が 0 より大きい場合のみ効果がある。 flags の上位ビット (マスク 0xffff0000 に対応) には、 実行 ...
https://man.plustar.jp/manpage/man2/kexec_load.2.html - [similar]
Man page of SCHED_SETATTR 5994
SCHED_SETATTR Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 ... id_t pid , struct sched_attr * attr , unsigned int flags ); int sched_getattr(pid_t pid , struct sched_attr ... * attr , unsigned int size , unsigned int flags ); 説明 sched_setattr() sched_setattr () システムコ ... 2 sched_policy; /* ポリシー (SCHED_*) */ u64 sched_flags; /* フラグ */ s32 sched_nice; /* nice 値 (SCHED_OT ... リストにある SCHED_* 値のいずれかを指定する。 sched_flags This field contains zero or more of the following ...
https://man.plustar.jp/manpage/man2/sched_getattr.2.html - [similar]
Man page of SCHED_SETATTR 5994
SCHED_SETATTR Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 ... id_t pid , struct sched_attr * attr , unsigned int flags ); int sched_getattr(pid_t pid , struct sched_attr ... * attr , unsigned int size , unsigned int flags ); 説明 sched_setattr() sched_setattr () システムコ ... 2 sched_policy; /* ポリシー (SCHED_*) */ u64 sched_flags; /* フラグ */ s32 sched_nice; /* nice 値 (SCHED_OT ... リストにある SCHED_* 値のいずれかを指定する。 sched_flags This field contains zero or more of the following ...
https://man.plustar.jp/manpage/man2/sched_setattr.2.html - [similar]
Man page of POSIX_OPENPT 5994
POSIX_OPENPT Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 ... dlib.h > #include < fcntl.h > int posix_openpt(int flags ); glibc 向けの機能検査マクロの要件 ( feature_test ... を参照するために使うファイルディスクリプターを返す。 flags 引数は、以下のフラグのうち 0 個以上の OR をとったビ ... ンすることで簡単に実装できる。 int posix_openpt(int flags) { return open("/dev/ptmx", flags); } posix_openpt ... t , OPENPT , 端末 , オープン , 参照 , int , 疑似 , flags , pages Linux マニュアル 一覧 [ man1 ] [ man2 ] [ ...
https://man.plustar.jp/manpage/man3/posix_openpt.3.html - [similar]
Man page of STATVFS 5934
STATVFS Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 statv ... /* Filesystem ID */ unsigned long f_flag; /* Mount flags */ unsigned long f_namemax; /* Maximum filename le ... esystem. It contains zero or more of the following flags: ST_MANDLOCK Mandatory locking is permitted on the ... 01, POSIX.1-2008. Only the ST_NOSUID and ST_RDONLY flags of the f_flag field are specified in POSIX.1. To o ... btain definitions of the remaining flags, one must define _GNU_SOURCE . 注意 Linux カーネル ...
https://man.plustar.jp/manpage/man3/fstatvfs.3.html - [similar]
Man page of STATVFS 5934
STATVFS Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 statv ... /* Filesystem ID */ unsigned long f_flag; /* Mount flags */ unsigned long f_namemax; /* Maximum filename le ... esystem. It contains zero or more of the following flags: ST_MANDLOCK Mandatory locking is permitted on the ... 01, POSIX.1-2008. Only the ST_NOSUID and ST_RDONLY flags of the f_flag field are specified in POSIX.1. To o ... btain definitions of the remaining flags, one must define _GNU_SOURCE . 注意 Linux カーネル ...
https://man.plustar.jp/manpage/man3/statvfs.3.html - [similar]
Man page of SIGALTSTACK 5754
SIGALTSTACK Section: Linux Programmer's Manual (2) Updated: 2010-09-26 Index JM Home Page 名前 s ... void *ss_sp; /* スタックのベースアドレス */ int ss_flags; /* フラグ */ size_t ss_size; /* スタックのバイト数 ... ; 新規の代替シグナルスタックを確立するには、 ss.ss_flags を 0 に設定し、 ss.ss_sp と ss.ss_size に スタック ... 調整される。 既存のスタックを無効にするには、 ss.ss_flags を SS_DISABLE に指定する。 この場合、 ss の他のフィ ... クの開始アドレスとスタックサイズが返される。 oss.ss_flags には以下のどちらかの値が返される: SS_ONSTACK プロセ ...
https://man.plustar.jp/manpage/man2/sigaltstack.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT

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