Lines Matching +defs:timeout +defs:exp
503 rump_or_poll(struct pollfd *fds, nfds_t nfds, int timeout) in rump_or_poll()
535 const struct timespec *timeout) in rump_or_kevent()
804 #define XP_EQ(exp, act) xp_eq(__LINE__, exp, act, #act) argument
805 bool xp_eq(int line, int exp, int act, const char *varname) in xp_eq()
815 #define XP_EQ_STR(exp, act) xp_eq_str(__LINE__, exp, act, #act) argument
816 bool xp_eq_str(int line, const char *exp, const char *act, const char *varname) in xp_eq_str()
828 #define XP_NE(exp, act) xp_ne(__LINE__, exp, act, #act) argument
829 bool xp_ne(int line, int exp, int act, const char *varname) in xp_ne()
854 #define XP_SYS_EQ(exp, act) xp_sys_eq(__LINE__, exp, act, #act) argument
855 bool xp_sys_eq(int line, int exp, int act, const char *varname) in xp_sys_eq()
915 #define XP_SYS_PTR(exp, act) xp_sys_ptr(__LINE__, exp, act, #act) argument
916 bool xp_sys_ptr(int line, int exp, void *act, const char *varname) in xp_sys_ptr()
1137 #define POLL(pfd, nfd, timeout) \ argument
1139 int debug_poll(int line, struct pollfd *pfd, int nfd, int timeout) in debug_poll()
2702 test_mmap_len(size_t len, off_t offset, int exp) in test_mmap_len()