Lines Matching refs:c_info
665 libxl_device_##type c_info; \
670 device_##type##_val(CTX, &c_info, info); \
673 ret = libxl_##fn##_##op(CTX, c_domid, &c_info, ao_how); \
677 libxl_device_##type##_dispose(&c_info); \
824 libxl_device_pci c_info; in stub_xl_device_pci_assignable_add() local
828 device_pci_val(CTX, &c_info, info); in stub_xl_device_pci_assignable_add()
831 ret = libxl_device_pci_assignable_add(CTX, &c_info, c_rebind); in stub_xl_device_pci_assignable_add()
834 libxl_device_pci_dispose(&c_info); in stub_xl_device_pci_assignable_add()
845 libxl_device_pci c_info; in stub_xl_device_pci_assignable_remove() local
849 device_pci_val(CTX, &c_info, info); in stub_xl_device_pci_assignable_remove()
852 ret = libxl_device_pci_assignable_remove(CTX, &c_info, c_rebind); in stub_xl_device_pci_assignable_remove()
855 libxl_device_pci_dispose(&c_info); in stub_xl_device_pci_assignable_remove()