Searched defs:dk_gpt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Defi_partition.h192 typedef struct dk_gpt { struct
238 extern int efi_alloc_and_init(int, uint32_t, struct dk_gpt **);
239 extern int efi_alloc_and_read(int, struct dk_gpt **);
240 extern int efi_write(int, struct dk_gpt *);
241 extern void efi_free(struct dk_gpt *);
243 extern void efi_err_check(struct dk_gpt *);
244 extern int efi_auto_sense(int fd, struct dk_gpt **);

Completed in 56 milliseconds