/illumos-gate/usr/src/uts/common/sys/ |
H A D | vtoc.h | 131 struct vtoc { struct 133 unsigned long v_sanity; /* to verify vtoc sanity */ argument 155 uint64_t v_sanity; /* to verify vtoc sanity */ argument
|
/illumos-gate/usr/src/lib/libefi/common/ |
H A D | rdwr_efi.c | 174 efi_alloc_and_init(int fd, uint32_t nparts, struct dk_gpt **vtoc) in efi_alloc_and_init() 235 efi_alloc_and_read(int fd, struct dk_gpt **vtoc) in efi_alloc_and_read() 369 efi_read(int fd, struct dk_gpt *vtoc) in efi_read() 719 write_pmbr(int fd, struct dk_gpt *vtoc) in write_pmbr() 810 check_input(struct dk_gpt *vtoc) in check_input() 1107 efi_write(int fd, struct dk_gpt *vtoc) in efi_write() 1305 struct vtoc vtoc; in efi_type() local 1321 efi_err_check(struct dk_gpt *vtoc) in efi_err_check() 1418 efi_auto_sense(int fd, struct dk_gpt **vtoc) in efi_auto_sense()
|
/illumos-gate/usr/src/cmd/format/ |
H A D | label.c | 257 struct extvtoc vtoc; in write_label() local 469 struct extvtoc vtoc; in read_label() local 676 vtoc64_to_label(struct efi_info *label, struct dk_gpt *vtoc) in vtoc64_to_label() 729 vtoc_to_label(struct dk_label *label, struct extvtoc *vtoc, in vtoc_to_label() 875 label_to_vtoc(struct extvtoc *vtoc, struct dk_label *label) in label_to_vtoc() 973 struct extvtoc vtoc; in is_efi_type() local
|
H A D | auto_sense.c | 244 struct dk_gpt *vtoc; in auto_efi_sense() local 1454 struct dk_vtoc *vtoc; local
|
H A D | menu_fdisk.c | 623 struct vtoc vtoc; local
|
H A D | menu_command.c | 1568 struct extvtoc vtoc; in c_label() local
|
/illumos-gate/usr/src/cmd/fmthard/ |
H A D | fmthard.c | 382 display(struct dk_geom *geom, struct extvtoc *vtoc, char *device) in display() 473 insert(char *data, struct extvtoc *vtoc) in insert() 535 load(FILE *fp, struct dk_geom *geom, struct extvtoc *vtoc) in load() 704 validate(struct dk_geom *geom, struct extvtoc *vtoc) in validate() 866 vread(int fd, struct extvtoc *vtoc, char *devname) in vread() 909 vwrite(int fd, struct extvtoc *vtoc, char *devname) in vwrite()
|
/illumos-gate/usr/src/lib/libadm/common/ |
H A D | rdwr_vtoc.c | 81 read_vtoc(int fd, struct vtoc *vtoc) in read_vtoc() 161 write_vtoc(int fd, struct vtoc *vtoc) in write_vtoc()
|
/illumos-gate/usr/src/cmd/prtvtoc/ |
H A D | prtvtoc.c | 155 findfree(struct dk_geom *geom, struct extvtoc *vtoc) in findfree() 390 struct extvtoc vtoc; in prtvtoc() local 463 putfree(struct extvtoc *vtoc, freemap_t *freemap) in putfree() 551 puttable(struct dk_geom *geom, struct extvtoc *vtoc, freemap_t *freemap, in puttable() 674 readvtoc(int fd, char *name, struct extvtoc *vtoc) in readvtoc()
|
/illumos-gate/usr/src/lib/libdiskmgt/common/ |
H A D | slice.c | 359 struct extvtoc vtoc; in get_attrs() local 522 struct extvtoc vtoc; in get_fixed_assocs() local 642 struct extvtoc vtoc; in make_fixed_descriptors() local 722 struct extvtoc vtoc; in match_fixed_name() local
|
H A D | media.c | 422 struct extvtoc vtoc; local 549 struct extvtoc vtoc; local
|
/illumos-gate/usr/src/cmd/devinfo/ |
H A D | devinfo.c | 209 readvtoc(int fd, char *name, struct extvtoc *vtoc) in readvtoc()
|
/illumos-gate/usr/src/cmd/addbadsec/ |
H A D | addbadsec.c | 58 struct extvtoc vtoc; /* table of contents */ variable
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | vds.c | 478 struct extvtoc vtoc; /* synthetic for slice type */ member 1664 struct extvtoc vtoc; in vd_slice_flabel_write() local 2860 vd_vtocgeom_to_label(struct extvtoc *vtoc, struct dk_geom *geom, in vd_vtocgeom_to_label() 2913 vd_label_to_vtocgeom(struct dk_label *label, struct extvtoc *vtoc, in vd_label_to_vtocgeom() 2984 vd_slice_vtoc_isvalid(vd_t *vd, struct extvtoc *vtoc) in vd_slice_vtoc_isvalid() 3048 struct extvtoc *vtoc; in vd_do_slice_ioctl() local 3239 struct extvtoc *vtoc = &vd->vtoc; in vd_dskimg_validate_geometry() local 3294 struct extvtoc *vtoc; in vd_do_dskimg_ioctl() local 3406 struct vtoc vtoc; in vd_backend_ioctl() local 3610 struct extvtoc vtoc = {0}; in vd_ioctl() local [all …]
|
H A D | vdc.c | 5589 struct extvtoc *vtoc; in vdc_dkio_gapart() local 7740 struct vtoc vtoc; in vdc_get_vtoc_convert() local 7801 struct vtoc vtoc; in vdc_set_vtoc_convert() local 8309 struct extvtoc vtoc; in vdc_validate_geometry() local 8685 vdc_store_label_vtoc(vdc_t *vdc, struct dk_geom *geom, struct extvtoc *vtoc) in vdc_store_label_vtoc()
|
/illumos-gate/usr/src/cmd/boot/installgrub/ |
H A D | installgrub.c | 636 struct dk_gpt *vtoc; in init_device() local 737 struct dk_gpt *vtoc; in get_start_sector() local
|
/illumos-gate/usr/src/cmd/hal/probing/storage/ |
H A D | probe-storage.c | 351 struct extvtoc vtoc; in main() local
|
/illumos-gate/usr/src/cmd/hal/utils/ |
H A D | fsutils.c | 224 vtoc_one_slice_entire_disk(struct extvtoc *vtoc) in vtoc_one_slice_entire_disk()
|
/illumos-gate/usr/src/cmd/boot/installboot/i386/ |
H A D | installboot.c | 1069 get_slice(ib_data_t *data, struct partlist *pl, struct dk_gpt *vtoc, in get_slice() 1117 allocate_slice(ib_data_t *data, struct dk_gpt *vtoc, uint16_t tag, in allocate_slice() 1150 struct dk_gpt *vtoc; in probe_gpt() local
|
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | setup.c | 623 struct vtoc vtoc; in get_last_block() local
|
/illumos-gate/usr/src/lib/libgrubmgmt/common/ |
H A D | libgrub_fs.c | 115 struct dk_gpt *vtoc; in get_sol_prtnum() local
|
/illumos-gate/usr/src/cmd/hal/probing/volume/ |
H A D | probe-volume.c | 443 struct extvtoc vtoc; in main() local
|
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | vdsk_common.h | 383 #define VD_VTOC2VTOC(vd_vtoc, vtoc) \ argument 426 #define VTOC2VD_VTOC(vtoc, vd_vtoc) \ argument
|
/illumos-gate/usr/src/uts/sun/io/ |
H A D | fd.c | 1886 struct vtoc vtoc; in fd_ioctl() local 5668 fd_build_user_vtoc(struct fdunit *un, struct vtoc *vtoc) in fd_build_user_vtoc() 5743 fd_build_label_vtoc(struct fdunit *un, struct vtoc *vtoc) in fd_build_label_vtoc()
|
/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/ |
H A D | newfs.c | 831 struct extvtoc vtoc; in get_device_size() local
|