Searched refs:guid (Results 1 - 3 of 3) sorted by relevance
/systemd/src/shared/ |
H A D | efivars.c | 325 static void efi_guid_to_id128(const void *guid, sd_id128_t *id128) { argument 332 const struct uuid *uuid = guid; 450 struct guid { struct 457 static void id128_to_efi_guid(sd_id128_t id, void *guid) { argument 458 struct guid *uuid = guid;
|
/systemd/src/libsystemd/sd-bus/ |
H A D | sd-bus.c | 536 static int parse_unix_address(sd_bus *b, const char **p, char **guid) { argument 544 assert(guid); 547 r = parse_address_key(p, "guid", guid); 596 static int parse_tcp_address(sd_bus *b, const char **p, char **guid) { argument 607 assert(guid); 610 r = parse_address_key(p, "guid", guid); 663 static int parse_exec_address(sd_bus *b, const char **p, char **guid) { argument 673 assert(guid); 753 parse_kernel_address(sd_bus *b, const char **p, char **guid) argument 788 parse_container_unix_address(sd_bus *b, const char **p, char **guid) argument 847 parse_container_kernel_address(sd_bus *b, const char **p, char **guid) argument 920 _cleanup_free_ char *guid = NULL; local [all...] |
/systemd/src/udev/ |
H A D | udev-builtin-path_id.c | 447 char guid[38]; local 471 guid[k++] = guid_str[i]; 473 guid[k] = '\0'; 476 path_prepend(path, "vmbus-%s-%s", guid, lun);
|
Completed in 2559 milliseconds