Home
last modified time | relevance | path

Searched refs:get_event_info (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify.h436 struct fanotify_event_info_header *get_event_info( in get_event_info() function
455 get_event_info((event), FAN_EVENT_INFO_TYPE_ERROR))
459 get_event_info((event), FAN_EVENT_INFO_TYPE_FID))
/third_party/ffmpeg/libavformat/
Dsrtdec.c72 static int get_event_info(const char *line, struct event_info *ei) in get_event_info() function
159 if (get_event_info(line, &tmp_ei) < 0) { in srt_read_header()