Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dimport-creds.c55 unsigned n_credentials; member
238 context.n_credentials++; in import_credentials_boot()
244 if (context.n_credentials > 0) { in import_credentials_boot()
245 log_debug("Imported %u credentials from boot loader.", context.n_credentials); in import_credentials_boot()
337 c->n_credentials++; in proc_cmdline_callback()
441 c->n_credentials++; in import_credentials_qemu()
458 if (c.n_credentials > 0) { in import_credentials_trusted()
461 … log_debug("Imported %u credentials from kernel command line/fw_cfg.", c.n_credentials); in import_credentials_trusted()