Searched refs:xs_fileno (Results 1 – 9 of 9) sorted by relevance
/xen-4.10.0-shim-comet/tools/console/client/ |
A D | main.c | 105 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 D | libxl_exec.c | 190 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 D | libxl_fork.c | 673 libxl_fd_set_cloexec(CTX, xs_fileno(CTX->xsh), 1); in libxl__ev_child_xenstore_reopen()
|
A D | libxl_event.c | 605 xs_fileno(CTX->xsh), POLLIN); in libxl__ev_xswatch_register()
|
/xen-4.10.0-shim-comet/tools/xenstore/include/ |
A D | xenstore.h | 180 int xs_fileno(struct xs_handle *h);
|
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xs/ |
A D | xs.c | 471 fd = xs_fileno(xh); in xspy_fileno()
|
/xen-4.10.0-shim-comet/tools/xenpaging/ |
A D | xenpaging.c | 86 fd[1].fd = xs_fileno(paging->xs_handle); in xenpaging_wait_for_event_or_timeout()
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xs.c | 168 int xs_fileno(struct xs_handle *h) in xs_fileno() function
|
/xen-4.10.0-shim-comet/tools/console/daemon/ |
A D | io.c | 1332 xs_pollfd_idx = set_fds(xs_fileno(xs), POLLIN|POLLPRI); in handle_io()
|
Completed in 19 milliseconds