Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_nic.c444 char *dompath, *nicpath, *libxl_path; in libxl_device_nic_getinfo() local
451 nicpath = GCSPRINTF("%s/device/vif/%d", dompath, nicinfo->devid); in libxl_device_nic_getinfo()
464 val = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/state", nicpath)); in libxl_device_nic_getinfo()
466 val = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/event-channel", nicpath)); in libxl_device_nic_getinfo()
468 val = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/tx-ring-ref", nicpath)); in libxl_device_nic_getinfo()
470 val = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/rx-ring-ref", nicpath)); in libxl_device_nic_getinfo()
472 nicinfo->frontend = libxl__strdup(NOGC, nicpath); in libxl_device_nic_getinfo()

Completed in 3 milliseconds