Searched refs:drive (Results 1 - 2 of 2) sorted by relevance

/systemd/src/boot/efi/
H A Ddisk.c31 HARDDRIVE_DEVICE_PATH *drive; local
37 drive = (HARDDRIVE_DEVICE_PATH *)path;
38 if (drive->SignatureType != SIGNATURE_TYPE_GUID)
41 GuidToString(uuid, (EFI_GUID *)&drive->Signature);
/systemd/src/shared/
H A Defivars.c78 struct drive_path drive; member in union:device_path::__anon263
405 if (dpath->drive.mbr_type != MBR_TYPE_EFI_PARTITION_TABLE_HEADER)
409 if (dpath->drive.signature_type != SIGNATURE_TYPE_GUID)
413 efi_guid_to_id128(dpath->drive.signature, &p_uuid);
499 option->path_len = offsetof(struct device_path, drive) + sizeof(struct drive_path) +
509 devicep->length = offsetof(struct device_path, drive) + sizeof(struct drive_path);
510 devicep->drive.part_nr = part;
511 devicep->drive.part_start = pstart;
512 devicep->drive.part_size = psize;
513 devicep->drive
[all...]

Completed in 12 milliseconds