Searched refs:libxl__carefd_fd (Results 1 – 7 of 7) sorted by relevance
| /tools/libs/light/ |
| A D | libxl_save_callout.c | 227 libxl__carefd_fd(childs_pipes[0]), in run_helper() 228 libxl__carefd_fd(childs_pipes[1]), in run_helper() 237 libxl__carefd_fd(shs->pipes[1]), POLLIN|POLLPRI); in run_helper() 395 errnoval = libxl_write_exactly(CTX, libxl__carefd_fd(shs->pipes[0]), in libxl__srm_callout_sendreply()
|
| A D | libxl_bootloader.c | 176 int slave = libxl__carefd_fd(bl->ptys[1].slave); in setup_xenconsoled_pty() 177 int master = libxl__carefd_fd(bl->ptys[1].master); in setup_xenconsoled_pty() 602 int bootloader_master = libxl__carefd_fd(bl->ptys[0].master); in bootloader_gotptys() 603 int xenconsole_master = libxl__carefd_fd(bl->ptys[1].master); in bootloader_gotptys() 671 r = login_tty(libxl__carefd_fd(bl->ptys[0].slave)); in bootloader_gotptys()
|
| A D | libxl_convert_callout.c | 100 libxl_fd_set_cloexec(CTX, libxl__carefd_fd(child_in), 0); in libxl__convert_legacy_stream()
|
| A D | libxl_qmp.c | 1292 rc = libxl_fd_set_nonblock(CTX, libxl__carefd_fd(ev->cfd), 1); in qmp_ev_connect() 1331 r = connect(libxl__carefd_fd(ev->cfd), in qmp_ev_lock_aquired() 1341 libxl__carefd_fd(ev->cfd), POLLIN); in qmp_ev_lock_aquired()
|
| A D | libxl_fork.c | 200 int libxl__carefd_fd(const libxl__carefd *cf) in libxl__carefd_fd() function
|
| A D | libxl_stream_read.c | 268 stream->fd = libxl__carefd_fd(stream->chs.v2_carefd); in libxl__stream_read_start()
|
| A D | libxl_internal.h | 2592 _hidden int libxl__carefd_fd(const libxl__carefd*);
|
Completed in 34 milliseconds