Searched defs:uuid (Results 1 - 25 of 122) sorted by last modified time

12345

/freebsd-current/sys/contrib/openzfs/lib/libefi/
H A Drdwr_efi.c48 struct uuid uuid; member in struct:uuid_to_ptag
340 struct uuid uuid; local
[all...]
/freebsd-current/sys/compat/linprocfs/
H A Dlinprocfs.c1981 struct uuid uuid; local
1996 static struct uuid uuid; local
[all...]
/freebsd-current/sys/cam/ctl/
H A Dctl.c4456 const char *eui, *naa, *scsiname, *uuid, *vendor, *value; local
5013 struct scsi_vpd_id_descriptor *naa, *eui64, *uuid; local
[all...]
/freebsd-current/usr.sbin/bluetooth/sdpd/
H A Dssr.c64 uint128_t uuid, puuid; local
[all...]
H A Dsrr.c62 int32_t uuid; local
H A Dprofile.c49 profile_get_descriptor(uint16_t uuid) argument
/freebsd-current/usr.sbin/bluetooth/sdpcontrol/
H A Dsearch.c129 int128_t uuid; local
493 int128_t uuid; local
[all...]
/freebsd-current/usr.sbin/bluetooth/bthidcontrol/
H A Dsdp.c253 int32_t type, len, uuid, psm; local
/freebsd-current/sys/geom/label/
H A Dg_label_swaplinux.c30 unsigned char uuid[SWAP_UUID_LENGTH]; member in struct:swap_header_v1_2
/freebsd-current/sys/fs/nfsclient/
H A Dnfs_clstate.c874 char uuid[HOSTUUIDLEN]; local
/freebsd-current/contrib/libarchive/test_utils/
H A Dtest_main.c2952 uuid_t uuid; local
/freebsd-current/sys/kern/
H A Dkern_uuid.c132 struct uuid_private uuid; local
271 snprintf_uuid(char *buf, size_t sz, struct uuid *uuid) argument
284 printf_uuid(struct uuid *uuid) argument
293 sbuf_printf_uuid(struct sbuf *sb, struct uuid *uuid) argument
319 le_uuid_enc(void *buf, struct uuid const *uuid) argument
335 le_uuid_dec(void const *buf, struct uuid *uuid) argument
351 be_uuid_enc(void *buf, struct uuid const *uuid) argument
367 be_uuid_dec(void const *buf, struct uuid *uuid) argument
383 validate_uuid(const char *str, size_t size, struct uuid *uuid, int flags) argument
441 parse_uuid(const char *str, struct uuid *uuid) argument
[all...]
/freebsd-current/usr.sbin/bhyve/
H A Dsmbiostbl.c157 uint8_t uuid[16]; /* uuid byte array */ member in struct:smbios_table_type1
667 uuid_t uuid; local
/freebsd-current/sys/net/
H A Dif_ethersubr.c1494 char uuid[HOSTUUIDLEN + 1]; local
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_acpi.c74 acpi_check_dsm(ACPI_HANDLE handle, const char *uuid, int rev, uint64_t funcs) argument
93 acpi_evaluate_dsm_typed(ACPI_HANDLE handle, const char *uuid, int rev, argument
289 acpi_check_dsm(ACPI_HANDLE handle, const char *uuid, int rev, uint64_t funcs) argument
295 acpi_evaluate_dsm_typed(ACPI_HANDLE handle, const char *uuid, int rev, argument
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8940 static void PrintUuidLoadCommand(MachO::uuid_command uuid) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp88 uuid_t uuid; local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h792 uint8_t uuid[16]; member in struct:llvm::MachO::uuid_command
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolLocator.cpp20 void SymbolLocator::DownloadSymbolFileAsync(const UUID &uuid) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp73 const UUID *uuid = module_spec.GetUUIDPtr(); local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp95 const UUID *uuid = module_spec.GetUUIDPtr(); local
329 FindSymbolFileInBundle( const FileSpec &dsym_bundle_fspec, const UUID *uuid, const ArchSpec *arch) argument
367 FileAtPathContainsArchAndUUID(const FileSpec &file_fspec, const ArchSpec *arch, const lldb_private::UUID *uuid) argument
537 const UUID *uuid = module_spec.GetUUIDPtr(); local
772 const UUID *uuid = module_spec.GetUUIDPtr(); local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp474 const auto uuid = m_minidump_parser->GetModuleUUID(module); local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1019 UUID uuid; local
H A DGDBRemoteCommunicationClient.cpp3797 std::string uuid; local
1005 GetProcessStandaloneBinary( UUID &uuid, addr_t &value, bool &value_is_offset) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.cpp133 lldb_private::UUID &uuid = module_spec.GetUUID(); local

Completed in 668 milliseconds

12345