Home
last modified time | relevance | path

Searched refs:efi_guid_t (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libefivar/
H A Defivar.h51 typedef uuid_t efi_guid_t; typedef
56 ((efi_guid_t) {(a), (b), (c), (d) >> 8, (d) & 0xff, \
60 ((efi_guid_t) {(a), (b), (c), (d) & 0xff, (d) >> 8, \
67 int efi_append_variable(efi_guid_t guid, const char *name,
69 int efi_del_variable(efi_guid_t guid, const char *name);
70 int efi_get_variable(efi_guid_t guid, const char *name,
72 int efi_get_variable_attributes(efi_guid_t guid, const char *name,
74 int efi_get_variable_size(efi_guid_t guid, const char *name, size_t *size);
75 int efi_get_next_variable_name(efi_guid_t **guid, char **name);
76 int efi_guid_cmp(const efi_guid_t *guid1, const efi_guid_t *guid2);
[all …]
H A Defivar.c42 const efi_guid_t efi_guid_empty = Z;
145 efi_append_variable(efi_guid_t guid, const char *name, in efi_append_variable()
154 efi_del_variable(efi_guid_t guid, const char *name) in efi_del_variable()
162 efi_get_variable(efi_guid_t guid, const char *name, in efi_get_variable()
193 efi_get_variable_attributes(efi_guid_t guid, const char *name, in efi_get_variable_attributes()
202 efi_get_variable_size(efi_guid_t guid, const char *name, in efi_get_variable_size()
213 efi_get_next_variable_name(efi_guid_t **guid, char **name) in efi_get_next_variable_name()
219 static efi_guid_t retguid; in efi_get_next_variable_name()
288 efi_guid_cmp(const efi_guid_t *guid1, const efi_guid_t *guid2) in efi_guid_cmp()
296 efi_guid_is_zero(const efi_guid_t *guid) in efi_guid_is_zero()
[all …]
/freebsd/usr.sbin/efivar/
H A Defivar.c116 breakdown_name(char *name, efi_guid_t *guid, char **vname) in breakdown_name()
157 efi_guid_t guid; in append_variable()
171 efi_guid_t guid; in delete_variable()
182 efi_guid_t guid; in write_variable()
205 pretty_guid(efi_guid_t *guid, char **gname) in pretty_guid()
219 print_var(efi_guid_t *guid, char *name) in print_var()
278 efi_guid_t guid; in print_variable()
289 efi_guid_t *guid = NULL; in print_variables()
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Duefi.c26 static void *iwl_uefi_get_variable(efi_char16_t *name, efi_guid_t *guid, in iwl_uefi_get_variable()
/freebsd/usr.sbin/efibootmgr/
H A Defibootmgr.c137 efi_guid_t guid;
326 efi_guid_t *guid; in read_vars()