/titanic_44/usr/src/lib/libdiskmgt/common/ |
H A D | slice.c | 422 } else if (status == VT_ENOTSUP && efi_alloc_and_read(fd, &efip) >= 0) { in get_attrs() 635 } else if (status == VT_ENOTSUP && efi_alloc_and_read(fd, &efip) >= 0) { in get_fixed_assocs() 769 efi_alloc_and_read(fd, &efip) >= 0) { in make_fixed_descriptors() 872 } else if (status == VT_ENOTSUP && efi_alloc_and_read(fd, &efip) >= 0) { in match_fixed_name()
|
H A D | media.c | 471 if (efi_alloc_and_read(fd, &efip) >= 0) {
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | efi_partition.h | 239 extern int efi_alloc_and_read(int, struct dk_gpt **);
|
/titanic_44/usr/src/lib/libefi/common/ |
H A D | llib-lefi | 38 int efi_alloc_and_read(int fd, struct dk_gpt **vtoc);
|
H A D | mapfile-vers | 49 efi_alloc_and_read;
|
H A D | rdwr_efi.c | 205 efi_alloc_and_read(int fd, struct dk_gpt **vtoc) in efi_alloc_and_read() function 759 rval = efi_alloc_and_read(fd, &efi_label); in efi_use_whole_disk()
|
/titanic_44/usr/src/man/man3ext/ |
H A D | Makefile | 78 efi_alloc_and_read.3ext \ 155 efi_alloc_and_read.3ext := LINKSRC = efi_alloc_and_init.3ext
|
/titanic_44/usr/src/cmd/devinfo/ |
H A D | devinfo.c | 153 (slice = efi_alloc_and_read(fd, &efi)) >= 0) { in partinfo()
|
/titanic_44/usr/src/cmd/hal/probing/storage/ |
H A D | probe-storage.c | 451 } else if (!is_cdrom && (efi_alloc_and_read(rfd, &gpt) >= 0)) { in main()
|
/titanic_44/usr/src/cmd/hal/probing/volume/ |
H A D | probe-volume.c | 574 } else if ((partition_number = efi_alloc_and_read(rfd, &gpt)) >= 0) { in main()
|
/titanic_44/usr/src/lib/libgrubmgmt/common/ |
H A D | libgrub_fs.c | 117 if ((i = efi_alloc_and_read(fd, &vtoc)) >= 0) { in get_sol_prtnum()
|
/titanic_44/usr/src/cmd/prtvtoc/ |
H A D | prtvtoc.c | 634 if ((retval = efi_alloc_and_read(fd, efi)) >= 0) in readefi()
|
/titanic_44/usr/src/cmd/boot/installgrub/ |
H A D | installgrub.c | 667 if (efi_alloc_and_read(device->disk_fd, &vtoc) > 0) { in init_device() 734 if (efi_alloc_and_read(device->disk_fd, &vtoc) <= 0) in get_start_sector()
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-library.man3ext.inc | 74 link path=usr/share/man/man3ext/efi_alloc_and_read.3ext \
|
/titanic_44/usr/src/cmd/fs.d/ufs/newfs/ |
H A D | newfs.c | 842 index = efi_alloc_and_read(fd, &efi_vtoc); in get_device_size()
|
/titanic_44/usr/src/cmd/fmthard/ |
H A D | fmthard.c | 888 if ((i = efi_alloc_and_read(fd, efi_hdr)) < 0) { in vread64()
|
/titanic_44/usr/src/cmd/format/ |
H A D | label.c | 673 if (efi_alloc_and_read(fd, &vtoc64) < 0) { in read_efi_label()
|
/titanic_44/usr/src/lib/libbe/common/ |
H A D | be_activate.c | 801 if ((npart = efi_alloc_and_read(fd, &gpt)) <= 0) in be_do_installgrub_mbr()
|
/titanic_44/usr/src/cmd/power/ |
H A D | handlers.c | 1097 (efi_alloc_and_read(fd, &gpt)) >= 0) { in is_good_slice()
|
/titanic_44/usr/src/cmd/rmformat/ |
H A D | rmf_menu.c | 1127 if (efi_alloc_and_read(fd, &vtoc64) < 0) { in process_b_flag()
|
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_import.c | 1020 } else if (efi_alloc_and_read(fd, &gpt) >= 0) { in check_slices()
|
H A D | libzfs_pool.c | 3766 if ((err = efi_alloc_and_read(fd, &vtoc)) >= 0) { in read_efi_label()
|
/titanic_44/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | utilities.c | 2437 index = efi_alloc_and_read(fd, &efi_vtoc); in get_device_size()
|
/titanic_44/usr/src/cmd/fdisk/ |
H A D | fdisk.c | 4487 if (efi_alloc_and_read(Dev, &efi_vtoc) < 0) {
|
/titanic_44/usr/src/cmd/fs.d/ufs/mkfs/ |
H A D | mkfs.c | 2400 index = efi_alloc_and_read(fd, &efi_vtoc); in get_max_size()
|