Searched refs:fe_path (Results 1 – 7 of 7) sorted by relevance
/xen/tools/helpers/ |
A D | init-xenstore-domain.c | 349 char buf[16], be_path[64], fe_path[64]; in main() local 439 snprintf(fe_path, 64, "/local/domain/%d/console", domid); in main() 442 do_xs_write_dir_node(xsh, be_path, "frontend", fe_path); in main() 447 do_xs_write_dir_node(xsh, fe_path, "backend", be_path); in main() 448 do_xs_write_dir_node(xsh, fe_path, "backend-id", "0"); in main() 449 do_xs_write_dir_node(xsh, fe_path, "limit", "1048576"); in main() 450 do_xs_write_dir_node(xsh, fe_path, "type", "xenconsoled"); in main() 451 do_xs_write_dir_node(xsh, fe_path, "output", "pty"); in main() 452 do_xs_write_dir_node(xsh, fe_path, "tty", ""); in main() 454 do_xs_write_dir_node(xsh, fe_path, "port", buf); in main() [all …]
|
/xen/tools/libxl/ |
A D | libxl_vsnd.c | 231 const char *fe_path; in libxl__vsnd_from_xenstore() local 245 &fe_path); in libxl__vsnd_from_xenstore() 250 fe_path), NULL); in libxl__vsnd_from_xenstore() 254 fe_path), NULL); in libxl__vsnd_from_xenstore() 256 rc = libxl__params_from_xenstore(gc, fe_path, &vsnd->params); in libxl__vsnd_from_xenstore() 263 char *pcm_path = GCSPRINTF("%s/%d", fe_path, vsnd->num_vsnd_pcms); in libxl__vsnd_from_xenstore()
|
A D | libxl_console.c | 573 char *fe_path, *libxl_path; in libxl_device_channel_getinfo() local 579 fe_path = libxl__domain_device_frontend_path(gc, domid, in libxl_device_channel_getinfo() 596 val = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/state", fe_path)); in libxl_device_channel_getinfo() 598 channelinfo->frontend = libxl__strdup(NOGC, fe_path); in libxl_device_channel_getinfo() 600 val = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/ring-ref", fe_path)); in libxl_device_channel_getinfo() 602 val = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/port", fe_path)); in libxl_device_channel_getinfo() 608 val = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/tty", fe_path)); in libxl_device_channel_getinfo()
|
A D | libxl_vkb.c | 93 const char *be_path, *fe_path, *tmp; in libxl__vkb_from_xenstore() local 106 &fe_path); in libxl__vkb_from_xenstore()
|
A D | libxl_disk.c | 605 char *fe_path, *libxl_path; in libxl_device_disk_getinfo() local 614 fe_path = libxl__domain_device_frontend_path(gc, domid, diskinfo->devid, in libxl_device_disk_getinfo() 628 val = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/state", fe_path)); in libxl_device_disk_getinfo() 630 val = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/event-channel", fe_path)); in libxl_device_disk_getinfo() 632 val = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/ring-ref", fe_path)); in libxl_device_disk_getinfo()
|
A D | libxl_usb.c | 764 const char *fe_path, *be_path, *tmp; in libxl_device_usbctrl_getinfo() local 792 fe_path = libxl__domain_device_frontend_path(gc, domid, usbctrl->devid, in libxl_device_usbctrl_getinfo() 799 usbctrlinfo->state = READ_SUBPATH_INT(fe_path, "state"); in libxl_device_usbctrl_getinfo() 800 usbctrlinfo->evtch = READ_SUBPATH_INT(fe_path, "event-channel"); in libxl_device_usbctrl_getinfo() 801 usbctrlinfo->ref_urb = READ_SUBPATH_INT(fe_path, "urb-ring-ref"); in libxl_device_usbctrl_getinfo() 802 usbctrlinfo->ref_conn = READ_SUBPATH_INT(fe_path, "urb-ring-ref"); in libxl_device_usbctrl_getinfo() 803 usbctrlinfo->frontend = libxl__strdup(NOGC, fe_path); in libxl_device_usbctrl_getinfo()
|
A D | libxl_device.c | 732 const char *fe_path = NULL; in libxl__device_destroy() local 741 fe_path = libxl__device_frontend_path(gc, dev); in libxl__device_destroy() 757 libxl__xs_path_cleanup(gc, t, fe_path); in libxl__device_destroy()
|
Completed in 34 milliseconds