Home
last modified time | relevance | path

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

/xen/tools/firmware/hvmloader/
A Dxenbus.c37 static char payload[XENSTORE_PAYLOAD_MAX + 1]; /* Unmarshalling area */
109 ASSERT(len <= XENSTORE_PAYLOAD_MAX); in ring_write()
137 ASSERT(len <= XENSTORE_PAYLOAD_MAX); in ring_read()
/xen/xen/include/public/io/
A Dxs_wire.h130 #define XENSTORE_PAYLOAD_MAX 4096 macro
/xen/tools/xenstore/
A Dxenstored_watch.c96 if (len > XENSTORE_PAYLOAD_MAX) in add_event()
A Dxenstored_core.c677 if ( len > XENSTORE_PAYLOAD_MAX ) { in send_reply()
863 maxlen = XENSTORE_PAYLOAD_MAX - genlen - 1; in send_directory_part()
1461 if (in->hdr.msg.len > XENSTORE_PAYLOAD_MAX) { in handle_input()
A Dxs.c507 if (msg.len > XENSTORE_PAYLOAD_MAX) { in xs_talkv()
1263 if (msg->hdr.len > XENSTORE_PAYLOAD_MAX) { in read_message()
/xen/docs/misc/
A Dxenstore.txt62 (XENSTORE_PAYLOAD_MAX) in both directions. If a client exceeds the
157 XENSTORE_PAYLOAD_MAX. Input are <path> and the byte offset into

Completed in 17 milliseconds