Searched refs:send_byte (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtcp_rtt.c15 static void send_byte(int fd) function
124 send_byte(client_fd);
H A Dmptcp.c228 static void send_byte(int fd) function
293 send_byte(client_fd);
H A Dsk_lookup.c285 static int send_byte(int fd) function
291 if (CHECK(n <= 0, "send_byte", "send")) {
440 err = send_byte(client_fd);
457 err = send_byte(client_fd);
888 err = send_byte(client_fd);
1012 err = send_byte(client);
1175 send_byte(client_fd);
/linux-master/tools/testing/vsock/
H A Dutil.h55 void send_byte(int fd, int expected_ret, int flags);
H A Dvsock_test.c147 send_byte(fd, 1, 0);
166 send_byte(fd, -EPIPE, 0);
187 send_byte(fd, -EPIPE, 0);
203 send_byte(fd, 1, 0);
229 send_byte(fds[i], 1, 0);
251 send_byte(fds[i], 1, 0);
818 send_byte(fd, 1, 0);
826 send_byte(fd, 1, 0);
1321 * size. This 'send_byte()' will serialize such packet with data
1325 send_byte(f
[all...]
H A Dutil.c402 void send_byte(int fd, int expected_ret, int flags) function
/linux-master/drivers/hwmon/
H A Dapplesmc.c183 /* send_byte - Write to SMC data port. Callers must hold applesmc_lock. */
185 static int send_byte(u8 cmd, u16 port) function
243 if (send_byte(key[i], APPLESMC_DATA_PORT))
264 if (send_byte(len, APPLESMC_DATA_PORT)) {
306 if (send_byte(len, APPLESMC_DATA_PORT)) {
312 if (send_byte(buffer[i], APPLESMC_DATA_PORT)) {
/linux-master/drivers/macintosh/
H A Dvia-pmu.c1199 send_byte(int x) function
1250 send_byte(req->data[0]);
1493 send_byte(data_len);
1497 send_byte(req->data[data_index++]);
1643 send_byte(PMU_INT_ACK);

Completed in 188 milliseconds