Searched refs:efi_gpe_t (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/uts/sun4v/io/ |
H A D | vdsk_common.c | 65 ((((sizeof (efi_gpe_t) * (nparts) - 1) / (vdisk)->block_size) + 1) * \ 134 vd_efi_swap_gpe(efi_gpe_t *gpe, int nparts) in vd_efi_swap_gpe() 208 efi_gpe_t **efi_gpe) in vd_efi_alloc_and_read() 212 efi_gpe_t *gpe = NULL; in vd_efi_alloc_and_read() 242 data_len = sizeof (efi_gpt_t) + sizeof (efi_gpe_t); in vd_efi_alloc_and_read() 317 bcopy(data + 1, gpe, sizeof (efi_gpe_t)); in vd_efi_alloc_and_read() 355 vd_efi_free(vd_efi_dev_t *dev, efi_gpt_t *gpt, efi_gpe_t *gpe) in vd_efi_free()
|
H A D | vds.c | 517 P2ROUNDUP(2 * (lba) + sizeof (efi_gpe_t) * VD_MAXPART, \ 526 ((efi_gpe_t *)(void *)((vd)->flabel + 2 * (lba))) 679 static int vds_efi_alloc_and_read(vd_t *, efi_gpt_t **, efi_gpe_t **); 680 static void vds_efi_free(vd_t *, efi_gpt_t *, efi_gpe_t *); 3115 (lba == VD_EFI_LBA_GPE && len < sizeof (efi_gpe_t))) in vd_do_slice_ioctl() 3143 vds_efi_alloc_and_read(vd_t *vd, efi_gpt_t **gpt, efi_gpe_t **gpe) in vds_efi_alloc_and_read() 3156 vds_efi_free(vd_t *vd, efi_gpt_t *gpt, efi_gpe_t *gpe) in vds_efi_free() 3169 efi_gpe_t *gpe; in vd_dskimg_validate_efi() 5804 efi_gpe_t *gpe; in vd_setup_partition_efi() 5838 gpt->efi_gpt_SizeOfPartitionEntry = LE_32(sizeof (efi_gpe_t)); in vd_setup_partition_efi() [all …]
|
H A D | vdc.c | 148 static void vdc_store_label_efi(vdc_t *, efi_gpt_t *, efi_gpe_t *); 5656 efi_gpe_t *gpe; in vdc_dkio_partition() 8310 efi_gpe_t *gpe; in vdc_validate_geometry() 8652 vdc_store_label_efi(vdc_t *vdc, efi_gpt_t *gpt, efi_gpe_t *gpe) in vdc_store_label_efi()
|
/titanic_44/usr/src/lib/libefi/common/ |
H A D | rdwr_efi.c | 137 #define NBLOCKS(p, l) (1 + ((((p) * (int)sizeof (efi_gpe_t)) + \ 212 nparts = EFI_MIN_ARRAY_SIZE / sizeof (efi_gpe_t); in efi_alloc_and_read() 318 efi_gpe_t *efi_parts; in efi_read() 373 label_len = vtoc->efi_nparts * (int) sizeof (efi_gpe_t) + in efi_read() 495 efi_parts = (efi_gpe_t *)(((char *)efi) + disk_info.dki_lbsize); in efi_read() 834 efi_gpe_t *efi_parts; in efi_write() 896 efi_parts = (efi_gpe_t *)((char *)dk_ioc.dki_data + vtoc->efi_lbasize); in efi_write()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | efi_partition.h | 167 } efi_gpe_t; typedef
|
/titanic_44/usr/src/uts/sun4v/sys/ |
H A D | vdsk_common.h | 530 int vd_efi_alloc_and_read(vd_efi_dev_t *dev, efi_gpt_t **gpt, efi_gpe_t **gpe); 531 void vd_efi_free(vd_efi_dev_t *dev, efi_gpt_t *gpt, efi_gpe_t *gpe);
|
/titanic_44/usr/src/uts/common/io/ |
H A D | cmlb.c | 296 static void cmlb_swap_efi_gpe(int nparts, efi_gpe_t *p); 2697 cmlb_swap_efi_gpe(int nparts, efi_gpe_t *p) 2721 if (labp->efi_gpt_SizeOfPartitionEntry != sizeof (efi_gpe_t)) 2772 efi_gpe_t *partitions; 2879 partitions = (efi_gpe_t *)buf; 4225 efi_gpe_t *partitions; 4255 n_gpe_per_blk = cl->cl_sys_blocksize / sizeof (efi_gpe_t); 4262 partitions = (efi_gpe_t *)buffer;
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zvol.c | 1488 efi_gpe_t gpe = { 0 }; in zvol_getefi() 1524 LE_32(sizeof (efi_gpe_t)); in zvol_getefi()
|
/titanic_44/usr/src/uts/common/avs/ns/sv/ |
H A D | sv.c | 2524 efi_gpe_t *gpe = NULL; in sv_fix_dkiocgetefi()
|