/illumos-gate/usr/src/lib/libdiskmgt/common/ |
H A D | slice.c | 374 if ((status = read_extvtoc(fd, &vtoc)) >= 0) { in get_attrs() 534 if ((status = read_extvtoc(fd, &vtoc)) >= 0) { in get_fixed_assocs() 668 if ((status = read_extvtoc(fd, &vtoc)) >= 0) { in make_fixed_descriptors() 772 if ((status = read_extvtoc(fd, &vtoc)) >= 0) { in match_fixed_name()
|
H A D | media.c | 457 if (read_extvtoc(fd, &vtoc) >= 0 && vtoc.v_volume[0] != 0) { 551 if (read_extvtoc(fd, &vtoc) >= 0) {
|
/illumos-gate/usr/src/cmd/devinfo/ |
H A D | devinfo.c | 213 retval = read_extvtoc(fd, vtoc); in readvtoc()
|
/illumos-gate/usr/src/cmd/format/ |
H A D | label.c | 61 extern int read_extvtoc(int, struct extvtoc *); 473 if (read_extvtoc(fd, &vtoc) < 0 || in read_label() 975 if (read_extvtoc(fd, &vtoc) == VT_ENOTSUP) { in is_efi_type()
|
/illumos-gate/usr/src/lib/libadm/common/ |
H A D | rdwr_vtoc.c | 205 read_extvtoc(int fd, struct extvtoc *extvtoc) in read_extvtoc() function
|
H A D | mapfile-vers | 43 read_extvtoc;
|
/illumos-gate/usr/src/cmd/rmformat/ |
H A D | rmf_menu.c | 1007 (void) read_extvtoc(fd, &t_vtoc); in process_s_flag() 1161 ret = read_extvtoc(fd, &v_toc); in process_b_flag()
|
H A D | rmf_slice.c | 1566 ret = read_extvtoc(fd, &t_vtoc); in overwrite_metadata() 1582 ret = read_extvtoc(fd, &t_vtoc); in overwrite_metadata()
|
H A D | rmf_misc.c | 2046 if (!device_type && (read_extvtoc(t_dev->d_fd, &vtocinfo) >= 0)) { in get_media_info()
|
/illumos-gate/usr/src/cmd/hal/probing/storage/ |
H A D | probe-storage.c | 442 if (read_extvtoc(rfd, &vtoc) >= 0) { in main()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | vtoc.h | 357 extern int read_extvtoc(int, struct extvtoc *);
|
/illumos-gate/usr/src/cmd/hal/probing/volume/ |
H A D | probe-volume.c | 564 if ((partition_number = read_extvtoc(rfd, &vtoc)) >= 0) { in main()
|
/illumos-gate/usr/src/cmd/prtvtoc/ |
H A D | prtvtoc.c | 678 if ((retval = read_extvtoc(fd, vtoc)) >= 0) in readvtoc()
|
/illumos-gate/usr/src/cmd/fmthard/ |
H A D | fmthard.c | 870 if ((i = read_extvtoc(fd, vtoc)) < 0) { in vread()
|
/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/ |
H A D | newfs.c | 835 int index = read_extvtoc(fd, &vtoc); in get_device_size()
|
/illumos-gate/usr/src/lib/libzutil/common/ |
H A D | zutil_import.c | 1071 if (read_extvtoc(fd, &vtoc) >= 0) { in check_slices()
|
/illumos-gate/usr/src/cmd/fdisk/ |
H A D | fdisk.c | 4422 if ((i = read_extvtoc(Dev, &disk_vtoc)) < VTOC_OK) { 4828 if ((idx = read_extvtoc(fd, &v)) < 0) {
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | utilities.c | 2437 int index = read_extvtoc(fd, &vtoc); in get_device_size()
|
/illumos-gate/usr/src/cmd/boot/installboot/i386/ |
H A D | installboot.c | 1415 slice = read_extvtoc(fd, &exvtoc); in probe_vtoc()
|
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/ |
H A D | mkfs.c | 2409 int index = read_extvtoc(fd, &vtoc); in get_max_size()
|