Searched refs:_to (Results 1 - 17 of 17) sorted by relevance

/haiku/src/system/kernel/arch/x86/paging/
H A Dx86_physical_page_mapper_mapped.h170 X86PhysicalPageMapper::MemcpyToPhysical(phys_addr_t _to, const void* from, argument
173 if (_to >= KERNEL_PMAP_SIZE || _to + length > KERNEL_PMAP_SIZE)
176 auto to = (void*)(_to + KERNEL_PMAP_BASE);
H A Dx86_physical_page_mapper_large_memory.cpp600 LargeMemoryPhysicalPageMapper::MemcpyFromPhysical(void* _to, phys_addr_t from, argument
603 uint8* to = (uint8*)_to;
/haiku/src/servers/app/drawing/
H A DUpdateQueue.cpp20 # define TRACE(x...) { BString _to; \
21 _to.Append(' ', (sFunctionDepth + 1) * 2); \
22 printf("%s", _to.String()); printf(x); }
/haiku/src/system/kernel/arch/generic/
H A Dgeneric_vm_physical_page_ops.cpp42 generic_vm_memcpy_from_physical(void* _to, phys_addr_t from, size_t length, argument
45 uint8* to = (uint8*)_to;
/haiku/src/system/libnetwork/
H A Dsocket.cpp27 convert_from_r5_sockaddr(struct sockaddr *_to, const struct sockaddr *_from) argument
30 sockaddr_in *to = (sockaddr_in *)_to;
49 convert_to_r5_sockaddr(struct sockaddr *_to, argument
53 r5_sockaddr_in *to = (r5_sockaddr_in *)_to;
/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.cpp76 # define TRACE(x...) do { BString _to; \
77 _to.Append(' ', (sFunctionDepth + 1) * 2); \
78 debug_printf("%p -> %s", this, _to.String()); \
/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.cpp81 # define TRACE(x...) do { BString _to; \
82 _to.Append(' ', (sFunctionDepth + 1) * 2); \
83 debug_printf("%p -> %s", this, _to.String()); \
/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.cpp73 do { BString _to; \
74 _to.Append(' ', (FunctionTracer::Depth() + 1) * 2); \
75 debug_printf("%p -> %s", this, _to.String()); \
/haiku/src/add-ons/kernel/network/stack/
H A Dsimple_net_buffer.cpp527 transfer_ancillary_data(net_buffer *_from, net_buffer *_to) argument
530 net_buffer_private *to = (net_buffer_private *)_to;
H A Dnet_buffer.cpp2035 transfer_ancillary_data(net_buffer* _from, net_buffer* _to) argument
2038 net_buffer_private* to = (net_buffer_private*)_to;
/haiku/src/system/kernel/arch/m68k/paging/
H A Dm68k_physical_page_mapper_large_memory.cpp603 LargeMemoryPhysicalPageMapper::MemcpyFromPhysical(void* _to, phys_addr_t from, argument
606 uint8* to = (uint8*)_to;
/haiku/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.cpp605 LargeMemoryPhysicalPageMapper::MemcpyFromPhysical(void* _to, phys_addr_t from, argument
608 uint8* to = (uint8*)_to;
/haiku/headers/os/media/
H A DMediaTrack.h234 media_format* _to);
/haiku/src/kits/interface/
H A DTextControl.cpp41 # define TRACE(x...) { BString _to; \
42 _to.Append(' ', (sFunctionDepth + 1) * 2); \
43 printf("%s", _to.String()); printf(x); }
H A DMenuField.cpp52 # define TRACE(x...) { BString _to; \
53 _to.Append(' ', (sFunctionDepth + 1) * 2); \
54 printf("%s", _to.String()); printf(x); }
H A DTextView.cpp83 # define TRACE(x...) { BString _to; \
84 _to.Append(' ', (sFunctionDepth + 1) * 2); \
85 printf("%s", _to.String()); printf(x); }
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A Dkernel_interface.cpp631 VnodeToInodeLocker _to(toVti);

Completed in 196 milliseconds