Searched refs:fe_path (Results 1 – 7 of 7) sorted by relevance
| /tools/libs/light/ |
| 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 | 609 char *fe_path, *libxl_path; in libxl_device_channel_getinfo() local 615 fe_path = libxl__domain_device_frontend_path(gc, domid, in libxl_device_channel_getinfo() 632 val = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/state", fe_path)); in libxl_device_channel_getinfo() 634 channelinfo->frontend = libxl__strdup(NOGC, fe_path); in libxl_device_channel_getinfo() 636 val = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/ring-ref", fe_path)); in libxl_device_channel_getinfo() 638 val = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/port", fe_path)); in libxl_device_channel_getinfo() 644 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_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_pci.c | 92 char *fe_path, *be_path; in libxl__create_pci_backend() local 100 fe_path = libxl__domain_device_frontend_path(gc, domid, 0, in libxl__create_pci_backend() 105 flexarray_append_pair(back, "frontend", fe_path); in libxl__create_pci_backend() 131 xs_rm(ctx->xsh, t, fe_path); in libxl__create_pci_backend() 132 xs_mkdir(ctx->xsh, t, fe_path); in libxl__create_pci_backend() 133 xs_set_permissions(ctx->xsh, t, fe_path, in libxl__create_pci_backend() 135 libxl__xs_writev(gc, t, fe_path, libxl__xs_kvs_of_flexarray(gc, front)); in libxl__create_pci_backend()
|
| A D | libxl_disk.c | 788 char *fe_path, *libxl_path; in libxl_device_disk_getinfo() local 800 fe_path = libxl__domain_device_frontend_path(gc, domid, diskinfo->devid, in libxl_device_disk_getinfo() 814 val = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/state", fe_path)); in libxl_device_disk_getinfo() 816 val = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/event-channel", fe_path)); in libxl_device_disk_getinfo() 818 val = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/ring-ref", fe_path)); in libxl_device_disk_getinfo()
|
| A D | libxl_device.c | 817 const char *fe_path = NULL; in libxl__device_destroy() local 826 fe_path = libxl__device_frontend_path(gc, dev); in libxl__device_destroy() 842 libxl__xs_path_cleanup(gc, t, fe_path); in libxl__device_destroy()
|
Completed in 24 milliseconds