Lines Matching defs:fd_cmp
274 struct fd_cmp { struct
275 enum fd_cmp_type type; argument
287 static int fd_cmp_check_activity(struct fd_cmp *fd_cmp) in fd_cmp_check_activity()
305 static bool fd_cmp_is_active(struct fd_cmp *fd_cmp) in fd_cmp_is_active()
310 static int fd_cmp_open_monitor(struct fd_cmp *fd_cmp, int fd, int fd_ep) in fd_cmp_open_monitor()
324 static int fd_cmp_open_std(struct fd_cmp *fd_cmp, in fd_cmp_open_std()
352 struct fd_cmp *fd_cmp; in fd_cmp_open() local
391 static int fd_cmp_check_ev_in(struct fd_cmp *fd_cmp) in fd_cmp_check_ev_in()
402 static void fd_cmp_delete_ep(struct fd_cmp *fd_cmp, int fd_ep) in fd_cmp_delete_ep()
410 static void fd_cmp_close(struct fd_cmp *fd_cmp) in fd_cmp_close()
432 static bool fd_cmp_regex(struct fd_cmp *fd_cmp, const struct test *t) in fd_cmp_regex()
519 static bool fd_cmp_exact(struct fd_cmp *fd_cmp, const struct test *t) in fd_cmp_exact()
620 struct fd_cmp *fd_cmp = ev[i].data.ptr; in test_run_parent_check_outputs() local