Searched refs:efi_alloc_and_init (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/man/man3ext/ |
H A D | Makefile | 27 efi_alloc_and_init.3ext \ 143 efi_alloc_and_read.3ext := LINKSRC = efi_alloc_and_init.3ext 144 efi_free.3ext := LINKSRC = efi_alloc_and_init.3ext 145 efi_reserved_sectors.3ext := LINKSRC = efi_alloc_and_init.3ext 146 efi_use_whole_disk.3ext := LINKSRC = efi_alloc_and_init.3ext 147 efi_write.3ext := LINKSRC = efi_alloc_and_init.3ext
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3ext.inc | 55 file path=usr/share/man/man3ext/efi_alloc_and_init.3ext 57 target=efi_alloc_and_init.3ext 58 link path=usr/share/man/man3ext/efi_free.3ext target=efi_alloc_and_init.3ext 60 target=efi_alloc_and_init.3ext 62 target=efi_alloc_and_init.3ext 63 link path=usr/share/man/man3ext/efi_write.3ext target=efi_alloc_and_init.3ext
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | efi_partition.h | 259 extern int efi_alloc_and_init(int, uint32_t, struct dk_gpt **);
|
/illumos-gate/usr/src/lib/libefi/common/ |
H A D | mapfile-vers | 53 efi_alloc_and_init;
|
H A D | rdwr_efi.c | 174 efi_alloc_and_init(int fd, uint32_t nparts, struct dk_gpt **vtoc) in efi_alloc_and_init() function 1426 if (efi_alloc_and_init(fd, EFI_NUMPAR, vtoc) != 0) { in efi_auto_sense()
|
/illumos-gate/usr/src/cmd/fmthard/ |
H A D | fmthard.c | 642 if ((i = efi_alloc_and_init(fd, max_part, efi)) < 0) { in load64()
|
/illumos-gate/usr/src/cmd/format/ |
H A D | label.c | 208 if (efi_alloc_and_init(fd, EFI_NUMPAR, new_vtoc) != 0) { in SMI_vtoc_to_EFI()
|
H A D | auto_sense.c | 283 if (efi_alloc_and_init(fd, EFI_NUMPAR, &vtoc) != 0) { in auto_efi_sense()
|
/illumos-gate/usr/src/cmd/zpool/ |
H A D | zpool_vdev.c | 374 if (efi_alloc_and_init(fd, EFI_NUMPAR, &label) != 0) { in is_whole_disk()
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 4637 if (efi_alloc_and_init(fd, EFI_NUMPAR, &vtoc) != 0) { in zpool_label_disk()
|