Searched refs:write_all (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsclone.c229 #define write_all(f, p, n) io_all((f), (p), (n), 1) macro
602 if (write_all(&fd_out, &cmd, sizeof(cmd)) == -1)
603 perr_exit("write_all");
606 if (write_all(&fd_out, buff, csize) == -1) {
650 if (write_all(&fd_out, buff, sizeof(buff)) == -1)
651 perr_exit("write_all");
692 if (write_all(&fd_out, &image_hdr,
694 perr_exit("write_all");
711 if (write_all(&fd_out, buf, csize) == -1)
712 perr_exit("write_all");
[all...]
H A Dntfsresize.c1371 static int write_all(struct ntfs_device *dev, void *buf, int count) function
1436 if (write_all(vol->u.dev, buff, vol->cluster_size) == -1) {
/osnet-11/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientstub.c262 static int write_all(dnssd_sock_t sd, char *buf, int len) function
472 if (write_all(sdr->sockfd, msg, datalen + sizeof(ipc_msg_hdr)) < 0)
1244 write_all(tmp->sockfd, (char *)hdr, (int) len);

Completed in 35 milliseconds