Searched defs:to (Results 1 - 25 of 152) sorted by relevance

1234567

/haiku/src/bin/network/traceroute/
H A Dfindsaddr-haiku.c24 findsaddr(const struct sockaddr_in *to, struct sockaddr_in *from) argument
/haiku/src/system/libroot/posix/stdio/
H A Drename.c16 rename(const char *from, const char *to) argument
23 renameat(int fromFD, const char* from, int toFD, const char* to) argument
/haiku/src/system/boot/loader/
H A Dmisc.cpp13 user_memcpy(void* to, const void* from, size_t size) argument
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A Dsettings_tools.h43 add_driver_parameter(driver_parameter *add, driver_parameter *to) argument
/haiku/headers/private/kernel/arch/
H A Duser_memory.h29 arch_cpu_user_memcpy(void* to, const void* from, size_t size) argument
37 arch_cpu_user_strlcpy(char* to, const char* from, size_t size) argument
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dvm.cpp18 user_memcpy(void *to, const void *from, size_t size) argument
26 user_strlcpy(char *to, const char *from, size_t size) argument
/haiku/headers/os/drivers/pcmcia/
H A Dmem_op.h47 static inline void copy_pc_to_user(void *to, const void *from, size_t n) argument
59 static inline void copy_user_to_pc(void *to, cons argument
78 copy_from_pc(void *to, const void *from, size_t n) argument
90 copy_to_pc(void *to, const void *from, size_t n) argument
102 copy_pc_to_user(void *to, const void *from, size_t n) argument
114 copy_user_to_pc(void *to, const void *from, size_t n) argument
[all...]
/haiku/src/bin/mail_utils/
H A Dmail.cpp38 BString to; local
[all...]
/haiku/src/libs/compat/openbsd_network/compat/sys/
H A Dtimeout.h18 timeout_set(struct timeout *to, void (*fn)(void *), void *arg) argument
26 timeout_pending(struct timeout *to) argument
33 timeout_add_usec(struct timeout *to, int usec) argument
40 timeout_add_msec(struct timeout *to, int msec) argument
47 timeout_add_sec(struct timeout *to, in argument
54 timeout_del(struct timeout *to) argument
[all...]
/haiku/src/system/libroot/posix/locale/
H A DLocaleInternal.cpp45 int from, to; local
/haiku/src/apps/cortex/support/
H A Dset_tools.h101 void map_value_copy(input_iter begin, input_iter end, output_iter to) { argument
/haiku/src/apps/bootmanager/
H A DBootDrive.cpp56 BootDrive::AddSupportedMenus(const BootMenuList& from, BootMenuList& to) argument
/haiku/src/apps/soundrecorder/
H A DDrawingTidbits.cpp50 ReplaceColor(BBitmap *bitmap, rgb_color from, rgb_color to) argument
/haiku/src/bin/
H A Dmkindex.cpp43 copy_indexes(dev_t from, dev_t to, bool verbose) argument
/haiku/src/system/libroot/posix/glibc/include/
H A Dstring.h26 __mempcpy(void *to, const void *from, size_t size) argument
/haiku/src/add-ons/print/drivers/preview/
H A DJobSetupWindow.cpp124 int32 to = INT32_MAX; local
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm.cpp107 arch_vm_aspace_swap(struct VMAddressSpace *from, struct VMAddressSpace *to) argument
/haiku/src/system/kernel/arch/sparc/
H A Darch_vm.cpp89 arch_vm_aspace_swap(struct VMAddressSpace *from, struct VMAddressSpace *to) argument
/haiku/src/system/kernel/arch/arm/
H A Darch_vm.cpp107 arch_vm_aspace_swap(struct VMAddressSpace *from, struct VMAddressSpace *to) argument
/haiku/src/system/kernel/arch/arm64/
H A Darch_vm.cpp97 arch_vm_aspace_swap(struct VMAddressSpace* from, struct VMAddressSpace* to) argument
/haiku/src/add-ons/kernel/network/stack/
H A Dancillary_data.cpp153 move_ancillary_data(ancillary_data_container* from, ancillary_data_container* to) argument
[all...]
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamFilterInterface.cpp27 CamFilterInterface::ChainFilter(CamFilterInterface *to) argument
/haiku/src/apps/switcher/
H A DPanelWindow.cpp103 BPoint to; local
/haiku/src/system/kernel/arch/generic/
H A DGenericVMPhysicalPageMapper.cpp84 GenericVMPhysicalPageMapper::MemcpyFromPhysical(void* to, phys_addr_t from, argument
92 GenericVMPhysicalPageMapper::MemcpyToPhysical(phys_addr_t to, const void* from, argument
100 GenericVMPhysicalPageMapper::MemcpyPhysicalPage(phys_addr_t to, argument
/haiku/src/system/kernel/arch/ppc/
H A Darch_vm.cpp154 arch_vm_aspace_swap(struct VMAddressSpace *from, struct VMAddressSpace *to) argument

Completed in 149 milliseconds

1234567