Home
last modified time | relevance | path

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

/systemd-251/src/udev/net/
Dlink-config.c152 _cleanup_free_ char *base = NULL, *cred_name = NULL; in link_read_wol_password_from_cred() local
172 cred_name = strjoin(base, ".wol.password"); in link_read_wol_password_from_cred()
173 if (!cred_name) in link_read_wol_password_from_cred()
176 r = read_credential(cred_name, (void**) &password, NULL); in link_read_wol_password_from_cred()