Searched refs:write_all (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/ntp/ntpd/ |
| H A D | ntp_signd.c | 63 write_all(int fd, const void *buf, size_t len) in write_all() function 100 if (write_all(fd, &net_len, sizeof(net_len)) != sizeof(net_len)) return -1; in send_packet() 101 if (write_all(fd, buf, len) != len) return -1; in send_packet()
|
| /freebsd-14.2/libexec/tftpd/tests/ |
| H A D | functional.c | 432 write_all(int fd, const void *buf, size_t nbytes) in write_all() function 503 write_all(fd, contents, strlen(contents) + 1); 521 write_all(fd, contents, strlen(contents) + 1); 549 write_all(fd, contents, sizeof(contents)); 579 write_all(fd, contents, sizeof(contents)); 637 write_all(fd, contents, sizeof(contents)); 662 write_all(fd, contents, sizeof(contents)); 688 write_all(fd, contents, strlen(contents) + 1); 744 write_all(fd, contents, strlen(contents) + 1); 769 write_all(fd, contents, sizeof(contents)); [all …]
|
| /freebsd-14.2/contrib/bmake/ |
| H A D | main.c | 1936 write_all(int fd, const void *data, size_t n) in write_all() function 1968 write_all(STDERR_FILENO, buf.data, buf.len); in execDie()
|
| /freebsd-14.2/contrib/ofed/librdmacm/ |
| H A D | rsocket.c | 407 static void write_all(int fd, const void *msg, size_t len) in write_all() function 461 write_all(svc->sock[0], &msg, sizeof msg); in rs_notify_svc() 4038 write_all(svc->sock[1], &msg, sizeof msg); in udp_svc_process_sock() 4217 write_all(svc->sock[1], &msg, sizeof msg); in udp_svc_run() 4286 write_all(svc->sock[1], &msg, sizeof msg); in tcp_svc_process_sock() 4315 write_all(svc->sock[1], &msg, sizeof msg); in tcp_svc_run()
|