Searched refs:slave (Results 1 – 7 of 7) sorted by relevance
/xen/tools/libxl/ |
A D | libxl_bootloader.c | 97 int slave = libxl__carefd_fd(bl->ptys[1].slave); in setup_xenconsoled_pty() local 100 r = ttyname_r(slave, slave_path, slave_path_len); in setup_xenconsoled_pty() 219 bl->ptys[0].master = bl->ptys[0].slave = 0; in libxl__bootloader_init() 220 bl->ptys[1].master = bl->ptys[1].slave = 0; in libxl__bootloader_init() 241 libxl__carefd_close(bl->ptys[i].slave); in bootloader_cleanup() 569 r = login_tty(libxl__carefd_fd(bl->ptys[0].slave)); in bootloader_gotptys()
|
A D | libxl_aoutils.c | 407 libxl__carefd_close(res->slave); res->slave = 0; in openpty_cleanup() 455 assert(!res->slave); in libxl__openptys() 499 res->slave = libxl__carefd_record(CTX, ptyfds[i][1]); in libxl__openptys()
|
A D | libxl_internal.h | 3682 libxl__carefd *master, *slave; member
|
/xen/tools/console/daemon/ |
A D | io.c | 510 const char *slave; in openpty() local 522 if ((slave = ptsname(mfd)) == NULL) in openpty() 525 if ((sfd = open(slave, O_RDONLY | O_NOCTTY)) == -1) in openpty() 568 const char *slave; in console_create_tty() local 604 if ((slave = ptsname(con->master_fd)) == NULL) { in console_create_tty() 626 success = xs_write(xs, XBT_NULL, path, slave, strlen(slave)); in console_create_tty()
|
/xen/xen/arch/x86/ |
A D | smpboot.c | 125 static void synchronize_tsc_master(unsigned int slave) in synchronize_tsc_master() argument 133 !cpumask_test_cpu(slave, &tsc_sync_cpu_mask) ) in synchronize_tsc_master() 146 cpumask_clear_cpu(slave, &tsc_sync_cpu_mask); in synchronize_tsc_master() 149 static void synchronize_tsc_slave(unsigned int slave) in synchronize_tsc_slave() argument 157 !cpumask_test_cpu(slave, &tsc_sync_cpu_mask) ) in synchronize_tsc_slave()
|
/xen/tools/firmware/rombios/ |
A D | rombios.c | 2618 Bit8u channel, slave, shift; 2622 slave = device % 2; 2900 Bit8u channel, slave, sn, sc; 2905 slave = device % 2; 2970 Bit8u channel, slave; 2974 slave = device % 2; 3119 Bit8u channel, slave; 3123 slave = device % 2; 3270 Bit8u channel, slave; 3275 slave = device % 2; [all …]
|
/xen/docs/man/ |
A D | xl.cfg.5.pod.in | 900 assigned slave device.
|
Completed in 36 milliseconds