Searched refs:psize (Results 1 - 4 of 4) sorted by relevance

/systemd/src/shared/
H A Defivars.h50 int efi_add_boot_option(uint16_t id, const char *title, uint32_t part, uint64_t pstart, uint64_t psize, sd_id128_t part_uuid, const char *path);
101 static inline int efi_add_boot_option(uint16_t id, const char *title, uint32_t part, uint64_t pstart, uint64_t psize, sd_id128_t part_uuid, const char *path) { argument
H A Defivars.c477 uint32_t part, uint64_t pstart, uint64_t psize,
512 devicep->drive.part_size = psize;
476 efi_add_boot_option(uint16_t id, const char *title, uint32_t part, uint64_t pstart, uint64_t psize, sd_id128_t part_uuid, const char *path) argument
/systemd/src/boot/
H A Dbootctl.c49 static int verify_esp(const char *p, uint32_t *part, uint64_t *pstart, uint64_t *psize, sd_id128_t *uuid) { argument
185 *psize = strtoul(v, NULL, 10);
738 uint32_t part, uint64_t pstart, uint64_t psize,
767 part, pstart, psize,
1011 uint64_t pstart = 0, psize = 0; local
1032 r = verify_esp(arg_path, &part, &pstart, &psize, &uuid);
1110 part, pstart, psize, uuid,
737 install_variables(const char *esp_path, uint32_t part, uint64_t pstart, uint64_t psize, sd_id128_t uuid, const char *path, bool first) argument
/systemd/src/bootchart/
H A Dsvg.c68 static double psize = 0; variable
90 /* height is variable based on pss, psize, ksize */
93 + psize + ksize + esize + (n_cpus * 15 * arg_scale_y);
1304 psize = ps_to_graph(pcount) + (arg_scale_y * 2);
1356 fprintf(of, "<g transform=\"translate(10,%.03f)\">\n", 400.0 + (arg_scale_y * offset) + ksize + psize);
1362 fprintf(of, "<g transform=\"translate(10,%.03f)\">\n", 400.0 + (arg_scale_y * offset) + ksize + psize + esize);

Completed in 1130 milliseconds