Searched refs:nicinfo (Results 1 – 4 of 4) sorted by relevance
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_nic.c | 99 libxl_nicinfo nicinfo; in main_networklist() local 116 if (!libxl_device_nic_getinfo(ctx, domid, &nics[i], &nicinfo)) { in main_networklist() 118 printf("%-3d %-2d ", nicinfo.devid, nicinfo.backend_id); in main_networklist() 123 nicinfo.devid, nicinfo.state, nicinfo.evtch, in main_networklist() 124 nicinfo.rref_tx, nicinfo.rref_rx, nicinfo.backend); in main_networklist() 125 libxl_nicinfo_dispose(&nicinfo); in main_networklist()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_nic.c | 449 nicinfo->devid = nic->devid; in libxl_device_nic_getinfo() 454 nicinfo->backend = xs_read(ctx->xsh, XBT_NULL, in libxl_device_nic_getinfo() 456 if (!nicinfo->backend) { in libxl_device_nic_getinfo() 460 rc = libxl__backendpath_parse_domid(gc, nicinfo->backend, in libxl_device_nic_getinfo() 461 &nicinfo->backend_id); in libxl_device_nic_getinfo() 465 nicinfo->state = val ? strtoul(val, NULL, 10) : -1; in libxl_device_nic_getinfo() 467 nicinfo->evtch = val ? strtoul(val, NULL, 10) : -1; in libxl_device_nic_getinfo() 469 nicinfo->rref_tx = val ? strtoul(val, NULL, 10) : -1; in libxl_device_nic_getinfo() 471 nicinfo->rref_rx = val ? strtoul(val, NULL, 10) : -1; in libxl_device_nic_getinfo() 472 nicinfo->frontend = libxl__strdup(NOGC, nicpath); in libxl_device_nic_getinfo() [all …]
|
A D | libxl.h | 1902 libxl_device_nic *nic, libxl_nicinfo *nicinfo)
|
A D | libxl_types.idl | 857 libxl_nicinfo = Struct("nicinfo", [
|
Completed in 8 milliseconds