/freebsd-src/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-src/sys/sys/ |
H A D | uuid.h | 44 struct uuid { struct 59 struct uuid *kern_uuidgen(struct uuid *, size_t); argument
|
/freebsd-src/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-src/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-src/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-src/sys/kern/ |
H A D | kern_uuid.c | 132 struct uuid_private uuid; in kern_uuidgen() local 271 snprintf_uuid(char *buf, size_t sz, struct uuid *uuid) in snprintf_uuid() 284 printf_uuid(struct uuid *uuid) in printf_uuid() 293 sbuf_printf_uuid(struct sbuf *sb, struct uuid *uuid) in sbuf_printf_uuid() 319 le_uuid_enc(void *buf, struct uuid const *uuid) in le_uuid_enc() 335 le_uuid_dec(void const *buf, struct uuid *uuid) in le_uuid_dec() 351 be_uuid_enc(void *buf, struct uuid const *uuid) in be_uuid_enc() 367 be_uuid_dec(void const *buf, struct uuid *uuid) in be_uuid_dec() 383 validate_uuid(const char *str, size_t size, struct uuid *uuid, int flags) in validate_uuid() 441 parse_uuid(const char *str, struct uuid *uuid) in parse_uuid()
|
/freebsd-src/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 | 62 int32_t uuid; in server_prepare_service_register_response() local
|
/freebsd-src/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-src/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-src/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-src/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-src/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-src/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() argument 93 acpi_evaluate_dsm_typed(ACPI_HANDLE handle, const char *uuid, int rev, in acpi_evaluate_dsm_typed() argument 289 acpi_check_dsm(ACPI_HANDLE handle,const char * uuid,int rev,uint64_t funcs) acpi_check_dsm() argument 295 acpi_evaluate_dsm_typed(ACPI_HANDLE handle,const char * uuid,int rev,int func,ACPI_OBJECT * argv4,ACPI_OBJECT_TYPE type) acpi_evaluate_dsm_typed() argument
|
/freebsd-src/sys/dev/efidev/ |
H A D | efirt.c | 332 get_table(struct uuid * uuid,void ** ptr) get_table() argument 365 struct uuid uuid = EFI_TABLE_ESRT; get_table_length() local 407 struct uuid uuid = EFI_PROPERTIES_TABLE; get_table_length() local 442 copy_table(struct uuid * uuid,void ** buf,size_t buf_len,size_t * table_len) copy_table() argument 445 struct uuid uuid; copy_table() member [all...] |
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Symbol/ |
H A D | SymbolLocator.cpp | 20 DownloadSymbolFileAsync(const UUID & uuid) DownloadSymbolFileAsync() argument
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_symbolizer_markup.h | 28 u8 uuid[kModuleUUIDSize]; // BuildId member
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | OptionValueUUID.h | 21 OptionValueUUID(const UUID &uuid) : m_uuid(uuid) {} in OptionValueUUID()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/ |
H A D | SymbolLocatorDebugSymbols.cpp | 95 const UUID *uuid = module_spec.GetUUIDPtr(); in LocateExecutableObjectFile() local 330 FindSymbolFileInBundle(const FileSpec & dsym_bundle_fspec,const UUID * uuid,const ArchSpec * arch) FindSymbolFileInBundle() argument 369 FileAtPathContainsArchAndUUID(const FileSpec & file_fspec,const ArchSpec * arch,const lldb_private::UUID * uuid) FileAtPathContainsArchAndUUID() argument 537 const UUID *uuid = module_spec.GetUUIDPtr(); LocateMacOSXFilesUsingDebugSymbols() local 772 const UUID *uuid = module_spec.GetUUIDPtr(); LocateExecutableSymbolFile() local [all...] |
/freebsd-src/usr.sbin/bluetooth/sdpcontrol/ |
H A D | search.c | 129 int128_t uuid; in print_service_class_id_list() local 493 int128_t uuid; in print_bluetooth_profile_descriptor_list() local
|
/freebsd-src/contrib/wpa/src/wps/ |
H A D | wps_er.c | 60 const u8 *uuid) in wps_er_sta_get() argument 100 struct in_addr *addr, const u8 *uuid, in wps_er_ap_get() argument 279 wps_er_ap_get_settings(struct wps_er * er,const u8 * uuid) wps_er_ap_get_settings() argument 637 wps_er_ap_add(struct wps_er * er,const u8 * uuid,struct in_addr * addr,const char * location,int max_age) wps_er_ap_add() argument 1560 wps_er_pbc(struct wps_er * er,const u8 * uuid,const u8 * addr) wps_er_pbc() argument 1911 wps_er_learn(struct wps_er * er,const u8 * uuid,const u8 * addr,const u8 * pin,size_t pin_len) wps_er_learn() argument 1944 wps_er_set_config(struct wps_er * er,const u8 * uuid,const u8 * addr,const struct wps_credential * cred) wps_er_set_config() argument 1995 wps_er_config(struct wps_er * er,const u8 * uuid,const u8 * addr,const u8 * pin,size_t pin_len,const struct wps_credential * cred) wps_er_config() argument 2060 wps_er_nfc_config_token(struct wps_er * er,const u8 * uuid,const u8 * addr) wps_er_nfc_config_token() argument 2082 wps_er_nfc_handover_sel(struct wps_er * er,struct wps_context * wps,const u8 * uuid,const u8 * addr,struct wpabuf * pubkey) wps_er_nfc_handover_sel() argument [all...] |
/freebsd-src/contrib/wpa/wpa_supplicant/ |
H A D | wps_supplicant.c | 1459 char uuid[40], txt[400]; wpas_wps_pin_needed_cb() local 1994 wpas_wps_er_add_pin(struct wpa_supplicant * wpa_s,const u8 * addr,const char * uuid,const char * pin) wpas_wps_er_add_pin() argument 2015 wpas_wps_er_pbc(struct wpa_supplicant * wpa_s,const char * uuid) wpas_wps_er_pbc() argument 2030 wpas_wps_er_learn(struct wpa_supplicant * wpa_s,const char * uuid,const char * pin) wpas_wps_er_learn() argument 2082 wpas_wps_er_set_config(struct wpa_supplicant * wpa_s,const char * uuid,int id) wpas_wps_er_set_config() argument 2109 wpas_wps_er_config(struct wpa_supplicant * wpa_s,const char * uuid,const char * pin,struct wps_new_ap_settings * settings) wpas_wps_er_config() argument 2169 wpas_wps_er_nfc_config_token(struct wpa_supplicant * wpa_s,int ndef,const char * uuid) wpas_wps_er_nfc_config_token() argument 2575 wpas_wps_er_nfc_handover_sel(struct wpa_supplicant * wpa_s,int ndef,const char * uuid) wpas_wps_er_nfc_handover_sel() argument 2630 wpas_wps_nfc_handover_sel(struct wpa_supplicant * wpa_s,int ndef,int cr,const char * uuid) wpas_wps_nfc_handover_sel() argument 2929 const u8 *uuid; wpas_wps_update_ap_info_bss() local [all...] |
/freebsd-src/contrib/wpa/src/ap/ |
H A D | wps_hostapd.c | 177 char uuid[40], txt[400]; in hostapd_wps_pin_needed_cb() local 234 char uuid[40]; in hostapd_wps_reg_success_cb() local 259 char uuid[40]; hostapd_wps_enrollee_seen_cb() local 974 const u8 **uuid = ctx; get_uuid_cb() local 994 const u8 *uuid; get_own_uuid() local 1105 const u8 *uuid; hostapd_init_wps() local 1516 const u8 *uuid; global() member 1541 hostapd_wps_add_pin(struct hostapd_data * hapd,const u8 * addr,const char * uuid,const char * pin,int timeout) hostapd_wps_add_pin() argument [all...] |