Searched refs:efi_alloc_and_read (Results 1 - 13 of 13) sorted by relevance

/osnet-11/usr/src/lib/libefi/common/
H A Dllib-lefi35 int efi_alloc_and_read(int fd, struct dk_gpt **vtoc);
H A Drdwr_efi.c204 efi_alloc_and_read(int fd, struct dk_gpt **vtoc) function
881 rval = efi_alloc_and_read(fd, &efi_label);
/osnet-11/usr/src/lib/libbootmgmt/common/
H A Dlibbootmgmt.c274 if ((err = efi_alloc_and_read(fd, &efi_vtoc)) >= 0) {
699 if ((efi_alloc_and_read(fd, &efi_vtoc)) >= 0) {
744 if (efi_alloc_and_read(fd, &local_efi_vtoc) < 0)
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dslice.c414 } else if (status == VT_ENOTSUP && efi_alloc_and_read(fd, &efip) >= 0) {
649 } else if (status == VT_ENOTSUP && efi_alloc_and_read(fd, &efip) >= 0) {
783 efi_alloc_and_read(fd, &efip) >= 0) {
886 } else if (status == VT_ENOTSUP && efi_alloc_and_read(fd, &efip) >= 0) {
H A Dmedia.c453 if (efi_alloc_and_read(fd, &efip) >= 0) {
H A Ddrive.c642 (efi_alloc_and_read(fd, &efip) >= 0)) {
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dpysol.py358 _libefi.efi_alloc_and_read.argtypes = [c_int, POINTER(POINTER(Dk_gpt_t))]
366 rval = _libefi.efi_alloc_and_read(diskfd, cast(datap,
380 rval = _libefi.efi_alloc_and_read(diskfd, cast(datap, POINTER(POINTER(Dk_gpt_t))))
388 # returned from efi_alloc_and_read():
/osnet-11/usr/src/lib/libpower/common/
H A Dpm_suspend.c180 (efi_alloc_and_read(fd, &gpt)) >= 0) {
/osnet-11/usr/src/cmd/hal/probing/storage/
H A Dprobe-storage.c423 } else if (!is_cdrom && (efi_alloc_and_read(rfd, &gpt) >= 0)) {
/osnet-11/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c558 } else if ((partition_number = efi_alloc_and_read(rfd, &gpt)) >= 0) {
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_nameinfo.c603 /* DKIOCGGEOM yielded ENOTSUP => try efi_alloc_and_read */
610 partno = efi_alloc_and_read(fd, &gpt);
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c1014 } else if (efi_alloc_and_read(fd, &gpt) >= 0) {
H A Dlibzfs_pool.c3882 if ((err = efi_alloc_and_read(fd, &vtoc)) >= 0) {

Completed in 67 milliseconds