Home
last modified time | relevance | path

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

/systemd-251/src/boot/
Dbless-boot.c104 dev_t esp_devid = 0, xbootldr_devid = 0; in acquire_path() local
111 …_esp_and_warn(NULL, /* unprivileged_mode= */ false, &esp_path, NULL, NULL, NULL, NULL, &esp_devid); in acquire_path()
124 …if (esp_path && xbootldr_path && !devnum_set_and_equal(esp_devid, xbootldr_devid)) /* in case the … in acquire_path()
Dbootctl.c564 dev_t esp_devid, in boot_config_load_and_select() argument
573 bool same = esp_path && xbootldr_path && devnum_set_and_equal(esp_devid, xbootldr_devid); in boot_config_load_and_select()
1532 dev_t esp_devid = 0, xbootldr_devid = 0; in verb_status() local
1535 …rivileged_mode= */ geteuid() != 0, /* graceful= */ false, NULL, NULL, NULL, &esp_uuid, &esp_devid); in verb_status()
1691 arg_esp_path, esp_devid, in verb_status()
1709 dev_t esp_devid = 0, xbootldr_devid = 0; in verb_list() local
1717 …* unprivileged_mode= */ geteuid() != 0, /* graceful= */ false, NULL, NULL, NULL, NULL, &esp_devid); in verb_list()
1729 …r = boot_config_load_and_select(&config, arg_esp_path, esp_devid, arg_xbootldr_path, xbootldr_devi… in verb_list()
/systemd-251/src/shared/
Dbootspec.c946 dev_t esp_devid = 0, xbootldr_devid = 0; in boot_config_load_auto() local
967 …override_esp_path, /* unprivileged_mode= */ false, &esp_where, NULL, NULL, NULL, NULL, &esp_devid); in boot_config_load_auto()
976 if (esp_where && xbootldr_where && devnum_set_and_equal(esp_devid, xbootldr_devid)) in boot_config_load_auto()