Home
last modified time | relevance | path

Searched refs:read_all (Results 1 – 1 of 1) sorted by relevance

/xen-4.10.0-shim-comet/tools/xenstore/
A Dxs.c385 static bool read_all(int fd, void *data, unsigned int len, int nonblocking) in read_all() function
428 #define read_all read_all_choice macro
1231 if (!read_all(h->fd, &msg->hdr, sizeof(msg->hdr), nonblocking)) { /* Cancellation point */ in read_message()
1247 if (!read_all(h->fd, body, msg->hdr.len, 0)) { /* Cancellation point */ in read_message()

Completed in 5 milliseconds