Home
last modified time | relevance | path

Searched refs:efi_alloc_and_init (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/man/man3ext/
H A DMakefile27 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 Dsystem-library.man3ext.inc55 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 Defi_partition.h259 extern int efi_alloc_and_init(int, uint32_t, struct dk_gpt **);
/illumos-gate/usr/src/lib/libefi/common/
H A Dmapfile-vers53 efi_alloc_and_init;
H A Drdwr_efi.c173 efi_alloc_and_init(int fd, uint32_t nparts, struct dk_gpt **vtoc) in efi_alloc_and_init() function
1425 if (efi_alloc_and_init(fd, EFI_NUMPAR, vtoc) != 0) { in efi_auto_sense()
/illumos-gate/usr/src/cmd/fmthard/
H A Dfmthard.c642 if ((i = efi_alloc_and_init(fd, max_part, efi)) < 0) { in load64()
/illumos-gate/usr/src/cmd/format/
H A Dlabel.c208 if (efi_alloc_and_init(fd, EFI_NUMPAR, new_vtoc) != 0) { in SMI_vtoc_to_EFI()
H A Dauto_sense.c283 if (efi_alloc_and_init(fd, EFI_NUMPAR, &vtoc) != 0) { in auto_efi_sense()
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_vdev.c374 if (efi_alloc_and_init(fd, EFI_NUMPAR, &label) != 0) { in is_whole_disk()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c4637 if (efi_alloc_and_init(fd, EFI_NUMPAR, &vtoc) != 0) { in zpool_label_disk()