Home
last modified time | relevance | path

Searched defs:gpt_header (Results 1 – 25 of 90) sorted by relevance

1234

/dports/net/nbdkit/nbdkit-1.20.4/common/gpt/
H A Dgpt.h36 struct gpt_header { struct
37 char signature[8];
38 char revision[4];
39 uint32_t header_size;
40 uint32_t crc;
41 uint32_t reserved;
42 uint64_t current_lba;
43 uint64_t backup_lba;
45 uint64_t last_usable_lba;
46 char guid[16];
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dgpt.h53 struct gpt_header { struct
64 /* data not including the gpt_header and partition table */ argument
65 uint64_t firstUsableLBA __attribute__((packed));
66 uint64_t lastUsableLBA __attribute__((packed));
68 uint8_t DiskGUID[16];
71 uint64_t tableStartLBA __attribute__((packed));
72 uint32_t tableNumEntries __attribute__((packed));
73 uint32_t tableEntrySize __attribute__((packed));
74 uint32_t tableCRC32 __attribute__((packed));
/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dgpt.h53 struct gpt_header { struct
64 /* data not including the gpt_header and partition table */ argument
65 uint64_t firstUsableLBA __attribute__((packed));
66 uint64_t lastUsableLBA __attribute__((packed));
68 uint8_t DiskGUID[16];
71 uint64_t tableStartLBA __attribute__((packed));
72 uint32_t tableNumEntries __attribute__((packed));
73 uint32_t tableEntrySize __attribute__((packed));
74 uint32_t tableCRC32 __attribute__((packed));
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/include/drivers/partition/
H A Dgpt.h29 typedef struct gpt_header { struct
47 } gpt_header_t; argument
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/include/drivers/partition/
H A Dgpt.h29 typedef struct gpt_header { struct
47 } gpt_header_t; argument
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/include/drivers/partition/
H A Dgpt.h29 typedef struct gpt_header { struct
47 } gpt_header_t; argument
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/include/drivers/partition/
H A Dgpt.h29 typedef struct gpt_header { struct
47 } gpt_header_t; argument
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/include/drivers/partition/
H A Dgpt.h29 typedef struct gpt_header { struct
47 } gpt_header_t; argument
/dports/sysutils/linrename/util-linux-2.25.2/libblkid/src/partitions/
H A Dgpt.c47 struct gpt_header { struct
48 uint64_t signature; /* "EFI PART" */
49 uint32_t revision;
50 uint32_t header_size; /* usually 92 bytes */
74 * whole block from the device rather than sizeof(struct gpt_header) argument
/dports/devel/util-linux/util-linux-2.36/libblkid/src/partitions/
H A Dgpt.c49 struct gpt_header { struct
50 uint64_t signature; /* "EFI PART" */
51 uint32_t revision;
52 uint32_t header_size; /* usually 92 bytes */
76 * whole block from the device rather than sizeof(struct gpt_header) argument
/dports/sysutils/fwup/fwup-1.9.0/src/
H A Dgpt.c42 struct gpt_header { struct
43 uint64_t current_lba;
44 uint64_t backup_lba;
45 uint64_t first_usable_lba;
46 uint64_t last_usable_lba;
47 uint8_t disk_guid[UUID_LENGTH];
48 uint64_t partition_lba;
50 int num_partitions;
51 uint32_t partition_crc;
/dports/sysutils/syslinux/syslinux-6.03/utils/
H A Disohybrid.c165 struct gpt_header { struct
166 uint64_t signature;
167 uint32_t revision;
168 uint32_t headerSize;
169 uint32_t headerCRC;
170 uint32_t reserved;
171 uint64_t currentLBA;
172 uint64_t backupLBA;
174 uint64_t lastUsableLBA;
175 uuid_t diskGUID;
[all …]
/dports/sysutils/linrename/util-linux-2.25.2/libfdisk/src/
H A Dgpt.c97 struct gpt_header { struct
98 uint64_t signature; /* header identification */
99 uint32_t revision; /* header version */
100 uint32_t size; /* in bytes */
101 uint32_t crc32; /* header CRC checksum */
102 uint32_t reserved1; /* must be 0 */
103 uint64_t my_lba; /* LBA that contains this struct (LBA 1) */
104 uint64_t alternative_lba; /* backup GPT header */
107 struct gpt_guid disk_guid; /* unique disk identifier */
110 uint32_t sizeof_partition_entry; /* bytes for each GUID pt */
[all …]
/dports/devel/util-linux/util-linux-2.36/libfdisk/src/
H A Dgpt.c104 struct gpt_header { struct
105 uint64_t signature; /* header identification */
106 uint32_t revision; /* header version */
107 uint32_t size; /* in bytes */
108 uint32_t crc32; /* header CRC checksum */
109 uint32_t reserved1; /* must be 0 */
111 uint64_t alternative_lba; /* backup GPT header */
114 struct gpt_guid disk_guid; /* unique disk identifier */
117 uint32_t sizeof_partition_entry; /* bytes for each GUID pt */
118 uint32_t partition_entry_array_crc32; /* partition CRC checksum */
[all …]
/dports/sysutils/dmg2img/dmg2img-1.6.7/
H A Dmntcmd.h27 struct _gpt_header gpt_header; in print_mountcmd() local
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/avb/examples/uefi/
H A Duefi_avb_ops.c77 GPTHeader* gpt_header = NULL; in find_partition_entry_by_name() local
409 GPTHeader gpt_header = {{0}}; in get_disk_block_io() local
/dports/sysutils/busybox/busybox-1.26.2/util-linux/
H A Dfdisk_gpt.c31 } gpt_header; typedef
/dports/multimedia/v4l-utils/linux-5.13-rc2/block/partitions/
H A Defi.h77 } __packed gpt_header; typedef
/dports/multimedia/v4l_compat/linux-5.13-rc2/block/partitions/
H A Defi.h77 } __packed gpt_header; typedef
/dports/multimedia/libv4l/linux-5.13-rc2/block/partitions/
H A Defi.h77 } __packed gpt_header; typedef
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/include/
H A Dpart_efi.h91 } __packed gpt_header; typedef
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/include/
H A Dpart_efi.h96 } __packed gpt_header; typedef
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/include/
H A Dpart_efi.h96 } __packed gpt_header; typedef
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/include/
H A Dpart_efi.h96 } __packed gpt_header; typedef
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/include/
H A Dpart_efi.h96 } __packed gpt_header; typedef

1234