Searched refs:from (Results 251 - 275 of 386) sorted by relevance

<<111213141516

/haiku/headers/private/kernel/vm/
H A Dvm.h153 status_t vm_memcpy_from_physical(void* to, phys_addr_t from, size_t length,
155 status_t vm_memcpy_to_physical(phys_addr_t to, const void* from, size_t length,
157 void vm_memcpy_physical_page(phys_addr_t to, phys_addr_t from);
H A DVMAddressSpace.h275 #define vm_swap_address_space(from, to) arch_vm_aspace_swap(from, to)
/haiku/src/bin/network/ping/
H A Dping.c7 * This code is derived from software contributed to Berkeley by
19 * may be used to endorse or promote products derived from this software
211 struct sockaddr_in from, sock_in; local
258 * from different addresses, not from the address we
861 (void)printf(" from %s", shostname);
898 msg.msg_name = (caddr_t)&from;
957 msg.msg_namelen = sizeof(from);
964 /* If we have a 0 byte read from recvfrom continue */
981 pr_pack((char *)packet, cc, &from, t
1129 pr_pack(char *buf, ssize_t cc, struct sockaddr_in *from, struct timespec *tv) argument
[all...]
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/uvc/
H A DUVCCamDevice.h113 BUSBDevice *from);
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport.h81 calc_angle(BPoint origin, BPoint from, BPoint to, bool degree = true);
/haiku/src/system/kernel/arch/ppc/
H A Darch_vm.cpp138 // Throw away any address space mappings we've inherited from the boot
154 arch_vm_aspace_swap(struct VMAddressSpace *from, struct VMAddressSpace *to) argument
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Inode.h39 static status_t RenameNode(Inode* from, Inode* to, const char* fromName,
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.h78 virtual bool _MoveTab(int32 from, int32 to, bool isMoving,
/haiku/src/build/libroot/
H A Dremapped_functions.h46 int _haiku_build_renameat(int fromFD, const char* from, int toFD,
/haiku/src/kits/midi/
H A DSoftSynth.h46 status_t RemapInstrument(int16 from, int16 to);
/haiku/src/system/boot/platform/u-boot/
H A Dvideo.cpp107 #warning TODO: Fix u-boot arm framebuffer location from fdt!
114 // BCM2835/BCM2836 gets their framebuffer base from a Mailbox
/haiku/src/add-ons/decorators/MacDecorator/
H A DMacDecorator.h74 virtual bool _MoveTab(int32 from, int32 to, bool isMoving,
/haiku/headers/private/kernel/boot/
H A Dstdio.h68 extern int rename(const char *from, const char *to);
/haiku/headers/libs/print/libprint/
H A DPrintUtils.h60 void AddFields(BMessage* to, const BMessage* from, const char* excludeList[] = NULL,
/haiku/src/add-ons/kernel/drivers/disk/virtual/nbd/
H A Dnbd.c84 uint64 from; member in struct:nbd_request_entry
111 status_t nbd_alloc_request(struct nbd_device *dev, struct nbd_request_entry **req, uint32 type, off_t from, size_t len, const char *data);
169 status_t nbd_alloc_request(struct nbd_device *dev, struct nbd_request_entry **req, uint32 type, off_t from, size_t len, const char *data) argument
176 from, len));
180 if (!dev || !req || from < 0)
208 r->from = from;
214 r->req.from = B_HOST_TO_BENDIAN_INT64(r->from);
379 /* HACK: avoid the kernel unloading us with locked pages from TC
[all...]
/haiku/src/system/kernel/arch/riscv64/
H A Darch_thread.cpp75 arch_thread_context_switch(Thread *from, Thread *to) argument
78 dprintf("arch_thread_context_switch(%p(%s), %p(%s))\n", from, from->name,
82 auto fromMap = (RISCV64VMTranslationMap*)from->team->address_space->TranslationMap();
90 save_fpu(&from->arch_info.fpuContext);
96 arch_context_switch(&from->arch_info.context, &to->arch_info.context);
332 /** Restores the frame from a forked team as specified by the provided
334 * Needs to be called from within the child team, ie. instead of
/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveBox.h84 BPoint from, BPoint to) const;
/haiku/src/libs/alm/
H A DALMLayout.cpp1087 BALMLayout::Instantiate(BMessage* from) argument
1089 if (validate_instantiation(from, "BALM::BALMLayout"))
1090 return new BALMLayout(from);
1127 BALMLayout::ItemUnarchived(const BMessage* from, BLayoutItem* item, argument
1130 BUnarchiver unarchiver(from);
1131 status_t err = BAbstractLayout::ItemUnarchived(from, item, index);
1154 err = from->FindSize(kItemPenalties, index * 2, &area->fShrinkPenalties);
1158 err = from->FindSize(kItemPenalties, index * 2 + 1, &area->fGrowPenalties);
1162 err = from->FindSize(kItemInsets, index * 2, &area->fLeftTopInset);
1166 err = from
[all...]
/haiku/headers/libs/agg/
H A Dagg_pixfmt_amask_adaptor.h141 void copy_from(const rendering_buffer& from, argument
146 m_pixf->copy_from(from, xdst, ydst, xsrc, ysrc, len);
H A Dagg_renderer_mclip.h305 void copy_from(const rendering_buffer& from, argument
313 m_ren.copy_from(from, rc, x_to, y_to);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DCommands.h129 MessageEntryList& entries, uint32 from,
163 FetchCommand(uint32 from, uint32 to,
/haiku/src/system/libroot/posix/glibc/arch/sparc/
H A Daddmul_1.S61 mov 0,%l0 ! we need the carry from that add...
H A Dmul_1.S63 mov 0,%l0 ! we need the carry from that add...
H A Dsubmul_1.S2 subtract the product from a second limb vector.
60 mov 0,%l0 ! we need the carry from that add...
/haiku/src/tools/anyboot/
H A Danyboot.cpp156 copyLoop(int from, int to, off_t position) argument
159 ssize_t copyLength = read(from, sCopyBuffer, sCopyBufferSize);

Completed in 92 milliseconds

<<111213141516