Searched refs:address (Results 176 - 200 of 804) sorted by relevance

1234567891011>>

/haiku/headers/private/kernel/arch/m68k/
H A Dstage2_priv.h12 void s2_change_framebuffer_addr(unsigned int address);
29 void syncicache(void *address, int len);
/haiku/headers/private/kernel/arch/ppc/
H A Dstage2_priv.h12 void s2_change_framebuffer_addr(unsigned int address);
29 void syncicache(void *address, int len);
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_tracing.h38 AHCIPortPrdTable(AHCIController* controller, int index, void* address, argument
41 , fAddress(address)
51 out.Print(", address: %p", fAddress);
/haiku/src/system/kernel/disk_device_manager/
H A DUserDataWriter.h31 status_t AddRelocationEntry(void *address);
32 status_t Relocate(void *address);
/haiku/src/preferences/network/
H A DIPAddressControl.cpp80 BNetworkAddress address; local
81 bool success = address.SetTo(fFamily, Text(), (char*)NULL,
/haiku/src/kits/debugger/arch/
H A DInstructionInfo.h23 InstructionInfo(target_addr_t address,
29 bool SetTo(target_addr_t address,
/haiku/src/kits/debugger/debug_info/
H A DBasicFunctionDebugInfo.cpp12 SpecificImageDebugInfo* debugInfo, target_addr_t address,
16 fAddress(address),
11 BasicFunctionDebugInfo( SpecificImageDebugInfo* debugInfo, target_addr_t address, target_size_t size, const BString& name, const BString& prettyName) argument
/haiku/src/kits/debugger/debug_managers/
H A DBreakpointManager.h32 target_addr_t address,
35 target_addr_t address,
/haiku/headers/private/debugger/model/
H A DBreakpoint.h22 Breakpoint(Image* image, target_addr_t address);
53 const target_addr_t* address,
H A DStatement.h26 virtual bool ContainsAddress(target_addr_t address)
55 virtual bool ContainsAddress(target_addr_t address) const;
/haiku/src/system/libroot/os/
H A Ddebug.c120 set_debugger_breakpoint(void *address) argument
122 return _kern_set_debugger_breakpoint(address, 0, 0, false);
127 clear_debugger_breakpoint(void *address) argument
129 return _kern_clear_debugger_breakpoint(address, false);
134 set_debugger_watchpoint(void *address, uint32 type, int32 length) argument
136 return _kern_set_debugger_breakpoint(address, type, length, true);
141 clear_debugger_watchpoint(void *address) argument
143 return _kern_clear_debugger_breakpoint(address, true);
/haiku/src/system/kernel/arch/x86/
H A Darch_altcodepatch.cpp45 void* address = (void*)(KERNEL_LOAD_BASE + patch->kernel_offset); local
48 memcpy(address, newcodepatch, length);
/haiku/headers/private/bluetooth/
H A DPincodeWindow.h33 PincodeWindow(bdaddr_t address, hci_id hid);
37 void SetBDaddr(BString address);
/haiku/src/kits/bluetooth/UI/
H A DConnectionIncoming.cpp17 ConnectionIncoming::ConnectionIncoming(bdaddr_t address) argument
27 bdaddrUtils::ToString(address));
/haiku/src/system/kernel/arch/arm64/
H A Darch_commpage.cpp23 // get address and size of function
30 ASSERT(expectedAddress == symbolInfo.address);
33 addr_t position = fill_commpage_entry(commpageIndex, (void*)symbolInfo.address,
/haiku/src/system/boot/arch/x86/
H A Darch_hpet.cpp53 hpet->hpet_address.address);
54 gKernelArgs.arch_args.hpet_phys = hpet->hpet_address.address;
/haiku/src/system/boot/platform/bios_ia32/
H A Dmmu.cpp104 addr_t address = sNextVirtualAddress; local
107 return address;
151 addr_t address = sNextPageTableAddress; local
152 if (address >= kPageTableRegionEnd)
156 return (uint32 *)address;
160 /*! Adds a new page table for the specified base address */
191 // update the virtual end address in the kernel args
244 "address %p\n", (void*)virtualAddress);
332 // physical and virtual address are the same.
369 If physicalAddress is not page-aligned, the returned virtual address wil
375 addr_t address = sNextVirtualAddress; local
404 addr_t address = (addr_t)virtualAddress; local
419 void *address = (void *)sNextVirtualAddress; local
483 addr_t address = (addr_t)virtualAddress; local
795 void *address = mmu_allocate(*_address, size); local
805 platform_free_region(void *address, size_t size) argument
835 platform_bootloader_address_to_kernel_address(void *address, addr_t *_result) argument
845 platform_kernel_address_to_bootloader_address(addr_t address, void **_result) argument
[all...]
/haiku/src/add-ons/kernel/busses/random/ccp/
H A Dccp.h34 #define read32(address) \
35 (*((volatile uint32*)(address)))
/haiku/src/add-ons/kernel/network/datalink_protocols/ipv6_datagram/
H A Dipv6_datagram.cpp185 // take the last 32 bits of the destination IPv6 address,
186 // prepend 33-33- and use that as the destination Ethernet address.
203 ipv6_to_sockaddr(sockaddr_in6* target, const in6_addr& address) argument
210 memcpy(target->sin6_addr.s6_addr, address.s6_addr, sizeof(in6_addr));
216 ipv6_to_solicited_multicast(sockaddr_in6* target, const in6_addr& address) argument
218 // The solicited-node multicast address for a given unicast address
219 // is constructed by taking the last three octets of the unicast address
234 memcpy(&targetIPv6[13], &address.s6_addr[13], 3);
282 ndp_entry::Lookup(const in6_addr& address) argument
540 net_interface_address* address = NULL; local
562 net_interface_address* address = NULL; local
608 sockaddr_dl address; local
642 net_interface_address* address = NULL; local
897 ndp_start_resolve(ipv6_datalink_protocol* protocol, const in6_addr& address, ndp_entry** _entry) argument
1098 ipv6_datalink_change_address(net_datalink_protocol* _protocol, net_interface_address* address, int32 option, const struct sockaddr* oldAddress, const struct sockaddr* newAddress) argument
1170 ipv6_datalink_join_multicast(net_datalink_protocol* protocol, const sockaddr* address) argument
1185 ipv6_datalink_leave_multicast(net_datalink_protocol* protocol, const sockaddr* address) argument
[all...]
/haiku/headers/private/net/
H A Darp_control.h33 in_addr_t address; member in struct:arp_control
/haiku/src/system/kernel/arch/generic/
H A Dgeneric_vm_physical_page_ops.h16 status_t generic_vm_memset_physical(phys_addr_t address, int value,
/haiku/headers/private/kernel/
H A Dcommpage.h23 area_id clone_commpage_area(team_id team, void** address);
/haiku/headers/private/kernel/vm/
H A Dvm_priv.h30 status_t vm_page_fault(addr_t address, addr_t faultAddress, bool isWrite,
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DInsecureChannel.h20 status_t GetPeerAddress(NetAddress *address) const;
/haiku/src/tests/system/libroot/posix/
H A Dbrk_test.c34 next_area_address = (uint8_t *)(next_area_info.address)
38 next_area_info.area, next_area_info.address,
51 output_data_segment_info(void *address) argument
54 output_area_info(address);
105 /* Find the address of our data segment */

Completed in 134 milliseconds

1234567891011>>