Home
last modified time | relevance | path

Searched refs:xs (Results 1 – 23 of 23) sorted by relevance

/xen-4.10.0-shim-comet/tools/console/daemon/
A Dutils.c38 struct xs_handle *xs; variable
107 xs = xs_daemon_open(); in xen_setup()
108 if (xs == NULL) { in xen_setup()
120 if (!xs_watch(xs, "@introduceDomain", "domlist")) { in xen_setup()
125 if (!xs_watch(xs, "@releaseDomain", "domlist")) { in xen_setup()
133 if (xs) in xen_setup()
134 xs_daemon_close(xs); in xen_setup()
A Dio.c427 namepath = xs_get_domain_path(xs, dom->domid); in create_console_log()
435 data = xs_read(xs, XBT_NULL, namepath, &len); in create_console_log()
591 data = xs_read(xs, XBT_NULL, path, &len); in console_create_tty()
633 p = xs_read(xs, XBT_NULL, path, NULL); in xs_gather()
668 err = xs_gather(xs, con->xspath, in console_create_ring()
685 type = xs_read(xs, XBT_NULL, path, NULL); in console_create_ring()
777 success = xs_watch(xs, con->xspath, domid_str); in watch_domain()
781 xs_unwatch(xs, con->xspath, domid_str); in watch_domain()
783 success = xs_unwatch(xs, con->xspath, domid_str); in watch_domain()
818 xspath = xs_get_domain_path(xs, dom->domid); in console_init()
[all …]
A Dutils.h34 extern struct xs_handle *xs;
/xen-4.10.0-shim-comet/tools/xenbackendd/
A Dxenbackendd.c56 struct xs_handle *xs; variable
125 xs = xs_daemon_open(); in xen_setup()
126 if (xs == NULL) { in xen_setup()
133 if (!xs_watch(xs, DOMAIN_PATH, "backend")) { in xen_setup()
140 if (xs) { in xen_setup()
141 xs_daemon_close(xs); in xen_setup()
142 xs = NULL; in xen_setup()
243 vec = xs_read_watch(xs, &num); in main()
268 sstate = xs_read(xs, XBT_NULL, buf, 0); in main()
278 s = xs_read(xs, XBT_NULL, buf, 0); in main()
[all …]
/xen-4.10.0-shim-comet/tools/console/client/
A Dmain.c105 int xs_fd = xs_fileno(xs), pty_fd = -1; in get_pty_fd()
118 watch_paths = xs_read_watch(xs, &len); in get_pty_fd()
203 if (FD_ISSET(xs_fileno(xs), &fds)) { in console_loop()
204 int newfd = get_pty_fd(xs, pty_path, 0); in console_loop()
344 struct xs_handle *xs; in main() local
401 xs = xs_daemon_open(); in main()
402 if (xs == NULL) { in main()
408 dom_path = xs_get_domain_path(xs, domid); in main()
463 if (!xs_watch(xs, path, "")) in main()
465 xsfd = xs_fileno(xs); in main()
[all …]
/xen-4.10.0-shim-comet/tools/libvchan/
A Dinit.c248 struct xs_handle *xs; in init_xs_srv() local
253 xs = xs_domain_open(); in init_xs_srv()
254 if (!xs) in init_xs_srv()
285 xs_daemon_close(xs); in init_xs_srv()
386 struct xs_handle *xs = NULL; in libxenvchan_client_init() local
400 xs = xs_daemon_open(); in libxenvchan_client_init()
401 if (!xs) in libxenvchan_client_init()
402 xs = xs_domain_open(); in libxenvchan_client_init()
403 if (!xs) in libxenvchan_client_init()
440 if (xs) in libxenvchan_client_init()
[all …]
/xen-4.10.0-shim-comet/tools/xenpmd/
A Dxenpmd.c86 static struct xs_handle *xs; variable
345 xs_mkdir(xs, XBT_NULL, "/pm"); in write_battery_info_to_xenstore()
372 xs_write(xs, XBT_NULL, "/pm/bif", in write_battery_info_to_xenstore()
419 xs_mkdir(xs, XBT_NULL, "/pm"); in write_battery_status_to_xenstore()
428 xs_write(xs, XBT_NULL, "/pm/bst", val, 35); in write_battery_status_to_xenstore()
464 xs_watch(xs, "/pm/events", "refreshbatterystatus"); in wait_for_and_update_battery_status_request()
465 xs_read_watch(xs, &count); in wait_for_and_update_battery_status_request()
501 xs = (struct xs_handle *)xs_daemon_open(); in main()
502 if ( xs == NULL ) in main()
507 xs_daemon_close(xs); in main()
[all …]
/xen-4.10.0-shim-comet/tools/tests/xenstore/
A DMakefile8 TARGETS-y := xs-test
24 xs-test: xs-test.o Makefile
/xen-4.10.0-shim-comet/tools/xenstore/
A DMakefile102 xs.opic: CFLAGS += -DUSE_PTHREAD
104 libxenstore.so.$(MAJOR).$(MINOR): xs.opic xs_lib.opic
107 libxenstore.a: xs.o xs_lib.o
171 $(INSTALL_DATA) include/compat/xs.h $(DESTDIR)$(includedir)/xenstore-compat/xs.h
173 ln -sf xenstore-compat/xs.h $(DESTDIR)$(includedir)/xs.h
181 rm -f $(DESTDIR)$(includedir)/xs.h
183 rm -f $(DESTDIR)$(includedir)/xenstore-compat/xs.h
A Dxs.c1167 struct xs_handle *xs; in xs_suspend_evtchn_port() local
1169 xs = xs_daemon_open(); in xs_suspend_evtchn_port()
1170 if (!xs) in xs_suspend_evtchn_port()
1174 portstr = xs_read(xs, XBT_NULL, path, &plen); in xs_suspend_evtchn_port()
1175 xs_daemon_close(xs); in xs_suspend_evtchn_port()
A DCOPYING2 with the xenstore daemon (as stated in xs.c, xenstore.h, xs_lib.c and
/xen-4.10.0-shim-comet/tools/python/
A Dsetup.py29 xs = Extension("xs", variable
38 modules = [ xc, xs ]
/xen-4.10.0-shim-comet/tools/ocaml/libs/xs/
A DMakefile14 OBJS = paths queueop xsraw xst xs
15 INTF = xsraw.cmi xst.cmi xs.cmi
/xen-4.10.0-shim-comet/tools/tests/mce-test/tools/
A Dxen-mceinj.c412 struct xs_handle *xs; in xs_get_dom_mem() local
414 xs = xs_daemon_open(); in xs_get_dom_mem()
415 if (!xs) in xs_get_dom_mem()
419 memstr = xs_read(xs, XBT_NULL, path, &plen); in xs_get_dom_mem()
420 xs_daemon_close(xs); in xs_get_dom_mem()
/xen-4.10.0-shim-comet/tools/xenstore/include/compat/
A Dxs.h1 #warning xs.h is deprecated use xenstore.h instead
/xen-4.10.0-shim-comet/tools/ocaml/libs/
A DMakefile8 xb xs xl
/xen-4.10.0-shim-comet/xen/common/
A Dstring.c303 char *xs = (char *) s; variable
306 *xs++ = c;
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Dtransaction.ml106 | x :: xs -> last xs
A Dxenstored.ml398 (* scan all the xs rings as a safenet for ill-behaved clients *)
/xen-4.10.0-shim-comet/docs/process/
A Dbranching-checklist.txt58 ssh osstest@osstest.xs.citrite.net
/xen-4.10.0-shim-comet/
A D.gitignore246 tools/tests/xenstore/xs-test
398 tools/ocaml/libs/xs/paths.ml
A D.rootkeys911 42a59f20JpCmm9DsCoVZowGafnhBuw tools/python/xen/lowlevel/xs/xs.c
1140 42a57d99BnkhISKgCCRcUqhteyuxCw tools/xenstore/xs.c
1141 42a57d99FyiYSz9AkKKROrRydnA-gQ tools/xenstore/xs.h
/xen-4.10.0-shim-comet/docs/misc/
A Dxenstore-paths.markdown453 #### ~/control/platform-feature-xs\_reset\_watches = (0|1) []
457 [xen/include/public/io/xs\_wire.h][XSWIRE] for the XenStore wire

Completed in 31 milliseconds