/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | uuid.h | 69 typedef struct uuid { struct 81 * Convert a uuid to/from little-endian format argument 92 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 | 69 struct uuid { struct 81 * 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() 53 osdep_uuidgen(mkimg_uuid_t *uuid) in osdep_uuidgen() 85 mkimg_uuid(mkimg_uuid_t *uuid) in mkimg_uuid() 101 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
|
/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/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/crypto/krb5/src/ccapi/common/win/OldCC/ |
H A D | ccutils.c | 85 HANDLE createThreadEvent(char* uuid, char* suffix) { in createThreadEvent() 118 HANDLE openThreadEvent(char* uuid, char* suffix) { in openThreadEvent()
|
/freebsd/crypto/krb5/src/ccapi/lib/win/ |
H A D | ccs_reply_proc.c | 40 const char* uuid, /* uuid for making thread-specific event name */ in ccs_rpc_request_reply() 72 const char* uuid, /* uuid for making thread-specific event name */ in ccs_rpc_connect_reply()
|
H A D | ccapi_os_ipc.cxx | 113 UUID __RPC_FAR uuid; in cci_os_ipc_thread_init() local 186 char* uuid = NULL; in cci_os_ipc_msg() local 306 char* uuid = NULL; in ccapi_connect() local
|
/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/usr.sbin/efitable/ |
H A D | efitable.c | 90 struct uuid uuid; in main() local 191 char *uuid; in efi_table_print_esrt() local
|
/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/crypto/krb5/src/ccapi/common/win/ |
H A D | cci_os_identifier.c | 35 UUID uuid; in cci_os_identifier_new_uuid() local
|
/freebsd/crypto/krb5/src/ccapi/server/win/ |
H A D | ccs_win_pipe.h | 46 char* uuid; member
|
/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/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()
|