Searched refs:efi_alloc_and_init (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/man/man3ext/ |
H A D | Makefile | 27 efi_alloc_and_init.3ext \ 155 efi_alloc_and_read.3ext := LINKSRC = efi_alloc_and_init.3ext 156 efi_free.3ext := LINKSRC = efi_alloc_and_init.3ext 157 efi_use_whole_disk.3ext := LINKSRC = efi_alloc_and_init.3ext 158 efi_write.3ext := LINKSRC = efi_alloc_and_init.3ext
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-library.man3ext.inc | 23 file path=usr/share/man/man3ext/efi_alloc_and_init.3ext 75 target=efi_alloc_and_init.3ext 76 link path=usr/share/man/man3ext/efi_free.3ext target=efi_alloc_and_init.3ext 78 target=efi_alloc_and_init.3ext 79 link path=usr/share/man/man3ext/efi_write.3ext target=efi_alloc_and_init.3ext
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | efi_partition.h | 238 extern int efi_alloc_and_init(int, uint32_t, struct dk_gpt **);
|
/titanic_44/usr/src/lib/libefi/common/ |
H A D | llib-lefi | 37 int efi_alloc_and_init(int fd, uint32_t nparts, struct dk_gpt **vtoc);
|
H A D | mapfile-vers | 48 efi_alloc_and_init;
|
H A D | rdwr_efi.c | 144 efi_alloc_and_init(int fd, uint32_t nparts, struct dk_gpt **vtoc) in efi_alloc_and_init() function 1147 if (efi_alloc_and_init(fd, EFI_NUMPAR, vtoc) != 0) { in efi_auto_sense()
|
/titanic_44/usr/src/cmd/fmthard/ |
H A D | fmthard.c | 639 if ((i = efi_alloc_and_init(fd, max_part, efi)) < 0) { in load64()
|
/titanic_44/usr/src/cmd/format/ |
H A D | label.c | 227 if (efi_alloc_and_init(fd, EFI_NUMPAR, new_vtoc) != 0) { in SMI_vtoc_to_EFI()
|
H A D | auto_sense.c | 287 if (efi_alloc_and_init(fd, EFI_NUMPAR, &vtoc) != 0) { in auto_efi_sense()
|
/titanic_44/usr/src/cmd/zpool/ |
H A D | zpool_vdev.c | 372 if (efi_alloc_and_init(fd, EFI_NUMPAR, &label) != 0) { in is_whole_disk()
|
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 3857 if (efi_alloc_and_init(fd, EFI_NUMPAR, &vtoc) != 0) { in zpool_label_disk()
|