Lines Matching defs:fd_cmp
285 struct fd_cmp { struct
286 enum fd_cmp_type type; argument
298 static int fd_cmp_check_activity(struct fd_cmp *fd_cmp) in fd_cmp_check_activity()
316 static bool fd_cmp_is_active(struct fd_cmp *fd_cmp) in fd_cmp_is_active()
321 static int fd_cmp_open_monitor(struct fd_cmp *fd_cmp, int fd, int fd_ep) in fd_cmp_open_monitor()
335 static int fd_cmp_open_std(struct fd_cmp *fd_cmp, in fd_cmp_open_std()
363 struct fd_cmp *fd_cmp; in fd_cmp_open() local
402 static int fd_cmp_check_ev_in(struct fd_cmp *fd_cmp) in fd_cmp_check_ev_in()
413 static void fd_cmp_delete_ep(struct fd_cmp *fd_cmp, int fd_ep) in fd_cmp_delete_ep()
421 static void fd_cmp_close(struct fd_cmp *fd_cmp) in fd_cmp_close()
443 static bool fd_cmp_regex(struct fd_cmp *fd_cmp, const struct test *t) in fd_cmp_regex()
530 static bool fd_cmp_exact(struct fd_cmp *fd_cmp, const struct test *t) in fd_cmp_exact()
631 struct fd_cmp *fd_cmp = ev[i].data.ptr; in test_run_parent_check_outputs() local