| /tools/xenstored/ |
| A D | control.c | 49 static int do_control_check(const void *ctx, struct connection *conn, in do_control_check() 61 static int do_control_log(const void *ctx, struct connection *conn, in do_control_log() 103 static int quota_show_current(const void *ctx, struct connection *conn, in quota_show_current() 128 static int quota_set(const void *ctx, struct connection *conn, in quota_set() 152 static int quota_get(const void *ctx, struct connection *conn, in quota_get() 161 static int quota_max(const void *ctx, struct connection *conn, in quota_max() 177 static int do_control_quota(const void *ctx, struct connection *conn, in do_control_quota() 192 static int do_control_quota_s(const void *ctx, struct connection *conn, in do_control_quota_s() 263 static int do_control_print(const void *ctx, struct connection *conn, in do_control_print() 312 static int do_control_help(const void *ctx, struct connection *conn, in do_control_help() [all …]
|
| A D | core.c | 102 static void trace_io(const struct connection *conn, in trace_io() 193 struct connection *conn) in free_buffered_data() 407 struct connection *conn = _conn; in destroy_conn() local 435 static bool conn_can_read(struct connection *conn) in conn_can_read() 494 struct connection *conn; in initialize_fds() local 1663 static int delete_child(struct connection *conn, in delete_child() 1893 static int walk_call_func(const void *ctx, struct connection *conn, in walk_call_func() 2099 struct connection *conn = req->data; in process_delayed_message() local 2259 struct connection *conn; in get_connection_by_id() local 2797 struct connection *conn, *next; in main() local [all …]
|
| A D | watch.c | 75 static bool watch_permitted(struct connection *conn, const void *ctx, in watch_permitted() 121 void fire_watches(struct connection *conn, const void *ctx, const char *name, in fire_watches() 163 static int check_watch_path(struct connection *conn, const void *ctx, in check_watch_path() 172 static struct watch *add_watch(struct connection *conn, const char *path, in add_watch() 203 int do_watch(const void *ctx, struct connection *conn, struct buffered_data *in) in do_watch() 243 int do_unwatch(const void *ctx, struct connection *conn, in do_unwatch() 271 void conn_delete_all_watches(struct connection *conn) in conn_delete_all_watches() 284 const char *dump_state_watches(FILE *fp, struct connection *conn, in dump_state_watches() 325 struct connection *conn; in read_state_watch() local
|
| A D | domain.c | 131 struct connection *conn; member 366 void wrl_apply_debit_direct(struct connection *conn) in wrl_apply_debit_direct() 417 static int writechn(struct connection *conn, in writechn() 628 struct connection *conn; in do_check_domain() local 977 struct connection *conn = domain->conn; in domain_conn_reset() local 1660 void acc_drop(struct connection *conn) in acc_drop() 1670 void acc_commit(struct connection *conn) in acc_commit() 1838 void domain_watch_inc(struct connection *conn) in domain_watch_inc() 1843 void domain_watch_dec(struct connection *conn) in domain_watch_dec() 1848 int domain_watch(struct connection *conn) in domain_watch() [all …]
|
| A D | lu.c | 44 const char *lu_begin(struct connection *conn) in lu_begin() 214 static const char *lu_abort(const void *ctx, struct connection *conn) in lu_abort() 227 static const char *lu_cmdline(const void *ctx, struct connection *conn, in lu_cmdline() 244 struct connection *conn; in lu_check_lu_allowed() local 269 struct connection *conn; in lu_reject_reason() local 302 static const char *lu_dump_state(const void *ctx, struct connection *conn) in lu_dump_state() 400 struct connection *conn = req->data; in do_lu_start() local 445 static const char *lu_start(const void *ctx, struct connection *conn, in lu_start() 472 int do_control_lu(const void *ctx, struct connection *conn, const char **vec, in do_control_lu()
|
| A D | transaction.c | 146 struct connection *conn; member 199 const char *transaction_prepend(struct connection *conn, const char *name) in transaction_prepend() 226 int access_node(struct connection *conn, struct node *node, in access_node() 331 void queue_watches(struct connection *conn, const char *name, bool watch_exact) in queue_watches() 356 static int finalize_transaction(struct connection *conn, in finalize_transaction() 449 struct transaction *transaction_lookup(struct connection *conn, uint32_t id) in transaction_lookup() 463 int do_transaction_start(const void *ctx, struct connection *conn, in do_transaction_start() 510 int do_transaction_end(const void *ctx, struct connection *conn, in do_transaction_end() 570 void conn_delete_all_transactions(struct connection *conn) in conn_delete_all_transactions() 587 struct connection *conn; in check_transactions() local
|
| A D | posix.c | 203 static int writefd(struct connection *conn, const void *data, unsigned int len) in writefd() 219 static int readfd(struct connection *conn, void *data, unsigned int len) in readfd() 241 static bool socket_can_process(struct connection *conn, int mask) in socket_can_process() 254 static bool socket_can_write(struct connection *conn) in socket_can_write() 259 static bool socket_can_read(struct connection *conn) in socket_can_read() 274 struct connection *conn; in accept_connection() local 329 struct connection *conn; in add_socket_connection() local
|
| A D | lu_minios.c | 51 static const char *lu_binary_alloc(const void *ctx, struct connection *conn, in lu_binary_alloc() 73 static const char *lu_binary_save(const void *ctx, struct connection *conn, in lu_binary_save() 89 const char *lu_arch(const void *ctx, struct connection *conn, const char **vec, in lu_arch()
|
| A D | lu_daemon.c | 25 static const char *lu_binary(const void *ctx, struct connection *conn, in lu_binary() 50 const char *lu_arch(const void *ctx, struct connection *conn, const char **vec, in lu_arch()
|
| A D | domain.h | 126 static inline int domain_memory_add_chk(struct connection *conn, in domain_memory_add_chk() 137 static inline void domain_memory_add_nochk(struct connection *conn, in domain_memory_add_nochk()
|
| A D | lu.h | 10 struct connection *conn; member
|
| A D | core.h | 272 static inline unsigned int perm_for_conn_from_node(struct connection *conn, in perm_for_conn_from_node() 390 static inline bool domain_is_unprivileged(const struct connection *conn) in domain_is_unprivileged()
|