Lines Matching refs:nbytes
126 ssize_t nbytes; in main() local
167 nbytes = write(hvctl_fd, &msg, sizeof(msg)); in main()
168 if (nbytes != sizeof(msg)) in main()
172 nbytes = read(hvctl_fd, &msg, sizeof(msg)); in main()
173 if (nbytes != sizeof(msg)) in main()
388 size_t nbytes; in hv_update_md() local
417 nbytes = write(hvctl_fd, &msg, sizeof(msg)); in hv_update_md()
418 if (nbytes != sizeof(msg)) in hv_update_md()
422 nbytes = read(hvctl_fd, &msg, sizeof(msg)); in hv_update_md()
423 if (nbytes != sizeof(msg)) in hv_update_md()
436 ssize_t nbytes; in hv_open() local
450 nbytes = write(hvctl_fd, &msg, sizeof(msg)); in hv_open()
451 if (nbytes != sizeof(msg)) in hv_open()
455 nbytes = read(hvctl_fd, &msg, sizeof(msg)); in hv_open()
456 if (nbytes != sizeof(msg)) in hv_open()
468 nbytes = write(hvctl_fd, &msg, sizeof(msg)); in hv_open()
469 if (nbytes != sizeof(msg)) in hv_open()
473 nbytes = read(hvctl_fd, &msg, sizeof(msg)); in hv_open()
474 if (nbytes != sizeof(msg)) in hv_open()