Home
last modified time | relevance | path

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

/systemd-251/shell-completion/bash/
Dbootctl34 …[STANDALONE]='-h --help -p --print-esp-path -x --print-boot-path --version --no-variables --no-pag…
35 [ARG]='--esp-path --boot-path --make-machine-id-directory'
40 --esp-path|--boot-path)
/systemd-251/test/units/
Dtestsuite-58.sh73 cat >/tmp/testsuite-58-defs/esp.conf <<EOF
75 Type=esp
110 cat >/tmp/testsuite-58-defs/esp.conf <<EOF
112 Type=esp
/systemd-251/src/udev/
Dudev-builtin-blkid.c156 sd_id128_t id, esp; in find_gpt_root() local
164 r = efi_loader_get_device_part_uuid(&esp); in find_gpt_root()
168 if (sd_id128_equal(id, esp)) in find_gpt_root()
/systemd-251/shell-completion/zsh/
D_bootctl68 '--esp-path=[Path to the EFI System Partition (ESP)]:path:_directories' \
70 {-p,--print-esp-path}'[Print path to the EFI system partition]' \
/systemd-251/src/shared/
Dmeson.build130 'find-esp.c',
131 'find-esp.h',
/systemd-251/src/boot/
Dbootctl.c1742 static int install_random_seed(const char *esp) { in install_random_seed() argument
1751 assert(esp); in install_random_seed()
1753 path = path_join(esp, "/loader/random-seed"); in install_random_seed()