Searched defs:xsh (Results 1 – 11 of 11) sorted by relevance
/xen/tools/helpers/ |
A D | init-xenstore-domain.c | 321 static void do_xs_write(struct xs_handle *xsh, char *path, char *val) in do_xs_write() 327 static void do_xs_write_dir_node(struct xs_handle *xsh, char *dir, char *node, in do_xs_write_dir_node() 336 static void do_xs_write_dom(struct xs_handle *xsh, char *path, char *val) in do_xs_write_dom() 348 struct xs_handle *xsh; in main() local
|
A D | xen-init-dom0.c | 44 struct xs_handle *xsh = NULL; in main() local
|
/xen/tools/xenstore/ |
A D | xenstore_client.c | 122 do_rm(char *path, struct xs_handle *xsh, xs_transaction_t xth) in do_rm() 250 int recurse, struct xs_handle *xsh, xs_transaction_t xth) in do_chmod() 296 do_watch(struct xs_handle *xsh, int max_events) in do_watch() 315 perform(enum mode mode, int optind, int argc, char **argv, struct xs_handle *xsh, in perform() 531 struct xs_handle *xsh; in main() local
|
A D | xenstore_control.c | 10 struct xs_handle *xsh; in main() local
|
A D | xs.c | 315 struct xs_handle *xsh = NULL; in xs_open() local 385 void xs_close(struct xs_handle* xsh) in xs_close()
|
/xen/tools/ocaml/libs/xs/ |
A D | xs.mli | 32 type xsh = { type
|
A D | xs.ml | 21 type xsh = type
|
/xen/tools/libxl/ |
A D | libxl_exec.c | 174 struct xs_handle *xsh; in libxl__xenstore_child_wait_deprecated() local
|
A D | libxl_internal.h | 668 struct xs_handle *xsh; member
|
/xen/tools/xenpaging/ |
A D | xenpaging.c | 63 struct xs_handle *xsh = paging->xs_handle; in xenpaging_mem_paging_flush_ioemu_cache() local
|
/xen/tools/tests/xenstore/ |
A D | xs-test.c | 49 static struct xs_handle *xsh; variable
|
Completed in 24 milliseconds