Home
last modified time | relevance | path

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

/hypervisor/dm/vpci/
A Dvpci_mf_dev.c28 vdev->user = vdev; in init_vpci_mf_dev()
34 vdev->user = NULL; in deinit_vpci_mf_dev()
A Dvpci_bridge.c109 vdev->user = vdev; in init_vpci_bridge()
131 vdev->user = NULL; in deinit_vpci_bridge()
A Dvhostbridge.c194 vdev->user = vdev; in init_vhostbridge()
216 vdev->user = NULL; in deinit_vhostbridge()
A Dvroot_port.c70 vdev->user = vdev; in init_vrp()
76 vdev->user = NULL; in deinit_vrp()
A Dvpci.c285 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()
A Dvmcs9900.c150 vdev->user = vdev; in init_vmcs9900()
156 vdev->user = NULL; in deinit_vmcs9900()
A Dvpci_priv.h142 return (vdev->user == NULL); in is_zombie_vf()
A Divshmem.c572 vdev->user = vdev; in init_ivshmem_vdev()
603 vdev->user = NULL; in deinit_ivshmem_vdev()
A Dpci_pt.c153 if (vdev->user == vdev) { in pt_vmsix_handle_table_mmio_access()
/hypervisor/include/dm/
A Dvpci.h153 struct pci_vdev *user; /* NULL means this device is not used or is a zombie VF */ member
/hypervisor/lib/crypto/mbedtls/
A DChangeLog126 used by user applications. Found and fixed by Fabio Alessandrelli.
195 * Extend the public API with the function of mbedtls_net_poll() to allow user
253 doesn't leak memory if the user doesn't use mbedtls_ssl_conf_psk() and
590 by the user in a platform_alt.h file. These new functions are required in
831 * Added the macro MBEDTLS_X509_MAX_FILE_PATH_LEN that enables the user to
1125 * It is now possible to #include a user-provided configuration file at the
1660 This affects certificates in the user-supplied chain except the top
1661 certificate. If the user-supplied chain contains only one certificates,
2101 * Centralized module option values in config.h to allow user-defined
2741 * Added user-defined callback debug function (Krystian Kolodziej)
[all …]

Completed in 20 milliseconds