Searched refs:partition (Results 1 - 2 of 2) sorted by relevance
/systemd/tools/ |
H A D | make-directive-index.py | 229 text = name.text.partition(' ')[0] 250 name.text = name.text.partition(' ')[2]
|
/systemd/src/boot/ |
H A D | bootctl.c | 130 return log_error_errno(r, "Failed to probe partition scheme \"%s\": %m", p); 134 log_error("File system \"%s\" is not on a GPT partition table.", p); 142 return log_error_errno(r, "Failed to probe partition type UUID \"%s\": %m", p); 154 return log_error_errno(r, "Failed to probe partition entry UUID \"%s\": %m", p); 167 return log_error_errno(r, "Failed to probe partition number \"%s\": m", p); 175 return log_error_errno(r, "Failed to probe partition offset \"%s\": %m", p); 183 return log_error_errno(r, "Failed to probe partition size \"%s\": %m", p); 278 static int status_binaries(const char *esp_path, sd_id128_t partition) { argument 283 printf(" ESP: /dev/disk/by-partuuid/%02x%02x%02x%02x-%02x%02x-%02x%02x-%02x%02x-%02x%02x%02x%02x%02x%02x\n", SD_ID128_FORMAT_VAL(partition)); 305 sd_id128_t partition; local [all...] |
Completed in 868 milliseconds