Home
last modified time | relevance | path

Searched refs:tlscredsid (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/
H A Dqemu-nbd.c600 const char *tlscredsid = NULL; in main() local
792 tlscredsid = optarg; in main()
875 if (tlscredsid) { in main()
888 tlscreds = nbd_get_tls_creds(tlscredsid, list, &local_err); in main()
/openbmc/qemu/block/
H A Dnbd.c102 char *tlscredsid; member
131 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()