Lines Matching refs:timeout
8 * - EINVAL Bad seconds value for the timeout argument
9 * - EINVAL Bad nanoseconds value for the timeout argument
10 * - EFAULT Bad timeout address
53 .desc = "negative seconds in timeout",
61 .desc = "overflow in nanoseconds in timeout",
69 .desc = "bad timeout address",
81 void *timeout;
88 timeout = bad_addr;
90 timeout = tst_ts_get(&ts);
92 TST_EXP_FAIL2(tv->recvmmsg(*tc->fd, *tc->msg_vec, VLEN, 0, timeout),