Searched refs:slave (Results 1 – 7 of 7) sorted by relevance
/xen-4.10.0-shim-comet/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 | 3338 libxl__carefd *master, *slave; member
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | smpboot.c | 122 static void synchronize_tsc_master(unsigned int slave) in synchronize_tsc_master() argument 130 !cpumask_test_cpu(slave, &tsc_sync_cpu_mask) ) in synchronize_tsc_master() 143 cpumask_clear_cpu(slave, &tsc_sync_cpu_mask); in synchronize_tsc_master() 146 static void synchronize_tsc_slave(unsigned int slave) in synchronize_tsc_slave() argument 154 !cpumask_test_cpu(slave, &tsc_sync_cpu_mask) ) in synchronize_tsc_slave()
|
/xen-4.10.0-shim-comet/tools/console/daemon/ |
A D | io.c | 485 const char *slave; in openpty() local 497 if ((slave = ptsname(mfd)) == NULL) in openpty() 500 if ((sfd = open(slave, O_RDONLY | O_NOCTTY)) == -1) in openpty() 543 const char *slave; in console_create_tty() local 579 if ((slave = ptsname(con->master_fd)) == NULL) { in console_create_tty() 601 success = xs_write(xs, XBT_NULL, path, slave, strlen(slave)); in console_create_tty()
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/docs/man/ |
A D | xl.cfg.pod.5.in | 816 assigned slave device.
|
Completed in 29 milliseconds