manページ検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 253 for flags (0.082 sec.)
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/man3/sigstack.3.html - [similar]
Man page of DSP56K 5694
DSP56K Section: Linux Programmer's Manual (4) Updated: 2020-08-13 Index JM Home Page 名前 dsp56k ... WSIZE, int wsize ); int ioctl(int fd , DSP56K_HOST_FLAGS, struct dsp56k_host_flags * flags ); int ioctl(int ... 、ヌルバイト ('\0') で埋められたりする。 DSP56K_HOST_FLAGS ホストフラグを読み書きする。 ホストフラグは、一般的 ... tl (2) の 3 番目の引数が 構造体 struct dsp56k_host_flags へのポインターでなければならない。 この構造体のメン ...
https://man.plustar.jp/manpage/man4/dsp56k.4.html - [similar]
Man page of EPOLL_CREATE 5634
EPOLL_CREATE Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 ... int epoll_create(int size ); int epoll_create1(int flags ); 説明 epoll_create () は新規の epoll (7) インスタ ... るようにする。 epoll_create1() epoll_create1 () は、 flags が 0 の場合、現在では使われていない size 引数がなく ... なっている点を除けば epoll_create () と同じである。 flags に以下の値をビット毎の論理和 (OR) で指定することで ... INVAL size が正でない。 EINVAL ( epoll_create1 ()) flags に無効な値が指定された。 EMFILE /proc/sys/fs/epoll ...
https://man.plustar.jp/manpage/man2/epoll_create.2.html - [similar]
Man page of EPOLL_CREATE 5634
EPOLL_CREATE Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 ... int epoll_create(int size ); int epoll_create1(int flags ); 説明 epoll_create () は新規の epoll (7) インスタ ... るようにする。 epoll_create1() epoll_create1 () は、 flags が 0 の場合、現在では使われていない size 引数がなく ... なっている点を除けば epoll_create () と同じである。 flags に以下の値をビット毎の論理和 (OR) で指定することで ... INVAL size が正でない。 EINVAL ( epoll_create1 ()) flags に無効な値が指定された。 EMFILE /proc/sys/fs/epoll ...
https://man.plustar.jp/manpage/man2/epoll_create1.2.html - [similar]
Man page of LINK 5564
LINK Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 link, li ... ldpath , int newdirfd , const char * newpath , int flags ); glibc 向けの機能検査マクロの要件 ( feature_test ... れる点だけが異なる。 以下の値のビット単位の論理和を flags に指定できる。 AT_EMPTY_PATH (Linux 2.6.39 以降) o ... リンクの展開を行わない。 フラグ AT_SYMLINK_FOLLOW を flags に指定することができ、指定した場合 oldpath がシンボ ... , AT_SYMLINK_FOLLOW); カーネル 2.6.18 より前では、 flags 引数は未使用で、 0 を指定しなければならなかった。 ...
https://man.plustar.jp/manpage/man2/link.2.html - [similar]
Man page of LINK 5564
LINK Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 link, li ... ldpath , int newdirfd , const char * newpath , int flags ); glibc 向けの機能検査マクロの要件 ( feature_test ... れる点だけが異なる。 以下の値のビット単位の論理和を flags に指定できる。 AT_EMPTY_PATH (Linux 2.6.39 以降) o ... リンクの展開を行わない。 フラグ AT_SYMLINK_FOLLOW を flags に指定することができ、指定した場合 oldpath がシンボ ... , AT_SYMLINK_FOLLOW); カーネル 2.6.18 より前では、 flags 引数は未使用で、 0 を指定しなければならなかった。 ...
https://man.plustar.jp/manpage/man2/linkat.2.html - [similar]
Man page of MLOCK 5564
MLOCK Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 mlock, ... ); int mlock2(const void * addr , size_t len , int flags ); int munlock(const void * addr , size_t len ); i ... nt mlockall(int flags ); int munlockall(void); 説明 mlock () と mlockall ... turns successfully will depend on the value in the flags argument. The flags argument can be either 0 or th ... locked when they are populated by a page fault. If flags is 0, mlock2 () behaves exactly the same as mlock ...
https://man.plustar.jp/manpage/man2/mlock.2.html - [similar]
Man page of MLOCK 5564
MLOCK Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 mlock, ... ); int mlock2(const void * addr , size_t len , int flags ); int munlock(const void * addr , size_t len ); i ... nt mlockall(int flags ); int munlockall(void); 説明 mlock () と mlockall ... turns successfully will depend on the value in the flags argument. The flags argument can be either 0 or th ... locked when they are populated by a page fault. If flags is 0, mlock2 () behaves exactly the same as mlock ...
https://man.plustar.jp/manpage/man2/mlock2.2.html - [similar]
Man page of MLOCK 5564
MLOCK Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 mlock, ... ); int mlock2(const void * addr , size_t len , int flags ); int munlock(const void * addr , size_t len ); i ... nt mlockall(int flags ); int munlockall(void); 説明 mlock () と mlockall ... turns successfully will depend on the value in the flags argument. The flags argument can be either 0 or th ... locked when they are populated by a page fault. If flags is 0, mlock2 () behaves exactly the same as mlock ...
https://man.plustar.jp/manpage/man2/mlockall.2.html - [similar]
Man page of MLOCK 5564
MLOCK Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 mlock, ... ); int mlock2(const void * addr , size_t len , int flags ); int munlock(const void * addr , size_t len ); i ... nt mlockall(int flags ); int munlockall(void); 説明 mlock () と mlockall ... turns successfully will depend on the value in the flags argument. The flags argument can be either 0 or th ... locked when they are populated by a page fault. If flags is 0, mlock2 () behaves exactly the same as mlock ...
https://man.plustar.jp/manpage/man2/munlock.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT

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