Home
last modified time | relevance | path

Searched defs:guid (Results 1 – 21 of 21) sorted by relevance

/dflybsd-src/lib/libefivar/
H A Defivar.c146 efi_append_variable(efi_guid_t guid, const char *name, in efi_append_variable()
155 efi_del_variable(efi_guid_t guid, const char *name) in efi_del_variable()
163 efi_get_variable(efi_guid_t guid, const char *name, in efi_get_variable()
194 efi_get_variable_attributes(efi_guid_t guid, const char *name, in efi_get_variable_attributes()
203 efi_get_variable_size(efi_guid_t guid, const char *name, in efi_get_variable_size()
214 efi_get_next_variable_name(efi_guid_t **guid, char **name) in efi_get_next_variable_name()
297 efi_guid_is_zero(const efi_guid_t *guid) in efi_guid_is_zero()
305 efi_guid_to_name(efi_guid_t *guid, char **name) in efi_guid_to_name()
332 efi_guid_to_str(const efi_guid_t *guid, char **sp) in efi_guid_to_str()
343 efi_name_to_guid(const char *name, efi_guid_t *guid) in efi_name_to_guid()
[all …]
H A Defivar-dp-xlate.c73 uuid_t guid; in find_slice_by_efimedia() local
434 uuid_t guid; in find_slice_efimedia() local
H A Defivar.h94 efi_guid_t guid; member
H A Duefi-dplib.h596 StrToGuid(const char *str, GUID *guid) in StrToGuid()
/dflybsd-src/usr.sbin/efivar/
H A Defivar.c87 breakdown_name(char *name, efi_guid_t *guid, char **vname) in breakdown_name()
119 efi_guid_t guid; in append_variable() local
133 efi_guid_t guid; in delete_variable() local
144 efi_guid_t guid; in write_variable() local
167 pretty_guid(efi_guid_t *guid, char **gname) in pretty_guid()
181 print_var(efi_guid_t *guid, char *name) in print_var()
238 efi_guid_t guid; in print_variable() local
249 efi_guid_t *guid = NULL; in print_variables() local
/dflybsd-src/contrib/file/src/
H A Dfuncs.c791 struct guid { struct
799 file_parse_guid(const char *s, uint64_t *guid) in file_parse_guid()
824 file_print_guid(char *str, size_t len, const uint64_t *guid) in file_print_guid()
H A Dfile.h196 uint64_t guid[2]; member
/dflybsd-src/stand/boot/efi/loader/
H A Dmain.c197 EFI_GUID *guid; in main() local
527 guid_to_string(EFI_GUID *guid) in guid_to_string()
553 EFI_GUID *guid; in command_configuration() local
889 EFI_GUID guid; in command_efi_set() local
923 EFI_GUID guid; in command_efi_unset() local
/dflybsd-src/sys/dev/acpica/acpi_wmi/
H A Dacpi_wmi.c85 char guid[16]; /* 16 byte non human readable GUID */ member
828 acpi_wmi_guid_string_to_guid(const UINT8 *guid_string, UINT8 *guid) in acpi_wmi_guid_string_to_guid()
855 char guid[16]; in acpi_wmi_lookup_wmi_info_by_guid_string() local
950 UINT8* guid; in acpi_wmi_wmistat_read() local
/dflybsd-src/sbin/gpt/
H A Dshow.c80 uuid_t type, guid; in show() local
/dflybsd-src/stand/boot/efi/libefi/
H A Dhandles.c103 uint64_t guid) in efi_handle_update_dev()
/dflybsd-src/sys/dev/drm/include/drm/
H A Ddrm_dp_mst_helper.h142 u8 guid[16]; member
160 u8 guid[16]; member
166 u8 guid[16]; member
243 u8 guid[16]; member
310 u8 guid[16]; member
/dflybsd-src/sys/vfs/hammer2/
H A Dhammer2_subr.c160 hammer2_guid_to_uuid(uuid_t *uuid, uint32_t guid) in hammer2_guid_to_uuid()
/dflybsd-src/usr.sbin/makefs/hammer2/
H A Dhammer2_subr.c176 hammer2_guid_to_uuid(uuid_t *uuid, uint32_t guid) in hammer2_guid_to_uuid()
/dflybsd-src/sys/dev/drm/
H A Ddrm_dp_mst_topology.c1094 static void drm_dp_check_mstb_guid(struct drm_dp_mst_branch *mstb, u8 *guid) in drm_dp_check_mstb_guid()
1299 uint8_t *guid) in get_mst_branch_device_by_guid_helper()
1323 uint8_t *guid) in drm_dp_get_mst_branch_device_by_guid()
1385 u8 *guid) in drm_dp_validate_guid()
2216 u8 guid[16]; in drm_dp_mst_topology_mgr_resume() local
/dflybsd-src/usr.sbin/efibootmgr/
H A Defibootmgr.c132 efi_guid_t guid; member
312 efi_guid_t *guid; in read_vars() local
/dflybsd-src/sys/vfs/hammer/
H A Dhammer_subs.c788 hammer_guid_to_uuid(hammer_uuid_t *uuid, uint32_t guid) in hammer_guid_to_uuid()
/dflybsd-src/sys/dev/acpica/acpi_hp/
H A Dacpi_hp.c899 acpi_hp_get_cmi_block(device_t wmi_dev, const char* guid, UINT8 instance, in acpi_hp_get_cmi_block()
/dflybsd-src/sys/bus/firewire/
H A Dfwohcireg.h222 fwohcireg_t guid; /* GUID_ROM No. 0x4 */ member
/dflybsd-src/sys/dev/drm/amd/display/dc/
H A Ddc.h677 unsigned char guid[16]; member
/dflybsd-src/sys/dev/drm/amd/include/
H A Datomfirmware.h950 …uint8_t guid[16]; // a GUID is a 16 byte long st… member