| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | UUID.cpp | 25 UUID::UUID() : m_num_uuid_bytes(16) in UUID() function in lldb_private::UUID 30 UUID::UUID(const UUID& rhs) in UUID() function in lldb_private::UUID 36 UUID::UUID (const void *uuid_bytes, uint32_t num_uuid_bytes) in UUID() function in lldb_private::UUID 41 const UUID& 42 UUID::operator=(const UUID& rhs) in operator =() 52 UUID::~UUID() in ~UUID() 57 UUID::Clear() in Clear() 64 UUID::GetBytes() const in GetBytes() 70 UUID::GetAsString (const char *separator) const in GetAsString() 97 UUID::Dump (Stream *s) const in Dump() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | UUID.h | 24 class UUID 33 UUID (); 34 UUID (const UUID& rhs); 35 UUID (const void *uuid_bytes, uint32_t num_uuid_bytes); 37 ~UUID (); 39 const UUID& 40 operator=(const UUID& rhs); 102 bool operator == (const UUID &lhs, const UUID &rhs); 103 bool operator != (const UUID &lhs, const UUID &rhs); 104 bool operator < (const UUID &lhs, const UUID &rhs); [all …]
|
| HD | ModuleSpec.h | 212 UUID * 220 const UUID * 228 UUID & 234 const UUID & 453 UUID m_uuid;
|
| HD | Module.h | 781 const lldb_private::UUID & 1101 …UUID m_uuid; ///< Each module is assumed to have a unique identifie…
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| HD | OptionValueUUID.h | 31 OptionValueUUID (const UUID &uuid) : in OptionValueUUID() 74 UUID & 80 const UUID & 87 SetCurrentValue (const UUID &value) in SetCurrentValue() 101 UUID m_uuid;
|
| HD | OptionValue.h | 390 UUID 394 SetUUIDValue (const UUID &uuid);
|
| /NextBSD/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | Symbols.cpp | 60 …tainsArchAndUUID (const FileSpec &file_fspec, const ArchSpec *arch, const lldb_private::UUID *uuid) in FileAtPathContainsArchAndUUID() 151 const UUID *uuid = module_spec.GetUUIDPtr(); in LocateExecutableSymbolFileDsym() 175 const UUID *uuid = module_spec.GetUUIDPtr(); in LocateExecutableObjectFile() 217 const UUID &module_uuid = module_spec.GetUUID(); in LocateExecutableSymbolFile() 282 const lldb_private::UUID *uuid, in FindSymbolFileInBundle()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Interpreter/ |
| HD | OptionValueUUID.cpp | 96 UUID::ValueType uuid_bytes; in AutoComplete() 97 … const size_t num_bytes_decoded = UUID::DecodeUUIDBytesFromCString(s, uuid_bytes, nullptr); in AutoComplete() 103 const UUID &module_uuid = module_sp->GetUUID(); in AutoComplete()
|
| HD | OptionValue.cpp | 590 UUID 596 return UUID(); in GetUUIDValue() 600 OptionValue::SetUUIDValue (const UUID &uuid) in SetUUIDValue()
|
| /NextBSD/contrib/file/magic/Magdir/ |
| HD | linux | 81 # volume label and UUID Russell Coker 88 >0x40c belong x UUID=%08x 247 # System ID, UUID and volume group name are 128 bytes long 269 # display UUID in LVM format + display all 32 bytes (instead of max string length: 31) 270 >>&0x0 string >\x2f \b, UUID: %.6s 281 # display UUID in LVM format + display all 32 bytes (instead of max string length: 31) 282 >>&0x0 string >\x2f \b, UUID: %.6s 293 # display UUID in LVM format + display all 32 bytes (instead of max string length: 31) 294 >>&0x0 string >\x2f \b, UUID: %.6s 305 # display UUID in LVM format + display all 32 bytes (instead of max string length: 31) [all …]
|
| HD | luks | 13 >168 string x UUID: %s
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| HD | ObjectFileELF.h | 158 GetUUID(lldb_private::UUID* uuid) override; 232 lldb_private::UUID m_uuid; 296 lldb_private::UUID &uuid, 428 …e (lldb_private::DataExtractor &data, lldb_private::ArchSpec &arch_spec, lldb_private::UUID &uuid);
|
| /NextBSD/contrib/wpa/wpa_supplicant/ |
| HD | README-WPS | 74 WPS needs the Universally Unique IDentifier (UUID; see RFC 4122) for 76 wpa_supplicant (if not set, UUID will be generated based on local MAC 79 # example UUID for WPS 261 wps_er_learn <UUID|BSSID> <AP PIN> 264 wps_er_set_config <UUID|BSSID> <network id> 270 wps_er_config <UUID|BSSID> <AP PIN> <new SSID> <auth> <encr> <new key> 279 wps_er_pbc <Enrollee UUID|MAC address> 282 wps_er_pin <Enrollee UUID|"any"|MAC address> <PIN> [Enrollee MAC address] 284 - if Enrollee UUID is not known, "any" can be used to add a wildcard PIN 374 "nfc_get_handover_sel <NDEF> <WPS> [UUID|BSSID]" command can be used to [all …]
|
| /NextBSD/contrib/wpa/hostapd/ |
| HD | README-WPS | 100 # If UUID is not configured, it will be generated based on local MAC address. 134 identifier (Enrollee UUID) is sent. hostapd will need to be configured 149 - Enrollee UUID 162 WPS-PIN-NEEDED [UUID-E|MAC Address|Device Name|Manufacturer|Model Name|Model Number|Serial Number|D… 176 If the UUID-E is not available (e.g., Enrollee waits for the Registrar 177 to be selected before connecting), wildcard UUID may be used to allow 178 the PIN to be used once with any UUID: 278 WPS-REG-SUCCESS <Enrollee MAC address <UUID-E>
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/ |
| HD | Symbols.h | 46 const lldb_private::UUID *uuid,
|
| /NextBSD/contrib/llvm/tools/lldb/source/Utility/ |
| HD | ModuleCache.h | 27 class UUID; variable
|
| HD | ModuleCache.cpp | 56 GetModuleDirectory (const FileSpec &root_dir_spec, const UUID &uuid) in GetModuleDirectory()
|
| /NextBSD/lib/clang/liblldbCore/ |
| HD | Makefile | 66 UUID.cpp \
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/ |
| HD | ObjectFileJIT.h | 104 GetUUID (lldb_private::UUID* uuid);
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/ |
| HD | PlatformFreeBSD.h | 153 const UUID* uuid, FileSpec &local_file) override;
|
| /NextBSD/sys/boot/i386/pmbr/ |
| HD | pmbr.s | 129 scan: movw %bx,%si # Compare partition UUID 130 movw $boot_uuid,%di # with FreeBSD boot UUID
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/ |
| HD | SymbolVendorELF.cpp | 94 lldb_private::UUID uuid; in CreateInstance()
|
| /NextBSD/contrib/subversion/subversion/svn/schema/ |
| HD | common.rnc | 33 ## An UUID.
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/ |
| HD | PlatformRemoteGDBServer.h | 85 const UUID *uuid_ptr,
|
| /NextBSD/lib/libxpc/ |
| HD | subr_nvlist.c | 1212 NVLIST_EXISTS(uuid, UUID) in NVLIST_EXISTS() 2185 NVLIST_GET(const uuid_t *, uuid, uuid, UUID) in NVLIST_GET() 2274 NVLIST_GETV(const uuid_t *, uuid, UUID) in NVLIST_GETV() 2325 NVLIST_TAKE(uuid_t *, uuid, uuid, UUID) in NVLIST_TAKE() 2416 NVLIST_TAKEV(uuid_t *, uuid, uuid, UUID) in NVLIST_TAKEV() 2479 NVLIST_FREE(uuid, UUID) in NVLIST_FREE() 2557 NVLIST_FREEV(uuid, UUID) in NVLIST_FREEV()
|