Home
last modified time | relevance | path

Searched refs:efi_alloc_and_read (Results 1 – 25 of 27) sorted by relevance

12

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dslice.c376 } else if (status == VT_ENOTSUP && efi_alloc_and_read(fd, &efip) >= 0) { in get_attrs()
536 } else if (status == VT_ENOTSUP && efi_alloc_and_read(fd, &efip) >= 0) { in get_fixed_assocs()
671 efi_alloc_and_read(fd, &efip) >= 0) { in make_fixed_descriptors()
775 status = efi_alloc_and_read(fd, &efip); in match_fixed_name()
H A Dmedia.c471 if (efi_alloc_and_read(fd, &efip) >= 0) {
/illumos-gate/usr/src/man/man3ext/
H A DMakefile72 efi_alloc_and_read.3ext \
143 efi_alloc_and_read.3ext := LINKSRC = efi_alloc_and_init.3ext
/illumos-gate/usr/src/uts/common/sys/
H A Defi_partition.h260 extern int efi_alloc_and_read(int, struct dk_gpt **);
/illumos-gate/usr/src/lib/libefi/common/
H A Dmapfile-vers54 efi_alloc_and_read;
H A Drdwr_efi.c234 efi_alloc_and_read(int fd, struct dk_gpt **vtoc) in efi_alloc_and_read() function
1006 rval = efi_alloc_and_read(fd, &efi_label); in efi_use_whole_disk()
/illumos-gate/usr/src/cmd/devinfo/
H A Ddevinfo.c153 (slice = efi_alloc_and_read(fd, &efi)) >= 0) { in partinfo()
/illumos-gate/usr/src/cmd/hal/probing/storage/
H A Dprobe-storage.c451 } else if (!is_cdrom && (efi_alloc_and_read(rfd, &gpt) >= 0)) { in main()
/illumos-gate/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c574 } else if ((partition_number = efi_alloc_and_read(rfd, &gpt)) >= 0) { in main()
/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_fs.c117 if ((i = efi_alloc_and_read(fd, &vtoc)) >= 0) { in get_sol_prtnum()
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c672 if (efi_alloc_and_read(device->disk_fd, &vtoc) >= 0) { in init_device()
739 if (efi_alloc_and_read(device->disk_fd, &vtoc) < 0) in get_start_sector()
/illumos-gate/usr/src/cmd/prtvtoc/
H A Dprtvtoc.c704 if ((retval = efi_alloc_and_read(fd, efi)) >= 0) in readefi()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3ext.inc56 link path=usr/share/man/man3ext/efi_alloc_and_read.3ext \
/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c842 index = efi_alloc_and_read(fd, &efi_vtoc); in get_device_size()
/illumos-gate/usr/src/cmd/fmthard/
H A Dfmthard.c891 if ((i = efi_alloc_and_read(fd, efi_hdr)) < 0) { in vread64()
/illumos-gate/usr/src/cmd/format/
H A Dlabel.c655 if (efi_alloc_and_read(fd, &vtoc64) < 0) { in read_efi_label()
/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c1097 (efi_alloc_and_read(fd, &gpt)) >= 0) { in is_good_slice()
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_menu.c1127 if (efi_alloc_and_read(fd, &vtoc64) < 0) { in process_b_flag()
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_activate.c909 if ((npart = efi_alloc_and_read(fd, &gpt)) <= 0) in be_do_install_mbr()
/illumos-gate/usr/src/lib/libzutil/common/
H A Dzutil_import.c1075 } else if (efi_alloc_and_read(fd, &gpt) >= 0) { in check_slices()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c2444 index = efi_alloc_and_read(fd, &efi_vtoc); in get_device_size()
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c1157 slice = efi_alloc_and_read(fd, &vtoc); in probe_gpt()
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c2268 rv = efi_alloc_and_read(fd, &gpt); in getdiskinfo()
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c4497 if (efi_alloc_and_read(Dev, &efi_vtoc) < 0) {
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c4537 if ((err = efi_alloc_and_read(fd, &vtoc)) >= 0) { in read_efi_label()

12