Lines Matching refs:uuid
34 #include <sys/uuid.h>
51 extern const struct uuid EFI_UUID_ACPI20;
52 extern const struct uuid EFI_UUID_ACPI10;
53 extern const struct uuid EFI_UUID_SMBIOS;
54 extern const struct uuid EFI_UUID_SMBIOS3;
94 struct uuid *, uint32_t, void *);
96 struct uuid *, void *, void *);
98 struct uuid *, void *);
100 struct uuid *, void **);
102 struct uuid *, void **);
103 efi_status (*bs_registerprotocolnotify)(struct uuid *, efi_event,
105 efi_status (*bs_locatehandle)(uint32_t, struct uuid *, void *,
107 efi_status (*bs_locatedevicepath)(struct uuid *, efi_device_path **,
109 efi_status (*bs_installconfigurationtable)(struct uuid *, void *);
124 efi_status (*bs_openprotocol)(efi_handle, struct uuid *, void **,
126 efi_status (*bs_closeprotocol)(efi_handle, struct uuid *,
131 struct uuid ***, uintn *);
132 efi_status (*bs_locatehandlebuffer)(uint32_t, struct uuid *,
134 efi_status (*bs_locateprotocol)(struct uuid *, void *, void **);
143 efi_event_notify, void *, struct uuid, efi_event *);
193 struct uuid ct_uuid;
215 struct uuid ct_uuid;
242 paddr_t efi_getcfgtblpa(const struct uuid*);
243 void *efi_getcfgtbl(const struct uuid*);
252 void *efi_get_table(struct uuid *);