Lines Matching refs:sv
30 fds[0].fd = fixture->sv[0]; in test_socketpair_poll_timeout_common()
36 res = zsock_send(fixture->sv[0], "x", 1, 0); in test_socketpair_poll_timeout_common()
41 fds[0].fd = fixture->sv[0]; in test_socketpair_poll_timeout_common()
57 res = zsock_fcntl(fixture->sv[0], F_GETFL, 0); in ZTEST_USER_F()
62 res = zsock_fcntl(fixture->sv[0], F_SETFL, O_NONBLOCK | flags); in ZTEST_USER_F()
65 res = zsock_fcntl(fixture->sv[1], F_SETFL, O_NONBLOCK | flags); in ZTEST_USER_F()
104 fds[0].fd = fixture->sv[0]; in ZTEST_F()
108 ctx.fd = &fixture->sv[1]; in ZTEST_F()
119 res = zsock_recv(fixture->sv[0], &c, 1, 0); in ZTEST_F()
133 res = zsock_socketpair(AF_UNIX, SOCK_STREAM, 0, fixture->sv); in ZTEST_F()
137 res = zsock_send(fixture->sv[0], "x", 1, 0); in ZTEST_F()
142 fds[0].fd = fixture->sv[0]; in ZTEST_F()
146 ctx.fd = &fixture->sv[1]; in ZTEST_F()
157 res = zsock_send(fixture->sv[0], "x", 1, 0); in ZTEST_F()
175 fds[0].fd = fixture->sv[0]; in ZTEST_USER_F()
182 res = zsock_send(fixture->sv[0], "x", 1, 0); in ZTEST_USER_F()
187 fds[0].fd = fixture->sv[1]; in ZTEST_USER_F()
195 fds[0].fd = fixture->sv[0]; in ZTEST_USER_F()
197 fds[1].fd = fixture->sv[1]; in ZTEST_USER_F()
248 fds[0].fd = fixture->sv[0]; in ZTEST_F()
252 ctx.fd = &fixture->sv[1]; in ZTEST_F()
266 res = zsock_send(fixture->sv[0], "x", 1, 0); in ZTEST_F()
271 fds[0].fd = fixture->sv[0]; in ZTEST_F()
275 ctx.fd = &fixture->sv[1]; in ZTEST_F()
304 fds[0].fd = fixture->sv[1]; in ZTEST_USER_F()
311 res = zsock_send(fixture->sv[0], "x", 1, 0); in ZTEST_USER_F()
317 fds[0].fd = fixture->sv[1]; in ZTEST_USER_F()
327 res = zsock_recv(fixture->sv[1], &c, 1, 0); in ZTEST_USER_F()
331 fds[0].fd = fixture->sv[1]; in ZTEST_USER_F()
356 fds[0].fd = fixture->sv[0]; in ZTEST_USER_F()
368 res = zsock_send(fixture->sv[0], "x", 1, 0); in ZTEST_USER_F()
373 fds[0].fd = fixture->sv[0]; in ZTEST_USER_F()
380 res = zsock_recv(fixture->sv[1], &c, 1, 0); in ZTEST_USER_F()
386 fds[0].fd = fixture->sv[0]; in ZTEST_USER_F()