Searched refs:openpty (Results 1 – 6 of 6) sorted by relevance
/xen/m4/ |
A D | ptyfuncs.m4 | 12 AC_CACHE_CHECK([for openpty et al], [ax_cv_ptyfuncs_libs], [ 15 AC_MSG_FAILURE([Unable to find library for openpty and login_tty]) 24 openpty(0,0,0,0,0);
|
/xen/tools/libxl/ |
A D | libxl_bootloader.c | 217 bl->openpty.ao = bl->ao; in libxl__bootloader_init() 452 bl->openpty.ao = ao; in bootloader_disk_attached_cb() 453 bl->openpty.callback = bootloader_gotptys; in bootloader_disk_attached_cb() 454 bl->openpty.count = 2; in bootloader_disk_attached_cb() 455 bl->openpty.results = bl->ptys; in bootloader_disk_attached_cb() 456 rc = libxl__openptys(&bl->openpty, 0,0); in bootloader_disk_attached_cb() 468 libxl__bootloader_state *bl = CONTAINER_OF(op, *bl, openpty); in bootloader_gotptys() 473 if (bl->openpty.rc) { in bootloader_gotptys() 474 rc = bl->openpty.rc; in bootloader_gotptys()
|
A D | libxl_aoutils.c | 477 r = openpty(&ptyfds[i][0], &ptyfds[i][1], NULL, termp, winp); in libxl__openptys()
|
A D | libxl_internal.h | 3725 libxl__openpty_state openpty; member
|
/xen/tools/console/daemon/ |
A D | io.c | 507 static int openpty(int *amaster, int *aslave, char *name, in openpty() function 580 if (openpty(&con->master_fd, &con->slave_fd, NULL, NULL, NULL) < 0) { in console_create_tty()
|
/xen/tools/ |
A D | configure | 8965 openpty(0,0,0,0,0);
|
Completed in 27 milliseconds