Home
last modified time | relevance | path

Searched refs:xs_fileno (Results 1 – 9 of 9) sorted by relevance

/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()
180 int ret, xs_fd = xs_fileno(xs), max_fd = -1; in console_loop()
203 if (FD_ISSET(xs_fileno(xs), &fds)) { in console_loop()
465 xsfd = xs_fileno(xs); in main()
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_exec.c190 nfds = xs_fileno(xsh) + 1; in libxl__xenstore_child_wait_deprecated()
214 FD_SET(xs_fileno(xsh), &rfds); in libxl__xenstore_child_wait_deprecated()
217 if (FD_ISSET(xs_fileno(xsh), &rfds)) { in libxl__xenstore_child_wait_deprecated()
A Dlibxl_fork.c673 libxl_fd_set_cloexec(CTX, xs_fileno(CTX->xsh), 1); in libxl__ev_child_xenstore_reopen()
A Dlibxl_event.c605 xs_fileno(CTX->xsh), POLLIN); in libxl__ev_xswatch_register()
/xen-4.10.0-shim-comet/tools/xenstore/include/
A Dxenstore.h180 int xs_fileno(struct xs_handle *h);
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xs/
A Dxs.c471 fd = xs_fileno(xh); in xspy_fileno()
/xen-4.10.0-shim-comet/tools/xenpaging/
A Dxenpaging.c86 fd[1].fd = xs_fileno(paging->xs_handle); in xenpaging_wait_for_event_or_timeout()
/xen-4.10.0-shim-comet/tools/xenstore/
A Dxs.c168 int xs_fileno(struct xs_handle *h) in xs_fileno() function
/xen-4.10.0-shim-comet/tools/console/daemon/
A Dio.c1332 xs_pollfd_idx = set_fds(xs_fileno(xs), POLLIN|POLLPRI); in handle_io()

Completed in 19 milliseconds