Home
last modified time | relevance | path

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

/dports/devel/libvirt/libvirt-7.10.0/src/
H A Ddriver.h121 virConnectPtr virGetConnectSecret(void);
H A Ddriver.c206 virConnectPtr virGetConnectSecret(void) in virGetConnectSecret() function
H A Dlibvirt_private.syms1533 virGetConnectSecret;
/dports/devel/libvirt/libvirt-7.10.0/src/storage/
H A Dstorage_backend_iscsi.c280 conn = virGetConnectSecret(); in virStorageBackendISCSISetAuth()
H A Dstorage_backend_iscsi_direct.c115 if (!(conn = virGetConnectSecret())) in virStorageBackendISCSIDirectSetAuth()
H A Dstorage_backend_rbd.c214 conn = virGetConnectSecret(); in virStorageBackendRBDOpenRADOSConn()
H A Dstorage_util.c1286 conn = virGetConnectSecret(); in storageBackendCreateQemuImgSecretPath()
2259 conn = virGetConnectSecret(); in storageBackendLoadDefaultSecrets()
/dports/devel/libvirt/libvirt-7.10.0/src/qemu/
H A Dqemu_tpm.c375 conn = virGetConnectSecret(); in qemuTPMSetupEncryption()
H A Dqemu_domain.c1105 g_autoptr(virConnect) conn = virGetConnectSecret(); in qemuDomainSecretInfoSetupFromSecret()