Searched refs:user (Results 1 – 11 of 11) sorted by relevance
28 vdev->user = vdev; in init_vpci_mf_dev()34 vdev->user = NULL; in deinit_vpci_mf_dev()
109 vdev->user = vdev; in init_vpci_bridge()131 vdev->user = NULL; in deinit_vpci_bridge()
194 vdev->user = vdev; in init_vhostbridge()216 vdev->user = NULL; in deinit_vhostbridge()
70 vdev->user = vdev; in init_vrp()76 vdev->user = NULL; in deinit_vrp()
285 if (vdev->user == vdev) { in deinit_vpci()365 if ((vdev != NULL) && (vdev->user != vdev)) { in find_available_vdev()366 if (vdev->user != NULL) { in find_available_vdev()369 get_vm_severity(vpci2vm(vdev->user->vpci)->vm_id)) { in find_available_vdev()383 vdev->user = vdev; in vpci_init_pt_dev()405 vdev->user = NULL; in vpci_deinit_pt_dev()812 if ((vdev_in_service_vm != NULL) && (vdev_in_service_vm->user == vdev_in_service_vm) && in vpci_assign_pcidev()856 vdev_in_service_vm->user = vdev; in vpci_assign_pcidev()895 if ((vdev != NULL) && (vdev->user == vdev) && (vdev->pdev != NULL) && in vpci_deassign_pcidev()
150 vdev->user = vdev; in init_vmcs9900()156 vdev->user = NULL; in deinit_vmcs9900()
142 return (vdev->user == NULL); in is_zombie_vf()
572 vdev->user = vdev; in init_ivshmem_vdev()603 vdev->user = NULL; in deinit_ivshmem_vdev()
153 if (vdev->user == vdev) { in pt_vmsix_handle_table_mmio_access()
153 struct pci_vdev *user; /* NULL means this device is not used or is a zombie VF */ member
126 used by user applications. Found and fixed by Fabio Alessandrelli.195 * Extend the public API with the function of mbedtls_net_poll() to allow user253 doesn't leak memory if the user doesn't use mbedtls_ssl_conf_psk() and590 by the user in a platform_alt.h file. These new functions are required in831 * Added the macro MBEDTLS_X509_MAX_FILE_PATH_LEN that enables the user to1125 * It is now possible to #include a user-provided configuration file at the1660 This affects certificates in the user-supplied chain except the top1661 certificate. If the user-supplied chain contains only one certificates,2101 * Centralized module option values in config.h to allow user-defined2741 * Added user-defined callback debug function (Krystian Kolodziej)[all …]
Completed in 20 milliseconds