Home
last modified time | relevance | path

Searched refs:dk_part (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Defi_partition.h197 typedef struct dk_part { struct
226 struct dk_part efi_parts[1]; /* array of partitions */ argument
/illumos-gate/usr/src/lib/libefi/common/
H A Drdwr_efi.c157 sizeof (struct dk_part))
205 sizeof (struct dk_part) * (nparts - 1); in efi_alloc_and_init()
274 (int) sizeof (struct dk_part) * (nparts - 1); in efi_alloc_and_read()
284 (int) sizeof (struct dk_part) * in efi_alloc_and_read()
915 efi_use_whole_disk_get_last(struct dk_gpt *l, struct dk_part **lastp_p, in efi_use_whole_disk_get_last()
918 struct dk_part *last_p = NULL; in efi_use_whole_disk_get_last()
919 struct dk_part *resv_p = NULL; in efi_use_whole_disk_get_last()
937 struct dk_part *p = &l->efi_parts[i]; in efi_use_whole_disk_get_last()
999 struct dk_part *resv_p = NULL; in efi_use_whole_disk()
1000 struct dk_part *last_p = NULL; in efi_use_whole_disk()
/illumos-gate/usr/src/cmd/prtvtoc/
H A Dprtvtoc.c203 struct dk_part *part; in findfree64()
204 struct dk_part **list; in findfree64()
207 struct dk_part **sorted; in findfree64()
210 sorted = SAFE_CALLOC(sizeof (struct dk_part), efi->efi_nparts + 1); in findfree64()
/illumos-gate/usr/src/cmd/format/
H A Dpartition.c444 size = sizeof (struct dk_part) * nparts + in make_partition()
H A Dlabel.c685 lmap = (struct dk_gpt *) calloc(1, (sizeof (struct dk_part) * in vtoc64_to_label()