Searched defs:part (Results 1 - 7 of 7) sorted by relevance

/systemd/src/shared/
H A Defivars.h4 This file is part of systemd.
50 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.c2 This file is part of systemd.
477 uint32_t part, uint64_t pstart, uint64_t psize,
510 devicep->drive.part_nr = part;
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/libsystemd/sd-bus/
H A Dbus-dump.c2 This file is part of systemd.
560 struct bus_body_part *part; local
592 MESSAGE_FOREACH_PART(part, i, m) {
596 w = MIN(part->size, snaplen);
597 fwrite(part->data, 1, w, f);
H A Dbus-socket.c2 This file is part of systemd.
80 struct bus_body_part *part; local
107 MESSAGE_FOREACH_PART(part, i, m) {
108 r = bus_body_part_map(part);
112 r = append_iovec(m, part->data, part->size);
H A Dbus-kernel.c2 This file is part of systemd.
268 struct bus_body_part *part; local
363 MESSAGE_FOREACH_PART(part, i, m) {
364 if (part->is_zero) {
370 append_payload_vec(&d, NULL, part->size);
374 if (part->memfd >= 0 && part->sealed && destination) {
375 /* Try to send a memfd, if the part is
378 append_payload_memfd(&d, part->memfd, part
414 struct bus_body_part *part; local
551 struct bus_body_part *part; local
582 struct bus_body_part *part; local
[all...]
H A Dbus-message.c2 This file is part of systemd.
61 static void message_free_part(sd_bus_message *m, struct bus_body_part *part) { argument
63 assert(part);
65 if (part->memfd >= 0) {
69 if (!part->sealed) {
70 assert(part->memfd_offset == 0);
71 assert(part->data == part->mmap_begin);
72 bus_kernel_push_memfd(m->bus, part->memfd, part
90 struct bus_body_part *part; local
1177 struct bus_body_part *part; local
1206 part_zero(struct bus_body_part *part, size_t sz) argument
1220 part_make_space( struct sd_bus_message *m, struct bus_body_part *part, size_t sz, void **q) argument
1369 struct bus_body_part *part = NULL; local
2684 struct bus_body_part *part; local
2760 struct bus_body_part *part; local
2933 struct bus_body_part *part; local
3036 bus_body_part_map(struct bus_body_part *part) argument
3076 bus_body_part_unmap(struct bus_body_part *part) argument
3167 struct bus_body_part *part; local
3301 struct bus_body_part *part; local
5552 struct bus_body_part *part; local
[all...]
/systemd/src/boot/
H A Dbootctl.c2 This file is part of systemd.
49 static int verify_esp(const char *p, uint32_t *part, uint64_t *pstart, uint64_t *psize, sd_id128_t *uuid) { argument
169 *part = strtoul(v, NULL, 10);
738 uint32_t part, uint64_t pstart, uint64_t psize,
767 part, pstart, psize,
1010 uint32_t part = 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

Completed in 30 milliseconds