Searched refs:write_all (Results 1 – 2 of 2) sorted by relevance
/xen/tools/libvchan/ |
A D | node.c | 55 int write_all(int fd, char *buf, int size) in write_all() function 91 size = write_all(1, buf, size); in reader()
|
/xen/tools/console/daemon/ |
A D | io.c | 243 static int write_all(int fd, const char* buf, size_t len) in write_all() function 285 if ((*needts && write_all(fd, ts, tslen)) in write_with_timestamp() 286 || write_all(fd, data, nl + 1 - data)) in write_with_timestamp() 355 logret = write_all( in buffer_append() 1182 logret = write_all(log_hv_fd, buffer, size); in handle_hv_logs()
|
Completed in 5 milliseconds