Home
last modified time | relevance | path

Searched defs:uuid (Results 1 – 25 of 130) sorted by relevance

123456

/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Duuid.h69 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 Duuid.h44 struct uuid { struct
59 struct uuid *kern_uuidgen(struct uuid *, size_t); argument
/freebsd/sys/contrib/openzfs/include/sys/
H A Duuid.h69 struct uuid { struct
81 * Convert a uuid to/from little-endian format argument
/freebsd/usr.bin/mkimg/
H A Duuid.c41 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 Dgpt.c188 mkimg_uuid_t uuid; in gpt_mktbl() local
232 mkimg_uuid_t uuid; in gpt_write() local
/freebsd/lib/libc/uuid/
H A Duuid_stream.c55 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 Dkern_uuid.c131 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 Dssar.c52 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 DLocateSymbolFile.cpp
H A DSymbolLocator.cpp21 void SymbolLocator::DownloadSymbolFileAsync(const UUID &uuid) { in DownloadSymbolFileAsync()
/freebsd/contrib/wpa/src/utils/
H A Duuid.c65 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 Dccutils.c85 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 Dccs_reply_proc.c40 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 Dccapi_os_ipc.cxx113 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 Dsdp.c61 _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 Dwps-nfc.py87 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 DObjectFileBreakpad.cpp25 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 Dlinux_acpi.c74 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 Defitable.c90 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 DObjectFileJSON.cpp81 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 DUuidCompatibility.h
/freebsd/crypto/krb5/src/ccapi/common/win/
H A Dcci_os_identifier.c35 UUID uuid; in cci_os_identifier_new_uuid() local
/freebsd/crypto/krb5/src/ccapi/server/win/
H A Dccs_win_pipe.h46 char* uuid; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp95 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 Dwps_er.c60 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()

123456