Home
last modified time | relevance | path

Searched defs:conn (Results 1 – 6 of 6) sorted by relevance

/xen/tools/xenstore/
A Dxenstored_control.c35 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()
65 static int do_control_memreport(void *ctx, struct connection *conn, in do_control_memreport()
77 static int do_control_logfile(void *ctx, struct connection *conn, in do_control_logfile()
92 static int do_control_memreport(void *ctx, struct connection *conn, in do_control_memreport()
132 static int do_control_print(void *ctx, struct connection *conn, in do_control_print()
159 static int do_control_help(void *ctx, struct connection *conn, in do_control_help()
195 int do_control(struct connection *conn, struct buffered_data *in) in do_control()
A Dxenstored_core.c139 static void trace_io(const struct connection *conn, in trace_io()
211 static bool write_messages(struct connection *conn) in write_messages()
262 struct connection *conn = _conn; in destroy_conn() local
320 struct connection *conn; in initialize_fds() local
581 static struct node *get_node(struct connection *conn, in get_node()
1120 static void delete_child(struct connection *conn, in delete_child()
1421 static void consider_message(struct connection *conn) in consider_message()
1437 static void handle_input(struct connection *conn) in handle_input()
1496 static void handle_output(struct connection *conn) in handle_output()
1574 struct connection *conn; in accept_connection() local
[all …]
A Dxenstored_domain.c68 struct connection *conn; member
118 static int writechn(struct connection *conn, in writechn()
231 struct connection *conn; in domain_cleanup() local
283 bool domain_can_read(struct connection *conn) in domain_can_read()
301 bool domain_is_unprivileged(struct connection *conn) in domain_is_unprivileged()
307 bool domain_can_write(struct connection *conn) in domain_can_write()
404 struct connection *conn = domain->conn; in domain_conn_reset() local
901 int domain_entry(struct connection *conn) in domain_entry()
908 void domain_watch_inc(struct connection *conn) in domain_watch_inc()
915 void domain_watch_dec(struct connection *conn) in domain_watch_dec()
[all …]
A Dxenstored_watch.c79 static void add_event(struct connection *conn, in add_event()
114 static bool watch_permitted(struct connection *conn, const void *ctx, in watch_permitted()
160 void fire_watches(struct connection *conn, const void *ctx, const char *name, in fire_watches()
199 int do_watch(struct connection *conn, struct buffered_data *in) in do_watch()
260 int do_unwatch(struct connection *conn, struct buffered_data *in) in do_unwatch()
283 void conn_delete_all_watches(struct connection *conn) in conn_delete_all_watches()
A Dxenstored_transaction.c199 int transaction_prepend(struct connection *conn, const char *name, in transaction_prepend()
234 int access_node(struct connection *conn, struct node *node, in access_node()
339 static int finalize_transaction(struct connection *conn, in finalize_transaction()
436 struct transaction *transaction_lookup(struct connection *conn, uint32_t id) in transaction_lookup()
450 int do_transaction_start(struct connection *conn, struct buffered_data *in) in do_transaction_start()
505 int do_transaction_end(struct connection *conn, struct buffered_data *in) in do_transaction_end()
585 void conn_delete_all_transactions(struct connection *conn) in conn_delete_all_transactions()
602 struct connection *conn; in check_transactions() local
A Dxenstored_solaris.c75 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 17 milliseconds