Searched refs:write_all (Results 1 – 4 of 4) sorted by relevance
/freebsd/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/libexec/tftpd/tests/ |
H A D | functional.c | 433 write_all(int fd, const void *buf, size_t nbytes) in write_all() function 504 write_all(fd, contents, strlen(contents) + 1); 522 write_all(fd, contents, strlen(contents) + 1); 550 write_all(fd, contents, sizeof(contents)); 580 write_all(fd, contents, sizeof(contents)); 638 write_all(fd, contents, sizeof(contents)); 663 write_all(fd, contents, sizeof(contents)); 689 write_all(fd, contents, strlen(contents) + 1); 745 write_all(fd, contents, strlen(contents) + 1); 770 write_all(fd, contents, sizeof(contents)); [all …]
|
/freebsd/contrib/bmake/ |
H A D | main.c | 1982 write_all(int fd, const void *data, size_t n) in unlink_file() 2007 write_all(STDERR_FILENO, msg, (size_t)len); in write_all() 1998 write_all(int fd, const void *data, size_t n) write_all() function
|
/freebsd/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()
|