Searched refs:tlscredsid (Results 1 – 2 of 2) sorted by relevance
600 const char *tlscredsid = NULL; in main() local792 tlscredsid = optarg; in main()875 if (tlscredsid) { in main()888 tlscreds = nbd_get_tls_creds(tlscredsid, list, &local_err); in main()
102 char *tlscredsid; member131 g_free(s->tlscredsid); in nbd_clear_bdrvstate()132 s->tlscredsid = NULL; in nbd_clear_bdrvstate()1876 s->tlscredsid = g_strdup(qemu_opt_get(opts, "tls-creds")); in nbd_process_options()1877 if (s->tlscredsid) { in nbd_process_options()1878 s->tlscreds = nbd_get_tls_creds(s->tlscredsid, errp); in nbd_process_options()