manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 24 for events (0.011 sec.)
Man page of FANOTIFY 12443
FANOTIFY Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 fano ... ovides notification and interception of filesystem events. Use cases include virus scanning and hierarchical ... n the original fanotify API, only a limited set of events was supported. In particular, there was no support ... for create, delete, and move events. The support for those events was added in Linux 5 ... fy (7) for details of an API that did notify those events pre Linux 5.1.) inotify (7) API と比較して追加され ...
https://man.plustar.jp/manpage/man7/fanotify.7.html - [similar]
Man page of POLL 10475
POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp ... truct pollfd { int fd; /* file descriptor */ short events; /* requested events */ short revents; /* returned ... events */ }; nfds には、 fds 配列の要素数を指定する。 fd ... リプターが入る。 このフィールドが負の場合、対応する events フィールドは無視され、 revents には 0 が返される。 ... 視するのには使用できない点に注意すること。) 構造体の events 要素は入力パラメーターで、 ファイルディスクリプター ...
https://man.plustar.jp/manpage/man2/poll.2.html - [similar]
Man page of POLL 10475
POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp ... truct pollfd { int fd; /* file descriptor */ short events; /* requested events */ short revents; /* returned ... events */ }; nfds には、 fds 配列の要素数を指定する。 fd ... リプターが入る。 このフィールドが負の場合、対応する events フィールドは無視され、 revents には 0 が返される。 ... 視するのには使用できない点に注意すること。) 構造体の events 要素は入力パラメーターで、 ファイルディスクリプター ...
https://man.plustar.jp/manpage/man2/ppoll.2.html - [similar]
Man page of EPOLL_WAIT 10258
EPOLL_WAIT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 ep ... h > int epoll_wait(int epfd , struct epoll_event * events , int maxevents , int timeout ); int epoll_pwait(i ... nt epfd , struct epoll_event * events , int maxevents , int timeout , const sigset_t * s ... sk ); 説明 The epoll_wait () system call waits for events on the epoll (7) instance referred to by the file ... descriptor epfd . The buffer pointed to by events is used to return information from the ready list ...
https://man.plustar.jp/manpage/man2/epoll_pwait.2.html - [similar]
Man page of EPOLL_WAIT 10258
EPOLL_WAIT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 ep ... h > int epoll_wait(int epfd , struct epoll_event * events , int maxevents , int timeout ); int epoll_pwait(i ... nt epfd , struct epoll_event * events , int maxevents , int timeout , const sigset_t * s ... sk ); 説明 The epoll_wait () system call waits for events on the epoll (7) instance referred to by the file ... descriptor epfd . The buffer pointed to by events is used to return information from the ready list ...
https://man.plustar.jp/manpage/man2/epoll_wait.2.html - [similar]
Man page of INOTIFY 9874
INOTIFY Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 inoti ... は発生しない)。 Note : when monitoring a directory, events are not generated for the files inside the directo ... ry when the events are performed via a pathname (i.e., a link) that l ... ールドは、ディレクトリ内のファイル名を表す。 IN_ALL_EVENTS マクロは上記のイベント全てのマスクとして定義される ... em object corresponding to pathname , add (OR) the events in mask to the watch mask (instead of replacing th ...
https://man.plustar.jp/manpage/man7/inotify.7.html - [similar]
Man page of FANOTIFY_MARK 9758
FANOTIFY_MARK Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 ... ed files of the mount point will be monitored. The events which require that filesystem objects are identifi ... 定されて作成されている必要がある。 FAN_ONDIR Create events for directories---for example, when opendir (3), r ... ), and closedir (3) are called. Without this flag, events are created only for files. In the context of dire ... ctory entry events, such as FAN_CREATE , FAN_DELETE , FAN_MOVED_FROM ...
https://man.plustar.jp/manpage/man2/fanotify_mark.2.html - [similar]
Man page of FANOTIFY_INIT 9324
FANOTIFY_INIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 ... (Linux 5.1 以降) This value allows the receipt of events which contain additional information about the und ... are interested in the directory entry modification events FAN_CREATE , FAN_DELETE , and FAN_MOVE , or in eve ... IB , FAN_DELETE_SELF , and FAN_MOVE_SELF . All the events above require an fanotify group that identifies fi ... es. Note that for the directory entry modification events the reported file handle identifies the modified d ...
https://man.plustar.jp/manpage/man2/fanotify_init.2.html - [similar]
Man page of IO_GETEVENTS 9157
IO_GETEVENTS Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 ... io_getevents - 完了キューから非同期 I/O イベントを読み出す 書式 ... /time.h > /* 'struct timespec' の定義 */ int io_getevents(aio_context_t ctx_id , long min_nr , long nr , str ... uct io_event * events , struct timespec * timeout ); 注 : このシステムコ ... 数に違う型が使われている。「注意」を参照。 The io_getevents () system call attempts to read at least min_nr ev ...
https://man.plustar.jp/manpage/man2/io_getevents.2.html - [similar]
Man page of EPOLL 9090
EPOLL Section: Linux Programmer's Manual (7) Updated: 2019-03-06 Index JM Home Page 名前 epoll - ... the epoll instance. • epoll_wait (2) waits for I/O events, blocking the calling thread if no events are curr ... がある。 EPOLLWAKEUP フラグが struct epoll_event の events フィールドでセットされた場合、 イベントがキューに入 ... たは write (2) を継続することができる。 #define MAX_EVENTS 10 struct epoll_event ev, events[MAX_EVENTS]; int ... perror("epoll_create1"); exit(EXIT_FAILURE); } ev.events = EPOLLIN; ev.data.fd = listen_sock; if (epoll_ctl ...
https://man.plustar.jp/manpage/man7/epoll.7.html - [similar]
PREV 1 2 3 NEXT

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