/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | uuid.h | 68 typedef struct uuid { struct 80 * Convert a uuid to/from little-endian format argument 91 uuid_is_null(const caddr_t uuid) in uuid_is_null()
|
/freebsd/sys/sys/ |
H A D | uuid.h | 44 struct uuid { struct 59 struct uuid *kern_uuidgen(struct uuid *, size_t); argument
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | uuid.h | 68 struct uuid { struct 80 * Convert a uuid to/from little-endian format argument
|
/freebsd/usr.bin/mkimg/ |
H A D | uuid.c | 41 osdep_uuidgen(mkimg_uuid_t *uuid) in osdep_uuidgen() 52 osdep_uuidgen(mkimg_uuid_t *uuid) in osdep_uuidgen() 64 osdep_uuidgen(mkimg_uuid_t *uuid) in osdep_uuidgen() 94 mkimg_uuid(mkimg_uuid_t *uuid) in mkimg_uuid() 110 mkimg_uuid_enc(void *buf, const mkimg_uuid_t *uuid) in mkimg_uuid_enc()
|
H A D | gpt.c | 188 mkimg_uuid_t uuid; in gpt_mktbl() local 232 mkimg_uuid_t uuid; in gpt_write() local
|
/freebsd/lib/libc/uuid/ |
H A D | uuid_stream.c | 55 uuid_enc_le(void *buf, const uuid_t *uuid) in uuid_enc_le() 70 uuid_dec_le(const void *buf, uuid_t *uuid) in uuid_dec_le() 85 uuid_enc_be(void *buf, const uuid_t *uuid) in uuid_enc_be() 100 uuid_dec_be(const void *buf, uuid_t *uuid) in uuid_dec_be()
|
/freebsd/sys/kern/ |
H A D | kern_uuid.c | 131 struct uuid_private uuid; kern_uuidgen() local 270 snprintf_uuid(char * buf,size_t sz,struct uuid * uuid) snprintf_uuid() argument 283 printf_uuid(struct uuid * uuid) printf_uuid() argument 292 sbuf_printf_uuid(struct sbuf * sb,struct uuid * uuid) sbuf_printf_uuid() argument 318 le_uuid_enc(void * buf,struct uuid const * uuid) le_uuid_enc() argument 334 le_uuid_dec(void const * buf,struct uuid * uuid) le_uuid_dec() argument 350 be_uuid_enc(void * buf,struct uuid const * uuid) be_uuid_enc() argument 366 be_uuid_dec(void const * buf,struct uuid * uuid) be_uuid_dec() argument 382 validate_uuid(const char * str,size_t size,struct uuid * uuid,int flags) validate_uuid() argument 440 parse_uuid(const char * str,struct uuid * uuid) parse_uuid() argument [all...] |
/freebsd/usr.sbin/bluetooth/sdpd/ |
H A D | ssar.c | 52 server_search_uuid_sub(uint8_t *buf, uint8_t const * const eob, const uint128_t *uuid) in server_search_uuid_sub() 155 server_search_uuid(provider_p const provider, const uint128_t *uuid) in server_search_uuid() 190 uint128_t uuid, puuid; in server_prepare_service_search_attribute_response() local
|
H A D | srr.c | 61 int32_t uuid; server_prepare_service_register_response() local
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | LocateSymbolFile.cpp |
|
H A D | SymbolLocator.cpp | 21 void SymbolLocator::DownloadSymbolFileAsync(const UUID &uuid) { in DownloadSymbolFileAsync()
|
/freebsd/usr.sbin/efitable/ |
H A D | efitable.c | 52 struct uuid uuid; member 89 struct uuid uuid; in main() local 182 char *uuid; in efi_table_print_esrt() local
|
/freebsd/contrib/wpa/src/utils/ |
H A D | uuid.c | 65 int is_nil_uuid(const u8 *uuid) in is_nil_uuid() 75 int uuid_random(u8 *uuid) in uuid_random()
|
/freebsd/usr.sbin/bluetooth/btpand/ |
H A D | sdp.c | 61 _sdp_match_uuid16(uint8_t **ptr, uint8_t *limit, uint16_t uuid) in _sdp_match_uuid16() 85 _sdp_get_uuid(uint8_t **ptr, uint8_t *limit, uuid_t *uuid) in _sdp_get_uuid()
|
/freebsd/contrib/wpa/wpa_supplicant/examples/ |
H A D | wps-nfc.py | 87 def wpas_get_er_config_token(uuid): argument 116 def wpas_get_handover_sel(uuid): argument 345 def wps_write_er_config_tag(clf, uuid, wait_remove=True): argument
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
H A D | ObjectFileBreakpad.cpp | 25 UUID uuid; member 44 UUID uuid = Info && Info->ID ? Info->ID : Module->ID; in parse() local 111 UUID uuid) in ObjectFileBreakpad()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_acpi.c | 74 acpi_check_dsm(ACPI_HANDLE handle, const char *uuid, int rev, uint64_t funcs) in acpi_check_dsm() 93 acpi_evaluate_dsm_typed(ACPI_HANDLE handle, const char *uuid, int rev, in acpi_evaluate_dsm_typed() 314 acpi_check_dsm(ACPI_HANDLE handle, const char *uuid, int rev, uint64_t funcs) in acpi_check_dsm() 320 acpi_evaluate_dsm_typed(ACPI_HANDLE handle, const char *uuid, int rev, in acpi_evaluate_dsm_typed()
|
/freebsd/sys/dev/efidev/ |
H A D | efirt.c | 334 get_table(struct uuid *uuid, void **ptr) in get_table() 367 struct uuid uuid = EFI_TABLE_ESRT; in get_table_length() local 409 struct uuid uuid = EFI_PROPERTIES_TABLE; in get_table_length() local 444 copy_table(struct uuid *uuid, void **buf, size_t buf_len, size_t *table_len) in copy_table() 447 struct uuid uuid; in copy_table() member
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/ |
H A D | ObjectFileJSON.cpp | 81 UUID uuid; in CreateInstance() local 139 UUID uuid; in GetModuleSpecifications() local 151 UUID uuid, Type type, in ObjectFileJSON()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | UuidCompatibility.h |
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/ |
H A D | SymbolLocatorDebugSymbols.cpp | 95 const UUID *uuid = module_spec.GetUUIDPtr(); in LocateExecutableObjectFile() local 330 const FileSpec &dsym_bundle_fspec, const UUID *uuid, const ArchSpec *arch) { in FindSymbolFileInBundle() 369 const lldb_private::UUID *uuid) { in FileAtPathContainsArchAndUUID() 537 const UUID *uuid = module_spec.GetUUIDPtr(); in LocateMacOSXFilesUsingDebugSymbols() local 772 const UUID *uuid = module_spec.GetUUIDPtr(); in LocateExecutableSymbolFile() local
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | OptionValueUUID.h | 21 OptionValueUUID(const UUID &uuid) : m_uuid(uuid) {} in OptionValueUUID()
|
/freebsd/contrib/wpa/src/wps/ |
H A D | wps_er.c | 60 const u8 *uuid) in wps_er_sta_get() 100 struct in_addr *addr, const u8 *uuid, in wps_er_ap_get() 279 const u8 *uuid) in wps_er_ap_get_settings() 637 void wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr, in wps_er_ap_add() 1560 int wps_er_pbc(struct wps_er *er, const u8 *uuid, const u8 *addr) in wps_er_pbc() 1911 int wps_er_learn(struct wps_er *er, const u8 *uuid, const u8 *addr, in wps_er_learn() 1944 int wps_er_set_config(struct wps_er *er, const u8 *uuid, const u8 *addr, in wps_er_set_config() 1995 int wps_er_config(struct wps_er *er, const u8 *uuid, const u8 *addr, in wps_er_config() 2060 struct wpabuf * wps_er_nfc_config_token(struct wps_er *er, const u8 *uuid, in wps_er_nfc_config_token() 2082 struct wps_context *wps, const u8 *uuid, in wps_er_nfc_handover_sel()
|
/freebsd/usr.sbin/bluetooth/sdpcontrol/ |
H A D | search.c | 128 int128_t uuid; print_service_class_id_list() local 492 int128_t uuid; print_bluetooth_profile_descriptor_list() local [all...] |
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | wps_supplicant.c | 1478 char uuid[40], txt[400]; in wpas_wps_pin_needed_cb() local 2030 const char *uuid, const char *pin) in wpas_wps_er_add_pin() 2051 int wpas_wps_er_pbc(struct wpa_supplicant *wpa_s, const char *uuid) in wpas_wps_er_pbc() 2066 int wpas_wps_er_learn(struct wpa_supplicant *wpa_s, const char *uuid, in wpas_wps_er_learn() 2118 int wpas_wps_er_set_config(struct wpa_supplicant *wpa_s, const char *uuid, in wpas_wps_er_set_config() 2145 int wpas_wps_er_config(struct wpa_supplicant *wpa_s, const char *uuid, in wpas_wps_er_config() 2205 int ndef, const char *uuid) in wpas_wps_er_nfc_config_token() 2611 const char *uuid) in wpas_wps_er_nfc_handover_sel() 2666 int ndef, int cr, const char *uuid) in wpas_wps_nfc_handover_sel() 2965 const u8 *uuid; in wpas_wps_update_ap_info_bss() local
|