manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 32 for event (0.026 sec.)
Man page of FANOTIFY 14080
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 hierarchica ... n the original fanotify API, only a limited set of events was supported. In particular, there was no suppor ... t for create, delete, and move events. The support for those events was added in Linux ... 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 FANOTIFY_INIT 12936
FANOTIFY_INIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 ... nt fanotify_init(unsigned int flags , unsigned int event_f_flags ); 説明 fanotify API の概要については fano ... s ID (PID) in the pid field of the struct fanotify_event_metadata supplied to read (2) (see fanotify (7)). ... (Linux 5.1 以降) This value allows the receipt of events which contain additional information about the un ... derlying filesystem object correlated to an event. An additional record of type FAN_EVENT_INFO_TYPE_ ...
https://man.plustar.jp/manpage/man2/fanotify_init.2.html - [similar]
Man page of EPOLL_CTL 9907
EPOLL_CTL Section: Linux Programmer's Manual (2) Updated: 2014-12-31 Index JM Home Page 名前 epo ... poll_ctl(int epfd , int op , int fd , struct epoll_event * event ); 説明 このシステムコールは、ファイルディ ... fd が参照する epoll インスタンスに登録し、イベント event を fd に結び付けられた内部ファイルに関連付ける。 E ... POLL_CTL_MOD イベント event を対象のファイルディスクリプター fd に関連付けるよ ... を epfd が参照する epoll インスタンスから削除する。 event 引き数は無視されるので、NULL にすることもできる (但 ...
https://man.plustar.jp/manpage/man2/epoll_ctl.2.html - [similar]
Man page of INOTIFY 9859
INOTIFY Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 inoti ... を 1 つ以上含むバッファーが返される: struct inotify_event { int wd; /* 監視対象ディスクリプター */ uint32_t ... 含む name の全てのバイト数を表す。 よって、 inotify_event 構造体のサイズは sizeof(struct inotify_event)+len ... する。 バッファーサイズとして sizeof(struct inotify_event) + NAME_MAX + 1 を指定すれば、少なくとも 1 イベント ... ファイル構造体を read (2) したときに返される inotify_event 構造体の mask フィールドは、ともに inotify イベント ...
https://man.plustar.jp/manpage/man7/inotify.7.html - [similar]
Man page of FANOTIFY_MARK 9102
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 identif ... 作成する。 FAN_OPEN_EXEC (Linux 5.0 以降) Create an event when a file is opened with the intent to be execut ... nal details. FAN_ATTRIB (Linux 5.1 以降) Create an event when the metadata for a file or directory has chan ... is required. FAN_CREATE (Linux 5.1 以降) Create an event when a file or directory has been created in a mar ...
https://man.plustar.jp/manpage/man2/fanotify_mark.2.html - [similar]
Man page of SPU_RUN 8957
SPU_RUN Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 spu_r ... u_run(int fd , unsigned int * npc , unsigned int * event ); 注 : このシステムコールには glibc のラッパー関数 ... の呼び出しで同じ npc ポインターを使うことができる。 event 引数には、拡張ステータスコード用のバッファーを指定 ... する。 SPU_CREATE_EVENTS_ENABLED フラグ付きで SPU コンテキストが作成される ... ステータスコードには以下の定数が一つ以上入る。 SPE_EVENT_DMA_ALIGNMENT DMA (direct memory access) のアライメ ...
https://man.plustar.jp/manpage/man2/spu_run.2.html - [similar]
Man page of EPOLL_WAIT 8280
EPOLL_WAIT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 ep ... s/epoll.h > int epoll_wait(int epfd , struct epoll_event * events , int maxevents , int timeout ); int epol ... l_pwait(int epfd , struct epoll_event * events , int maxevents , int timeout , const sig ... 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 8280
EPOLL_WAIT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 ep ... s/epoll.h > int epoll_wait(int epfd , struct epoll_event * events , int maxevents , int timeout ); int epol ... l_pwait(int epfd , struct epoll_event * events , int maxevents , int timeout , const sig ... 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 POSIXOPTIONS 8232
POSIXOPTIONS Section: Linux Programmer's Manual (7) Updated: 2007-12-21 Index JM Home Page 名前 ... ock (), sem_timedwait (), posix_trace_timedgetnext_event (). TMR - _POSIX_TIMERS - _SC_TIMERS 以下の関数が存 ... tr_getmaxdatasize (), posix_trace_attr_getmaxsystemeventsize (), posix_trace_attr_getmaxusereventsize (), p ... trace_clear (), posix_trace_create (), posix_trace_event (), posix_trace_eventid_equal (), posix_trace_even ... tid_get_name (), posix_trace_eventid_open (), posix_trace_eventtypelist_getnext_id () ...
https://man.plustar.jp/manpage/man7/posixoptions.7.html - [similar]
Man page of SIGACTION 7797
SIGACTION Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 sig ... cation which caused fault */ long si_band; /* Band event (was int in glibc 2.3.2 and earlier) */ int si_fd; ... )) が入る。 SIGTRAP が ptrace (2) イベント (PTRACE_EVENT_foo) に対応して配送される際、 si_addr は設定されな ... d が設定される。 si_band イベントは、 poll (2) が revents フィールドに設定するのと同じ値が入ったビットマスク ... icating why this signal was sent. For a ptrace (2) event, si_code will contain SIGTRAP and have the ptrace ...
https://man.plustar.jp/manpage/man2/rt_sigaction.2.html - [similar]
PREV 1 2 3 4 NEXT

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