Searched defs:conn (Results 1 – 6 of 6) sorted by relevance
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xenstored_control.c | 35 static int do_control_check(void *ctx, struct connection *conn, in do_control_check() 47 static int do_control_log(void *ctx, struct connection *conn, in do_control_log() 64 static int do_control_logfile(void *ctx, struct connection *conn, in do_control_logfile() 79 static int do_control_memreport(void *ctx, struct connection *conn, in do_control_memreport() 118 static int do_control_print(void *ctx, struct connection *conn, in do_control_print() 141 static int do_control_help(void *ctx, struct connection *conn, in do_control_help() 177 int do_control(struct connection *conn, struct buffered_data *in) in do_control()
|
A D | xenstored_domain.c | 69 struct connection *conn; member 113 static int writechn(struct connection *conn, in writechn() 267 bool domain_can_read(struct connection *conn) in domain_can_read() 281 bool domain_is_unprivileged(struct connection *conn) in domain_is_unprivileged() 287 bool domain_can_write(struct connection *conn) in domain_can_write() 354 struct connection *conn = domain->conn; in domain_conn_reset() local 732 int domain_entry(struct connection *conn) in domain_entry() 739 void domain_watch_inc(struct connection *conn) in domain_watch_inc() 746 void domain_watch_dec(struct connection *conn) in domain_watch_dec() 754 int domain_watch(struct connection *conn) in domain_watch() [all …]
|
A D | xenstored_core.c | 135 static void trace_io(const struct connection *conn, in trace_io() 207 static bool write_messages(struct connection *conn) in write_messages() 258 struct connection *conn = _conn; in destroy_conn() local 317 struct connection *conn; in initialize_fds() local 567 struct node *get_node(struct connection *conn, in get_node() 1122 static int delete_child(struct connection *conn, in delete_child() 1333 static void consider_message(struct connection *conn) in consider_message() 1347 static void handle_input(struct connection *conn) in handle_input() 1407 static void handle_output(struct connection *conn) in handle_output() 1483 struct connection *conn; in accept_connection() local [all …]
|
A D | xenstored_watch.c | 81 static void add_event(struct connection *conn, in add_event() 126 void fire_watches(struct connection *conn, void *ctx, const char *name, in fire_watches() 153 int do_watch(struct connection *conn, struct buffered_data *in) in do_watch() 214 int do_unwatch(struct connection *conn, struct buffered_data *in) in do_unwatch() 237 void conn_delete_all_watches(struct connection *conn) in conn_delete_all_watches()
|
A D | xenstored_transaction.c | 191 int transaction_prepend(struct connection *conn, const char *name, in transaction_prepend() 226 int access_node(struct connection *conn, struct node *node, in access_node() 322 static int finalize_transaction(struct connection *conn, in finalize_transaction() 414 struct transaction *transaction_lookup(struct connection *conn, uint32_t id) in transaction_lookup() 428 int do_transaction_start(struct connection *conn, struct buffered_data *in) in do_transaction_start() 483 int do_transaction_end(struct connection *conn, struct buffered_data *in) in do_transaction_end() 563 void conn_delete_all_transactions(struct connection *conn) in conn_delete_all_transactions() 580 struct connection *conn; in check_transactions() local
|
A D | xenstored_solaris.c | 75 static pid_t cred(const struct connection *conn) in cred() 98 mangle(const struct connection *conn, const struct buffered_data *in) in mangle() 125 dtrace_io(const struct connection *conn, const struct buffered_data *in, in dtrace_io()
|
Completed in 16 milliseconds