Searched refs:address (Results 376 - 400 of 804) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dradeon_driver.h48 area_id unaligned_area; // unaligned address (see PCI_GART.c)
51 // GATT info (address translation table)
55 uint32 phys; // physical address of GATT
77 uint32 phys_address; // physical address of BIOS
229 bool Radeon_VIPRead( device_info *di, uint channel, uint address, uint32 *data, bool lock );
230 bool Radeon_VIPWrite( device_info *di, uint8 channel, uint address, uint32 data, bool lock );
231 bool Radeon_VIPFifoRead(device_info *di, uint8 channel, uint32 address, uint32 count, uint8 *buffer, bool lock);
232 bool Radeon_VIPFifoWrite(device_info *di, uint8 channel, uint32 address, uint32 count, uint8 *buffer, bool lock);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DExtendedServerInfo.h31 ExtendedServerInfo(const NetAddress& address);
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/sonix/
H A DSonixCamDevice.h70 virtual ssize_t WriteReg(uint16 address, uint8 *data, size_t count=1);
71 virtual ssize_t ReadReg(uint16 address, uint8 *data, size_t count=1, bool cached=false);
76 virtual ssize_t WriteIIC(uint8 address, uint8 *data, size_t count=1);
77 virtual ssize_t ReadIIC(uint8 address, uint8 *data);
/haiku/src/system/kernel/arch/m68k/paging/
H A Dm68k_physical_page_mapper_large_memory.h28 addr_t address; member in struct:M68KLargePhysicalPageMapper::PhysicalPageSlot
/haiku/src/system/kernel/arch/x86/paging/
H A Dx86_physical_page_mapper_large_memory.h37 addr_t address; member in struct:X86LargePhysicalPageMapper::PhysicalPageSlot
/haiku/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.h37 addr_t address; member in struct:ARMLargePhysicalPageMapper::PhysicalPageSlot
/haiku/headers/private/kernel/arch/
H A Dcpu.h37 void arch_cpu_sync_icache(void *address, size_t length);
/haiku/headers/os/net/
H A DDatagramSocket.h32 virtual ssize_t SendTo(const BNetworkAddress& address,
/haiku/src/kits/debugger/arch/x86/disasm/
H A DDisassemblerX86.h22 virtual status_t Init(target_addr_t address, const void* code,
/haiku/src/kits/debugger/arch/x86_64/disasm/
H A DDisassemblerX8664.h23 virtual status_t Init(target_addr_t address, const void* code,
/haiku/src/kits/debugger/debug_info/
H A DBasicFunctionDebugInfo.h17 target_addr_t address,
/haiku/src/kits/debugger/elf/
H A DElfSymbolLookup.h17 virtual ssize_t Read(uint64 address, void* buffer,
/haiku/headers/private/debugger/controllers/
H A DThreadHandler.h50 status_t SetBreakpointAndRun(target_addr_t address);
72 target_addr_t address);
92 target_addr_t address);
105 target_addr_t address);
/haiku/headers/private/debugger/types/
H A DTargetAddressRangeList.h34 bool Contains(target_addr_t address) const;
/haiku/headers/private/debugger/arch/
H A DArchitecture.h100 virtual status_t ReadValueFromMemory(target_addr_t address,
104 target_addr_t address, uint32 valueType,
111 target_addr_t address,
113 virtual status_t GetInstructionInfo(target_addr_t address,
/haiku/src/system/libroot/posix/glibc/arch/sparc/
H A Dadd_n.S41 sllx %g5,3,%o5 ! compute initial address index
50 add %o5,8,%o5 ! increment address index
H A Dsub_n.S38 sllx %g5,3,%o5 ! compute initial address index
47 add %o5,8,%o5 ! increment address index
/haiku/src/system/kernel/arch/sparc/
H A Darch_cpu.cpp54 arch_cpu_sync_icache(void *address, size_t len) argument
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Dscatter_gather.cpp64 (temp_sg[cur_idx].address & dma_boundary);
70 B_PRIu32, temp_sg[cur_idx].address, temp_sg[cur_idx].size,
82 temp_sg[cur_idx + 1].address
83 = temp_sg[cur_idx + 1].address + max_len;
/haiku/src/kits/bluetooth/UI/
H A DPincodeWindow.cpp51 PincodeWindow::PincodeWindow(bdaddr_t address, hci_id hid) argument
55 fBdaddr(address),
222 PincodeWindow::SetBDaddr(BString address) argument
224 fAddressText->SetText(address);
/haiku/headers/libs/libfdt/
H A Dfdt.h32 fdt64_t address; member in struct:fdt_reserve_entry
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp258 BNetworkAddress address; local
261 && message->FindFlat("address", &address) == B_OK) {
263 status_t status = device.JoinNetwork(address);
338 BNetworkInterfaceAddress address; local
339 networkInterface.GetAddressAt(i, address);
340 switch (address.Address().Family()) {
342 text << "\n" << B_TRANSLATE("IPv4 address:") << " "
343 << address.Address().ToString()
345 << address
403 BNetworkAddress address; local
[all...]
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixFifo.h40 struct sockaddr_storage* address);
92 struct sockaddr_storage address; member in struct:UnixBufferQueue::DatagramEntry
137 struct sockaddr_storage* address, bigtime_t timeout);
140 const struct sockaddr_storage* address, bigtime_t timeout);
/haiku/src/kits/debugger/dwarf/
H A DAttributeValue.cpp18 snprintf(buffer, size, "%#" B_PRIx64, address);
/haiku/src/system/boot/loader/
H A Delf.cpp99 Map(AddrType address) argument
102 if (platform_kernel_address_to_bootloader_address(address, &result) != B_OK) {
103 panic("Couldn't convert address 0x%08x", (uint32_t)address);
134 // Assume the real 64-bit base address is KERNEL_LOAD_BASE_64_BIT and
135 // the mappings in the loader address space are at KERNEL_LOAD_BASE.
137 void* address = (void*)(addr_t)(*_address & 0xffffffff); local
139 void* address = (void*)*_address;
142 status_t status = platform_allocate_region(&address, size, protection,
147 *_mappedAddress = address;
157 Map(AddrType address) argument
313 AddrType address = firstRegion->start; local
[all...]

Completed in 323 milliseconds

<<11121314151617181920>>