Home
last modified time | relevance | path

Searched refs:read_extvtoc (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dslice.c374 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 Dmedia.c457 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 Ddevinfo.c213 retval = read_extvtoc(fd, vtoc); in readvtoc()
/illumos-gate/usr/src/cmd/format/
H A Dlabel.c61 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 Drdwr_vtoc.c205 read_extvtoc(int fd, struct extvtoc *extvtoc) in read_extvtoc() function
H A Dmapfile-vers43 read_extvtoc;
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_menu.c1007 (void) read_extvtoc(fd, &t_vtoc); in process_s_flag()
1161 ret = read_extvtoc(fd, &v_toc); in process_b_flag()
H A Drmf_slice.c1566 ret = read_extvtoc(fd, &t_vtoc); in overwrite_metadata()
1582 ret = read_extvtoc(fd, &t_vtoc); in overwrite_metadata()
H A Drmf_misc.c2046 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 Dprobe-storage.c442 if (read_extvtoc(rfd, &vtoc) >= 0) { in main()
/illumos-gate/usr/src/uts/common/sys/
H A Dvtoc.h357 extern int read_extvtoc(int, struct extvtoc *);
/illumos-gate/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c564 if ((partition_number = read_extvtoc(rfd, &vtoc)) >= 0) { in main()
/illumos-gate/usr/src/cmd/prtvtoc/
H A Dprtvtoc.c678 if ((retval = read_extvtoc(fd, vtoc)) >= 0) in readvtoc()
/illumos-gate/usr/src/cmd/fmthard/
H A Dfmthard.c870 if ((i = read_extvtoc(fd, vtoc)) < 0) { in vread()
/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c835 int index = read_extvtoc(fd, &vtoc); in get_device_size()
/illumos-gate/usr/src/lib/libzutil/common/
H A Dzutil_import.c1071 if (read_extvtoc(fd, &vtoc) >= 0) { in check_slices()
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c4422 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 Dutilities.c2437 int index = read_extvtoc(fd, &vtoc); in get_device_size()
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c1414 slice = read_extvtoc(fd, &exvtoc); in probe_vtoc()
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c2409 int index = read_extvtoc(fd, &vtoc); in get_max_size()