Searched refs:to (Results 151 - 175 of 284) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/network/stack/
H A Droutes.cpp58 user_copy_address(const sockaddr* from, sockaddr** to) argument
61 *to = NULL;
69 *to = (sockaddr*)malloc(address.sa_len);
70 if (*to == NULL)
74 if (user_memcpy(*to, from, address.sa_len) < B_OK)
77 memcpy(*to, &address, address.sa_len);
84 user_copy_address(const sockaddr* from, sockaddr_storage* to) argument
89 if (user_memcpy(to, from, sizeof(sockaddr)) < B_OK)
92 if (to->ss_len > sizeof(sockaddr)) {
93 if (to
[all...]
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DCommands.cpp27 /*! Maximum size of commands to the server (soft limit) */
286 MessageEntryList& entries, uint32 from, uint32 to, bool uids)
290 fTo(to),
345 FetchCommand::FetchCommand(uint32 from, uint32 to, uint32 flags) argument
350 if (from != to)
351 fSequence << ":" << to; local
691 // We're not supposed to select \Noselect mailboxes,
285 FetchMessageEntriesCommand( MessageEntryList& entries, uint32 from, uint32 to, bool uids) argument
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DInfoWindow.cpp121 "willing to give it a try?", "Cancel", "Import", NULL,
175 "Are you sure you want to unload this library?",
286 I'm not worried about the allgorithms used below to maintain the 2 lists.
325 // Now it's time to deal with the replicant list
385 We send a message to the target shelf, asking it for the Name of the
426 So here we want to get the Unique ID of the replicant at the given index
451 This function determines the BMessenger to the various Shelf objects
455 BMessenger to; local
467 to = BMessenger("application/x-vnd.Be-TSKB", -1);
477 to
[all...]
/haiku/src/system/kernel/arch/riscv64/
H A Darch_thread.cpp29 // Currently nothing to do, i.e. zero initialized is just fine.
38 // Nothing to do. The structure is empty.
75 arch_thread_context_switch(Thread *from, Thread *to) argument
79 to, to->name);
83 auto toMap = (RISCV64VMTranslationMap*)to->team->address_space->TranslationMap();
85 int cpu = to->cpu->cpu_num;
91 restore_fpu(&to->arch_info.fpuContext);
96 arch_context_switch(&from->arch_info.context, &to->arch_info.context);
312 /** Saves everything needed to restor
[all...]
/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
50 * This program has to run SUID to ROOT to access the ICMP socket.
105 #define FLOOD_BACKOFF 20000 /* usecs to back off if F_FLOOD mode */
109 #define MAXWAIT 10000 /* max ms to wait for response */
157 * to 8192 for complete accuracy...
163 static struct sockaddr_in whereto; /* who to ping */
175 static int ident; /* process id to identif
228 struct sockaddr_in *to; local
[all...]
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBox.cpp101 // convert to canvas view coordinates
517 // convert to canvas zoom level
534 // we can apply the inverse transformation to all points
535 // this way we have to consider BRects only, not transformed polygons
617 TransformBox::_StrokeBWLine(BView* into, BPoint from, BPoint to) const
619 // find out how to offset the second line optimally
622 float xDiff = to.x - from.x;
623 float yDiff = to.y - from.y;
640 into->StrokeLine(from, to, B_SOLID_LOW);
642 to
[all...]
H A DPerspectiveBox.h84 BPoint from, BPoint to) const;
/haiku/src/apps/packageinstaller/
H A DUninstallView.cpp119 // Since this is the case, we need to watch for it to appear first
158 // The node watcher informs the view a bit to early, and
168 // the packages/ dir to appear
192 ino_t from, to; local
194 || msg->FindInt64("to directory", &to) != B_OK)
201 if (ref.node == to) {
/haiku/headers/private/kernel/vm/
H A Dvm.h74 // to protect code regions with interrupts turned on
153 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);
/haiku/headers/private/drivers/
H A Dksocket.h97 #error feel free to put back ksocketd support if you dare
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dksocket.h110 #error feel free to put back ksocketd support if you dare
/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.cpp107 TRACE(("arch_vm_init_end(): %lu virtual ranges to keep:\n",
132 panic("arch_vm_init_end(): Failed to create area for boot loader "
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/headers/os/media/
H A DTimeSource.h108 void DirectSeek(bigtime_t to, bigtime_t at);
/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.h47 const char* to);
/haiku/src/kits/midi/
H A DSoftSynth.h46 status_t RemapInstrument(int16 from, int16 to);
/haiku/src/system/boot/platform/atari_m68k/
H A Dcpu.cpp56 #warning M68K: check cpu type passed to kern args
126 panic("You need a 68020 or higher in order to boot!\n");
/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/src/servers/app/
H A DServerBitmap.h72 //! Does a shallow copy of the bitmap passed to it
79 BPoint from, BPoint to, int32 width,
/haiku/headers/libs/print/libprint/
H A DPrintUtils.h12 Permission is hereby granted, free of charge, to any person obtaining a copy of
13 this software and associated documentation files (the "Software"), to deal in
14 the Software without restriction, including without limitation the rights to
16 of the Software, and to permit persons to whom the Software is furnished to do
17 so, subject to the following conditions:
60 void AddFields(BMessage* to, const BMessage* from, const char* excludeList[] = NULL,
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_common.h33 #error Please add -D_FILE_OFFSET_BITS=64 to your compile flags!
56 /** Can be filled in by open, to use direct I/O on this file.
60 /** Can be filled in by open, to indicate, that cached file data
69 /** Can be filled in by open, to indicate that the file is not
98 * FUSE_CAP_DONT_MASK: don't apply umask to file mode on create operations
99 * FUSE_CAP_SPLICE_WRITE: ability to use splice() to write to the fuse device
100 * FUSE_CAP_SPLICE_MOVE: ability to move data to th
[all...]
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dksocket.h95 #error feel free to put back ksocketd support if you dare

Completed in 129 milliseconds

1234567891011>>