Lines Matching defs:guid
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()
296 efi_guid_is_zero(const efi_guid_t *guid) in efi_guid_is_zero()
304 efi_guid_to_name(efi_guid_t *guid, char **name) in efi_guid_to_name()
331 efi_guid_to_str(const efi_guid_t *guid, char **sp) in efi_guid_to_str()
342 efi_name_to_guid(const char *name, efi_guid_t *guid) in efi_name_to_guid()
357 efi_set_variable(efi_guid_t guid, const char *name, in efi_set_variable()
382 efi_str_to_guid(const char *s, efi_guid_t *guid) in efi_str_to_guid()