Searched defs:Key (Results 1 - 25 of 46) sorted by last modified time

12

/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpointManager.h29 typedef uint16 Key; typedef in struct:L2capEndpointManager::EndpointTreeDefinitionBase
/haiku/headers/private/kernel/util/
H A DVectorMap.h129 inline KeyReference Key() const function in class:VectorMapEntry
[all...]
H A DAVLTree.h29 typedef typename Definition::Key Key; typedef in class:AVLTree
[all...]
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp100 const ipv6_packet_key& Key() const { return fKey; } function in class:FragmentPacket
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp85 const ipv4_packet_key& Key() const { return fKey; } function in class:FragmentPacket
/haiku/src/apps/haikudepot/model/
H A DScreenshotCoordinate.cpp80 ScreenshotCoordinate::Key() const function in class:ScreenshotCoordinate
/haiku/src/system/kernel/events/
H A Devent_queue.cpp59 } Key; typedef in struct:EventQueueTreeDefinition
/haiku/src/system/kernel/posix/
H A Dxsi_semaphore.cpp525 key_t Key() const function in class:__anon4::Ipc
H A Dxsi_message_queue.cpp284 key_t Key() const function in class:__anon2::Ipc
/haiku/headers/private/kernel/vm/
H A DVMArea.h172 typedef area_id Key; typedef in struct:VMAreasTreeDefinition
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DTwoKeyAVLTree.h49 typedef TwoKeyAVLTreeKey<PrimaryKey, SecondaryKey> Key; typedef in class:TwoKeyAVLTreeKeyCompare
81 typedef TwoKeyAVLTreeKey<PrimaryKey, SecondaryKey> Key; typedef in class:TwoKeyAVLTreeGetKey
146 typedef TwoKeyAVLTreeKey<PrimaryKey, SecondaryKey> Key; typedef in class:TwoKeyAVLTreeNodeStrategy
290 typedef TwoKeyAVLTreeKey<PrimaryKey, SecondaryKey> Key; typedef in class:TwoKeyAVLTree
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DDavicomDevice.h71 inline uint32 Key() { return fIds[0] << 16 | fIds[1]; } function in struct:DeviceInfo
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DASIXDevice.h38 inline uint32 Key() { return fIds[0] << 16 | fIds[1]; } function in struct:DeviceInfo
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlreg.h1113 }__packed Key; member in struct:__anon86
[all...]
/haiku/src/system/kernel/vm/
H A DVMUserArea.h31 typedef addr_t Key; typedef in struct:VMUserAreaTreeDefinition
H A DVMKernelArea.h67 typedef addr_t Key; typedef in struct:VMKernelAddressRangeTreeDefinition
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DExtentAllocator.h54 typedef uint64 Key; typedef in struct:TreeDefinition
H A DBTree.h297 btrfs_key Key() const { return fKey; } function in class:TreeIterator
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DDirectoryEntryTable.h17 struct Key { struct in struct:DirectoryEntryHash
21 Key(ino_t i, const char* n) : id(i), name(n) {} function in struct:DirectoryEntryHash::Key
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DKey.h46 class Key : private key { class in inherits:key
48 Key() {} function in class:Key
49 Key(const Key &k) : key(k) {} function in class:Key
[all...]
/haiku/src/apps/debugger/user_interface/gui/model/
H A DVariablesViewState.cpp108 struct VariablesViewState::Key { struct in class:VariablesViewState
112 Key(ObjectID* variable, TypeComponentPath* path) function in struct:VariablesViewState::Key
[all...]
/haiku/src/kits/debugger/jobs/
H A DLoadSourceCodeJob.cpp46 LoadSourceCodeJob::Key() const function in class:LoadSourceCodeJob
H A DExpressionEvaluationJob.cpp68 ExpressionEvaluationJob::Key() const function in class:ExpressionEvaluationJob
H A DGetCPUStateJob.cpp35 GetCpuStateJob::Key() const function in class:GetCpuStateJob
/haiku/src/kits/debugger/debug_managers/
H A DTeamMemoryBlockManager.cpp17 struct TeamMemoryBlockManager::Key { struct in class:TeamMemoryBlockManager
20 Key(target_addr_t address) function in struct:TeamMemoryBlockManager::Key

Completed in 163 milliseconds

12