Home
last modified time | relevance | path

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

/xen/tools/xenstore/
A Dxenstored_core.h149 void send_reply(struct connection *conn, enum xsd_sockmsg_type type,
A Dxenstored_core.c668 send_reply(conn, XS_ERROR, xsd_errors[i].errstring, in send_error()
672 void send_reply(struct connection *conn, enum xsd_sockmsg_type type, in send_reply() function
732 send_reply(conn, type, "OK", sizeof("OK")); in send_ack()
829 send_reply(conn, XS_DIRECTORY, node->children, node->childlen); in send_directory()
858 send_reply(conn, XS_DIRECTORY_PART, gen, genlen + 1); in send_directory_part()
884 send_reply(conn, XS_DIRECTORY_PART, data, genlen + len); in send_directory_part()
897 send_reply(conn, XS_READ, node->data, node->datalen); in do_read()
1249 send_reply(conn, XS_GET_PERMS, strings, len); in do_get_perms()
A Dxenstored_control.c191 send_reply(conn, XS_CONTROL, resp, len); in do_control_help()
A Dxenstored_watch.c104 send_reply(conn, XS_WATCH_EVENT, data, len); in add_event()
A Dxenstored_domain.c587 send_reply(conn, XS_GET_DOMAIN_PATH, path, strlen(path) + 1); in do_get_domain_path()
609 send_reply(conn, XS_IS_DOMAIN_INTRODUCED, result ? "T" : "F", 2); in do_is_domain_introduced()
A Dxenstored_transaction.c486 send_reply(conn, XS_TRANSACTION_START, id_str, strlen(id_str)+1); in do_transaction_start()
/xen/tools/ocaml/xenstored/
A Dconnection.ml132 let send_reply con tid rid ty data = function
138 let send_error con tid rid err = send_reply con tid rid Xenbus.Xb.Op.Error (err ^ "\000")
139 let send_ack con tid rid ty = send_reply con tid rid ty "OK\000"
216 send_reply watch.con Transaction.none 0 Xenbus.Xb.Op.Watchevent data
A Dprocess.ml202 Connection.send_reply con (Transaction.get_id t) rid ty ret

Completed in 16 milliseconds