Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/xenstore/include/
A Dxenstore_lib.h66 bool xs_write_all(int fd, const void *data, unsigned int len);
/xen-4.10.0-shim-comet/tools/xenstore/
A Dxs_lib.c96 bool xs_write_all(int fd, const void *data, unsigned int len) in xs_write_all() function
A Dxs.c429 #define xs_write_all write_all_choice macro
513 if (!xs_write_all(h->fd, &msg, sizeof(msg))) in xs_talkv()
517 if (!xs_write_all(h->fd, iovec[i].iov_base, iovec[i].iov_len)) in xs_talkv()

Completed in 5 milliseconds