Searched refs:Map (Results 1 - 25 of 69) sorted by path

123

/haiku/headers/private/media/
H A DTMap.h7 template<class key, class value> class Map class
10 Map() function in class:Map
19 ~Map()
25 Map(const Map<key, value> &other) argument
30 Map<key, value> &operator=(const Map<key, value> &other) argument
/haiku/headers/private/shared/
H A DKeymap.h46 const key_map& Map() const { return fKeys; } function in class:BKeymap
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.cpp109 file_map_delete(Map());
H A DInode.h86 void* Map() const { return fMap; } function in class:Inode
/haiku/src/preferences/keymap/
H A DKeymap.h60 const key_map& Map() const { return fKeys; } function in class:Keymap
61 key_map& Map() { return fKeys; } function in class:Keymap
/haiku/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.h39 inline void Map(phys_addr_t physicalAddress);
53 virtual void Map(phys_addr_t physicalAddress,
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingMethod040.cpp137 virtual void Map(phys_addr_t physicalAddress,
247 M68KPagingMethod040::PhysicalPageSlotPool::Map(phys_addr_t physicalAddress, function in class:M68KPagingMethod040::PhysicalPageSlotPool
H A DM68KVMTranslationMap040.h23 virtual status_t Map(addr_t virtualAddress,
/haiku/src/system/kernel/arch/m68k/paging/
H A Dm68k_physical_page_mapper_large_memory.h30 inline void Map(phys_addr_t physicalAddress);
44 virtual void Map(phys_addr_t physicalAddress,
/haiku/src/system/kernel/arch/ppc/
H A Darch_vm_translation_map.cpp138 virtual status_t Map(addr_t virtualAddress,
328 status_t error = map->Map(virtualAddress, physicalAddress,
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCVMTranslationMap460.h32 virtual status_t Map(addr_t virtualAddress,
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCVMTranslationMapClassic.h32 virtual status_t Map(addr_t virtualAddress,
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingMethod32Bit.cpp64 virtual void Map(phys_addr_t physicalAddress,
178 X86PagingMethod32Bit::PhysicalPageSlotPool::Map(phys_addr_t physicalAddress, function in class:X86PagingMethod32Bit::PhysicalPageSlotPool
H A DX86VMTranslationMap32Bit.h24 virtual status_t Map(addr_t virtualAddress,
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingMethodPAE.cpp370 virtual void Map(phys_addr_t physicalAddress,
496 X86PagingMethodPAE::PhysicalPageSlotPool::Map(phys_addr_t physicalAddress, function in class:X86PagingMethodPAE::PhysicalPageSlotPool
H A DX86VMTranslationMapPAE.h27 virtual status_t Map(addr_t virtualAddress,
/haiku/src/system/kernel/arch/x86/paging/
H A Dx86_physical_page_mapper_large_memory.h39 inline void Map(phys_addr_t physicalAddress);
53 virtual void Map(phys_addr_t physicalAddress,
/haiku/src/tests/system/kernel/cache/
H A Dfile_map_test.cpp19 class Map { class
21 Map(const char* name, off_t size);
22 ~Map();
26 Map& Add(off_t offset, off_t length, off_t diskOffset);
27 Map& Clear();
28 Map& SetSize(off_t size);
58 Map::Map(const char* name, off_t size) function in class:Map
69 Map::~Map()
[all...]
/haiku/src/tests/system/kernel/util/
H A DVectorMapTest.cpp56 #define DECLARE_TEST_STRATEGY(Key, Value, Map, Strategy, ClassName) \
57 template<typename CS> struct Map : PairTestBase<Key, Value>::MyMap<CS> {};\
60 : public TestStrategy<Map, PairTestBase<Key, Value>::EntryStrategy, \
/haiku/headers/private/kernel/
H A DAreaKeeper.h25 area_id Map(const char *name, phys_addr_t physicalAddress,
61 AreaKeeper::Map(const char *name, phys_addr_t physicalAddress, size_t numBytes, function in class:AreaKeeper
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dpci-root-bridge-io.h87 efi_status (*Map) (struct efi_pci_root_bridge_io_protocol* self,
/haiku/headers/private/kernel/vm/
H A DVMTranslationMap.h36 virtual status_t Map(addr_t virtualAddress,
/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.cpp554 fModifiers = fKeymap.Map().lock_settings;
/haiku/src/add-ons/kernel/busses/agp_gart/
H A Dintel_gart.cpp665 info.registers_area = mmioMapper.Map("intel GMCH mmio", addr, barSize,
720 info.gtt_area = gttMapper.Map("intel GMCH gtt",
749 info.aperture_area = apertureMapper.Map("intel graphics aperture",
757 info.aperture_area = apertureMapper.Map("intel graphics aperture",
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DAudioControlInterface.cpp1186 AudioControlsMap& Map)
1198 _HarvestRecordFeatureUnits(Find(unit->fInputPins[i]), Map);
1199 Map.Put(rootControl->ID(), rootControl);
1204 Map.Put(rootControl->ID(), rootControl);
1212 AudioControlsMap& Map)
1224 _HarvestOutputFeatureUnits(Find(unit->fInputPins[i]), Map);
1225 Map.Put(rootControl->ID(), rootControl);
1230 Map.Put(rootControl->ID(), rootControl);
1788 multi_mix_control_info* Info, AudioControlsMap& Map, const char* Name)
1799 for (AudioControlsIterator I = Map
1185 _HarvestRecordFeatureUnits(_AudioControl* rootControl, AudioControlsMap& Map) argument
1211 _HarvestOutputFeatureUnits(_AudioControl* rootControl, AudioControlsMap& Map) argument
1787 _ListMixControlsPage(int32& index, multi_mix_control_info* Info, AudioControlsMap& Map, const char* Name) argument
[all...]

Completed in 170 milliseconds

123