Searched defs:partition (Results 1 - 1 of 1) sorted by relevance
/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 605 milliseconds