Searched refs:to (Results 126 - 150 of 284) sorted by relevance

1234567891011>>

/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_uipc_mbuf.c14 * may be used to endorse or promote products derived from this software
130 * to compiler-induced padding and alignment artifacts.
144 * words), we do want to ensure that changes to these values are carefully
178 * Attach the cluster from *m to *n, set up m_ext in *n
243 * Sanitize, 0 to run M_SANITY_ACTION, 1 to garble things so they
263 * No way to recover from that.
287 /* m_tags may only be attached to first mbuf in chain. */
341 * "Move" mbuf pkthdr from "from" to "t
345 m_move_pkthdr(struct mbuf *to, struct mbuf *from) argument
376 m_dup_pkthdr(struct mbuf *to, const struct mbuf *from, int how) argument
965 m_devget(char *buf, int totlen, int off, struct ifnet *ifp, void (*copy)(char *from, caddr_t to, u_int len)) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInode.cpp308 Inode::Rename(Inode* from, Inode* to, const char* fromName, const char* toName, argument
313 ASSERT(to != NULL);
316 if (from->fFileSystem != to->fFileSystem)
326 result = to->LoadAttrDirHandle();
331 toName = to->AttrToFileName(toName);
341 to->NFS4Inode::LookUp(toName, NULL, &oldFileID, NULL);
345 status_t result = NFS4Inode::RenameNode(from, to, fromName, toName,
362 if (to == from)
370 if (to != from) {
371 cache = attribute ? to
[all...]
/haiku/src/tools/fs_shell/
H A Dfuse.cpp94 // set cwd to "/"
229 fuse_symlink(const char* from, const char* to) argument
232 return _ERR(_kern_create_symlink(-1, to, from,
254 fuse_rename(const char* from, const char* to) argument
257 return _ERR(_kern_rename(-1, from, -1, to));
262 fuse_link(const char* from, const char* to) argument
265 return _ERR(_kern_create_link(to, from));
296 // TODO: Do we have a syscall similar to the open syscall in linux which
453 syslog(LOG_INFO, "Mounted %s (%s) to %s",
591 // don't pass the device path to fuse_mai
[all...]
/haiku/src/kits/midi/
H A DMidiSynth.cpp138 BMidiSynth::RemapInstrument(int16 from, int16 to) argument
140 return be_synth->fSynth->RemapInstrument(from, to);
/haiku/headers/os/mail/
H A DMailSettings.h74 void SetDefaultOutboundAccount(int32 to);
116 bool MoveFilterSettings(int32 from, int32 to);
/haiku/src/kits/mail/
H A DMailSettings.cpp80 // Try directories from most specific to least
304 BMailSettings::SetDefaultOutboundAccount(int32 to) argument
306 if (fData.ReplaceInt32("DefaultOutboundAccount", to) != B_OK)
307 fData.AddInt32("DefaultOutboundAccount", to);
616 BMailProtocolSettings::MoveFilterSettings(int32 from, int32 to) argument
618 if (from < 0 || from >= (int32)CountFilterSettings() || to < 0
619 || to >= (int32)CountFilterSettings())
621 if (from == to)
625 fFiltersSettings.AddItem(settings, to);
/haiku/src/apps/resedit/
H A DBitmapView.cpp214 // Set up to decode into memory
553 // data directly to the clipboard message instead of packaging it in
628 ScaleRectToFit(const BRect &from, const BRect &to) argument
631 // 1) Check to see if either dimension is bigger than the view's display area
633 // 3) Check to see if scaling is to be horizontal or vertical on basis of longer axis
638 if (!to.IsValid())
641 return to;
643 BRect r(to);
648 r.OffsetBy((to
[all...]
H A DBitmapView.h91 BRect ScaleRectToFit(const BRect &from, const BRect &to);
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DSMTP.cpp92 /* if key is longer than 64 bytes reset it to key=MD5(key) */
268 // to the SMTP server first...
281 errorMessage << B_TRANSLATE("Error while opening connection to %serv");
304 errorMessage << B_TRANSLATE("Error while logging in to %serv")
322 //! Process EMail to be sent
361 //! Opens connection to server
365 ReportProgress(0, 0, B_TRANSLATE("Connecting to server" B_UTF8_ELLIPSIS));
394 error << "Could not connect to SMTP server "
449 // open read write to be able to manipulat
459 const char *to = header.FindString("MAIL:recipients"); local
716 Send(const char* to, const char* from, BPositionIO *message) argument
[all...]
/haiku/src/system/libroot/posix/glibc/arch/sparc/
H A Dadd_n.S48 addcc %g1,%o3,%g1 ! add s1 limb to sum
/haiku/src/system/boot/loader/
H A Dloader.cpp25 # error BOOT_ARCH has to be defined to differentiate the kernel per platform
194 // fall back to load all modules (currently needed by the boot floppy)
/haiku/src/servers/app/
H A DServerBitmap.cpp33 The reason why this looks so complicated is to optimize the most common
52 \param flags Various bitmap flags to tweak the bitmap as defined in Bitmap.h
57 \param screen Screen assigned to the bitmap.
65 // WARNING: '1' is added to the width and height.
67 // modify here make sure to do the same under
147 color_space colorSpace, BPoint from, BPoint to, int32 width, int32 height)
153 bytesPerRow, fBytesPerRow, colorSpace, fSpace, from, to, width,
146 ImportBits(const void *bits, int32 bitsLength, int32 bytesPerRow, color_space colorSpace, BPoint from, BPoint to, int32 width, int32 height) argument
/haiku/src/kits/network/libnetservices/
H A DNetworkCookie.cpp100 // #pragma mark String to cookie fields
116 // in the domain (to avoid setting cookies on TLDs).
134 // and try to parse as much from the cookie as we can.
180 // Do not reset the result to B_OK if something else already failed
228 BNetworkCookie::SetPath(const BString& to) argument
233 // Limit the path to 4096 characters to not let the cookie jar grow huge.
234 if (to[0] != '/' || to.Length() > 4096)
238 if (to
[all...]
/haiku/
H A Dconfigure22 <haikuporter> is the path to the haikuporter tool
24 <HaikuPorts cross repo> is the path to a checked
26 <HaikuPorts repo> is the path to a checked out
42 path to the directory where the cross
44 prefix, e.g. "/path/to/tools/i586-pc-haiku-".
67 on to the make building the build tools.
68 --no-downloads Do not download anything. Useful when trying to
73 --target-arch <arch> Haiku only: Specify the target architecture to
79 architecture of the Haiku to build, subsequent
90 available, they will be used to stor
[all...]
/haiku/headers/os/midi/
H A DMidiSynth.h35 status_t RemapInstrument(int16 from, int16 to);
/haiku/src/apps/mail/
H A DMailApp.h8 Permission is hereby granted, free of charge, to any person obtaining a copy of
9 this software and associated documentation files (the "Software"), to deal in
10 the Software without restriction, including without limitation the rights to
12 of the Software, and to permit persons to whom the Software is furnished to do
13 so, subject to the following conditions:
15 The above copyright notice and this permission notice applies to all licensees
26 used in advertising or otherwise to promote the sale, use or other dealings in
70 const char* to
[all...]
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm.cpp64 TRACE(("arch_vm_init_end(): %lu virtual ranges to keep:\n",
83 panic("arch_vm_init_end(): Failed to create area for boot loader "
107 arch_vm_aspace_swap(struct VMAddressSpace *from, struct VMAddressSpace *to) argument
110 // of dying. It switches to the kernel team and does whatever cleanup is
113 // It is however not necessary to change the page directory. Userland team's
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dmbuf.h29 #define MT_NOINIT 255 /* not a type, a flag to allocate a non-initialized mbuf */
33 * Those of only protocol/layer specific significance are to be mapped
34 * to M_PROTO[1-12] and cleared at layer handoff boundaries.
35 * NB: Limited to the lower 24 bits.
64 // Flags to purge when crossing layers.
71 #define M_MOVE_PKTHDR(to, from) m_move_pkthdr((to), (from))
87 * Network interface cards are able to hash protocol fields (such as IPv4
89 * can then be used to maintain ordering while delivering packets to th
[all...]
/haiku/src/system/kernel/arch/arm/
H A Darch_vm.cpp59 TRACE("arch_vm_init_end(): %" B_PRIu32 " virtual ranges to keep:\n",
86 panic("arch_vm_init_end(): Failed to create area for boot loader "
107 arch_vm_aspace_swap(struct VMAddressSpace *from, struct VMAddressSpace *to) argument
110 // of dying. It switches to the kernel team and does whatever cleanup is
113 // It is however not necessary to change the page directory. Userland team's
/haiku/src/system/kernel/arch/arm64/
H A Darch_vm.cpp51 TRACE("arch_vm_init_end(): %" B_PRIu32 " virtual ranges to keep:\n",
78 panic("arch_vm_init_end(): Failed to create area for boot loader "
97 arch_vm_aspace_swap(struct VMAddressSpace* from, struct VMAddressSpace* to) argument
/haiku/src/system/kernel/arch/sparc/
H A Darch_thread.cpp20 // Currently nothing to do, i.e. zero initialized is just fine.
29 // Nothing to do. The structure is empty.
72 // let LR point to m68k_kernel_thread_root()
75 // the arguments of m68k_kernel_thread_root() are the functions to call,
100 arch_thread_context_switch(Thread *from, Thread *to) argument
141 /** Saves everything needed to restore the frame in the child fork in the
142 * arch_fork_arg structure to be passed to arch_restore_fork_frame().
143 * Also makes sure to return the right value.
154 * Needs to b
[all...]
/haiku/headers/private/kernel/arch/riscv64/
H A Darch_thread_types.h80 // a char in C++. So we have to put a dummy in to be able to use the struct
94 void arch_context_switch(arch_context* from, arch_context* to);
/haiku/src/kits/tracker/
H A DUtilities.cpp8 Permission is hereby granted, free of charge, to any person obtaining a copy of
9 this software and associated documentation files (the "Software"), to deal in
10 the Software without restriction, including without limitation the rights to
12 of the Software, and to permit persons to whom the Software is furnished to do
13 so, subject to the following conditions:
15 The above copyright notice and this permission notice applies to all licensees
26 used in advertising or otherwise to promote the sale, use or other dealings in
490 // Changes the alpha value of the given bitmap to creat
494 FadeRGBA32Horizontal(uint32* bits, int32 width, int32 height, int32 from, int32 to) argument
528 FadeRGBA32Vertical(uint32* bits, int32 width, int32 height, int32 from, int32 to) argument
[all...]
/haiku/src/apps/webpositive/
H A DBookmarkBar.cpp88 message->FindInt64("to directory", &ref.directory);
98 // to some other folder.
99 ino_t from, to; local
100 message->FindInt64("to directory", &to);
102 if (from == to) {
116 // fall through: the item was moved from here to
188 // Remove any overflowing item and move them to the "more" menu.
210 // We only need space to show the "more" button.
213 // We need enough vertical space to sho
[all...]
/haiku/headers/build/
H A DBeOSBuildCompatibility.h56 // constant could always lead to trouble on the host.
125 const char* to);
162 # define renameat(fromFD, from, toFD, to) \
163 _haiku_build_renameat(fromFD, from, toFD, to)

Completed in 221 milliseconds

1234567891011>>