Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/prtvtoc/
H A Dprtvtoc.c194 struct dk_part *part; in findfree64()
195 struct dk_part **list; in findfree64()
198 struct dk_part **sorted; in findfree64()
201 sorted = calloc(sizeof (struct dk_part), efi->efi_nparts + 1); in findfree64()
348 if ((*(struct dk_part **)one)->p_start > in partcmp64()
349 (*(struct dk_part **)two)->p_start) in partcmp64()
351 else if ((*(struct dk_part **)one)->p_start < in partcmp64()
352 (*(struct dk_part **)two)->p_start) in partcmp64()
/titanic_50/usr/src/uts/common/sys/
H A Defi_partition.h177 typedef struct dk_part { struct
206 struct dk_part efi_parts[1]; /* array of partitions */ argument
/titanic_50/usr/src/lib/libefi/common/
H A Drdwr_efi.c141 sizeof (struct dk_part))
176 sizeof (struct dk_part) * (nparts - 1); in efi_alloc_and_init()
214 (int) sizeof (struct dk_part) * (nparts - 1); in efi_alloc_and_read()
224 (int) sizeof (struct dk_part) * in efi_alloc_and_read()
/titanic_50/usr/src/cmd/format/
H A Dpartition.c443 size = sizeof (struct dk_part) * nparts + sizeof (struct dk_gpt); in make_partition()
H A Dlabel.c703 lmap = (struct dk_gpt *) calloc(1, (sizeof (struct dk_part) * in vtoc64_to_label()