Lines Matching defs:to
7 * This code is derived from software contributed to The NetBSD Foundation
21 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
24 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
75 const struct timespec to = { 0, 0 };
98 /* We expect the FIFO to be writable. */
99 ATF_REQUIRE(kevent(kq, NULL, 0, event, 1, &to) == 1);
105 * defined as insufficient buffer space to hold the
113 /* We expect the FIFO to no longer be writable. */
114 ATF_REQUIRE(kevent(kq, NULL, 0, event, 1, &to) == 0);
124 ATF_REQUIRE(kevent(kq, NULL, 0, event, 1, &to) == 0);
131 ATF_REQUIRE(kevent(kq, NULL, 0, event, 1, &to) == 1);