Home
last modified time | relevance | path

Searched refs:tty_path (Results 1 – 3 of 3) sorted by relevance

/xen/tools/libxl/
A Dlibxl_console.c20 libxl_console_type type, char **tty_path) in libxl__console_tty_path() argument
33 *tty_path = GCSPRINTF("%s/serial/%d/tty", dom_path, cons_num); in libxl__console_tty_path()
38 *tty_path = GCSPRINTF("%s/console/tty", dom_path); in libxl__console_tty_path()
40 *tty_path = GCSPRINTF("%s/tty", in libxl__console_tty_path()
96 char *tty_path; in libxl_console_get_tty() local
100 rc = libxl__console_tty_path(gc, domid, cons_num, type, &tty_path); in libxl_console_get_tty()
106 tty = libxl__xs_read(gc, XBT_NULL, tty_path); in libxl_console_get_tty()
109 tty_path); in libxl_console_get_tty()
A Dlibxl_create.c1854 char *tty_path; in domcreate_attach_devices() local
1878 ret = libxl__console_tty_path(gc, domid, 0, LIBXL_CONSOLE_TYPE_PV, &tty_path); in domcreate_attach_devices()
1887 dcs->console_xswait.path = tty_path; in domcreate_attach_devices()
A Dlibxl_internal.h1527 libxl_console_type type, char **tty_path);

Completed in 19 milliseconds