Searched refs:from (Results 1 - 25 of 386) sorted by last modified time

1234567891011>>

/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_address.cpp26 l2cap_copy_address(const sockaddr *from, sockaddr **to, argument
38 if (from == NULL)
40 if (from->sa_family != AF_BLUETOOTH)
47 memcpy(*to, from, sizeof(sockaddr_l2cap));
207 l2cap_set_to(sockaddr *address, const sockaddr *from) argument
209 if (address == NULL || from == NULL)
212 if (from->sa_family != AF_BLUETOOTH)
215 memcpy(address, from, sizeof(sockaddr_l2cap));
233 const sockaddr_l2cap *from = (const sockaddr_l2cap *)_from; local
235 if (address == NULL || from
[all...]
/haiku/src/system/kernel/fs/
H A Dvfs.cpp969 it from the vnode hash as well as from its mount structure.
1008 // soon as we've removed it from the hash, it could reload the vnode -- with
1014 // make it available again (by removing the busy vnode from the hash).
1041 \param reenter \c true, if this function is called (indirectly) from within
1141 \param reenter \c true, if this function is called (indirectly) from within
1513 object from someone else in the mean time, you'll still get this
1700 // we've detached the locking from the vnode, so we can
1756 // TODO: locks from the same team might be joinable!
1965 // Get current working directory from i
8138 user_copy_name(char* to, const char* from, size_t length) argument
[all...]
/haiku/src/system/boot/loader/
H A Dmisc.cpp13 user_memcpy(void* to, const void* from, size_t size) argument
15 memcpy(to, from, size);
/haiku/headers/os/drivers/
H A DKernelExport.h238 extern status_t user_memcpy(void *to, const void *from, size_t size);
239 extern ssize_t user_strlcpy(char *to, const char *from, size_t size);
/haiku/src/apps/haikudepot/model/
H A DCreateUserDetail.h22 CreateUserDetail(BMessage* from);
H A DCreateUserDetail.cpp20 CreateUserDetail::CreateUserDetail(BMessage* from) argument
22 from->FindString(KEY_NICKNAME, &fNickname);
23 from->FindString(KEY_PASSWORD_CLEAR, &fPasswordClear);
24 from->FindBool(KEY_IS_PASSWORD_REPEATED, &fIsPasswordRepeated);
25 from->FindString(KEY_EMAIL, &fEmail);
26 from->FindString(KEY_CAPTCHA_TOKEN, &fCaptchaToken);
27 from->FindString(KEY_CAPTCHA_RESPONSE, &fCaptchaResponse);
28 from->FindString(KEY_LANGUAGE_ID, &fLanguageId);
29 from->FindString(KEY_AGREED_USER_USAGE_CONDITIONS_CODE,
H A DScreenshotCoordinate.h20 ScreenshotCoordinate(const BMessage* from);
H A DScreenshotCoordinate.cpp22 ScreenshotCoordinate::ScreenshotCoordinate(const BMessage* from) argument
24 from->FindString(kCodeKey, &fCode);
25 from->FindUInt16(kWidthKey, &fWidth);
26 from->FindUInt16(kHeightKey, &fHeight);
/haiku/src/system/kernel/vm/
H A Dvm.cpp600 // It also makes sense to move it from the inactive to the active, since
846 // Transfer the concerned pages from the first cache.
1324 supplied with a \a cookie retrieved from a successful call to
2288 // prefetches at max 10 MB starting from "offset"
2464 // map in all pages from source
2512 // At this point the area is removed from the global hash table, but
2579 /*! Creates a new cache on top of given cache, moves all areas from
2602 // We need to separate the cache from its areas. The cache goes one level
2626 // We now need to remap all pages from all of the cache's areas read-only,
2966 // Since this cache now lives from th
5493 vm_memcpy_from_physical(void* to, phys_addr_t from, size_t length, bool user) argument
5508 vm_memcpy_physical_page(phys_addr_t to, phys_addr_t from) argument
5621 user_memcpy(void* to, const void* from, size_t size) argument
5643 user_strlcpy(char* to, const char* from, size_t size) argument
[all...]
/haiku/src/kits/tracker/
H A DUtilities.cpp27 this Software without prior written authorization from Be Incorporated.
492 // "from" is always transparent, "to" opaque.
494 FadeRGBA32Horizontal(uint32* bits, int32 width, int32 height, int32 from, argument
498 if (width < 0 || height < 0 || from < 0 || to < 0)
501 float change = 1.f / (to - from);
502 if (from > to) {
503 int32 temp = from;
504 from = to;
511 for (int32 x = from; x <= to; x++) {
525 "from" i
528 FadeRGBA32Vertical(uint32* bits, int32 width, int32 height, int32 from, int32 to) argument
[all...]
H A DPoseView.cpp27 this Software without prior written authorization from Be Incorporated.
992 // Escape + SHIFT will remove current selection from clipboard,
993 // or all poses from current folder if 0 selected
1645 // trash folders from all the mounted volumes
1774 // redraw from top to top of part that could be copied
1842 // will always be true because srcRect is built from viewBounds.
1952 // set location from poseinfo if saved loc was for this dir
2374 // just remove all poses from clipboard
2640 // setting changed from Tracker to all open
2737 // column exists so remove it from lis
4003 int32 from = to < firstIndex ? firstIndex : lastIndex; local
[all...]
H A DUtilities.h27 this Software without prior written authorization from Be Incorporated.
213 int32 from, int32 to);
215 int32 from, int32 to);
H A DTitleView.cpp27 this Software without prior written authorization from Be Incorporated.
68 _DrawLine(BPoseView* view, BPoint from, BPoint to) argument
73 view->StrokeLine(from, to);
79 _UndrawLine(BPoseView* view, BPoint from, BPoint to) argument
81 view->StrokeLine(from, to, B_SOLID_LOW);
/haiku/src/bin/network/traceroute/
H A Dtraceroute.c15 * or promote products derived from this software without specific prior
28 * icmp "time exceeded" reply from a gateway. We start our probes
34 * round trip time of each probe. If the probe answers come from
120 * is using the ttl from our arriving datagram as the ttl in its
146 * system available from Berkeley: A raw ip socket using proto
156 * data from the original datagram. 8 bytes is the size of a udp
174 * I stole the idea for this program from Steve Deering. Since
176 * IETF working group meetings, I also could have stolen it from Guy
499 register struct sockaddr_in *from = (struct sockaddr_in *)&wherefrom; local
909 setsin(from, a
1390 packet_ok(register u_char *buf, int cc, register struct sockaddr_in *from, register int seq) argument
1691 print(register u_char *buf, register int cc, register struct sockaddr_in *from) argument
[all...]
/haiku/src/bin/network/ping/
H A Dping6.c18 * may be used to endorse or promote products derived from this software
40 * This code is derived from software contributed to Berkeley by
52 * may be used to endorse or promote products derived from this software
284 struct sockaddr_in6 from, *sin6; local
294 /* For control (ancillary) data received from recvmsg() */
1204 m.msg_name = (caddr_t)&from;
1205 m.msg_namelen = sizeof(from);
1479 * Decode a name from a DNS message.
1555 * Print out the packet, if it came from us. This logic is necessary
1568 struct sockaddr *from; local
[all...]
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.cpp21 // ...whilst the following IDs were 'stolen' from a recent Linux driver:
1366 UVCCamDeviceAddon::Instantiate(CamRoster& roster, BUSBDevice* from) argument
1369 return new UVCCamDevice(*this, from);
/haiku/src/add-ons/kernel/network/stack/
H A Ddatalink.cpp178 fill_address(const sockaddr* from, sockaddr* to, size_t maxLength) argument
180 if (from != NULL) {
182 return user_memcpy(to, from, min_c(from->sa_len, maxLength));
/haiku/src/kits/interface/
H A DListView.cpp1422 BListView::MoveItem(int32 from, int32 to) argument
1426 data.move.from = from;
1569 return _MoveItem(data->move.from, data->move.to);
1752 Selects the items between \a from and \a to, and returns \c true in
1757 BListView::_Select(int32 from, int32 to, bool extend) argument
1759 if (to < from)
1769 changed = _DeselectAll(from, to);
1772 fFirstSelected = from;
1775 if (from < fFirstSelecte
1984 _MoveItem(int32 from, int32 to) argument
2063 _RescanSelection(int32 from, int32 to) argument
[all...]
H A DTextView.cpp1157 // remove data from buffer
1287 // remove data from buffer
1515 // is the new selection any different from the current selection?
1813 // convert from text rect coordinates
1865 // from the left end, so when the point is near the right end it's very
1965 // never separate a punctuation char from its preceeding word
2119 // include first line from start of selection to end of window
2129 // include middle lines from start to end of window
2164 // prevent from scrolling out of view
2978 // Set family and style independently from eac
4655 STELine* from = (*fLines)[startLine]; local
4925 void* from = NULL; local
[all...]
/haiku/headers/os/interface/
H A DListView.h117 void Select(int32 from, int32 to,
138 bool MoveItem(int32 from, int32 to);
162 struct Move { int32 from; int32 to; } move; member in struct:BListView::MiscData::Move
178 bool _Select(int32 from, int32 to, bool extend);
189 bool _MoveItem(int32 from, int32 to);
191 void _RescanSelection(int32 from, int32 to);
/haiku/src/servers/app/
H A DWindow.h57 bool Move(int32 from, int32 to);
153 // can be used from inside classes that don't
345 // the visible region is only recalculated from the
353 // It is calculated from the desktop thread, but we can write to it when we read locked
390 // redraw requests from the Desktop will go
H A DWindow.cpp62 // when redrawing something that has been exposed from underneath
195 // this function is only called from the Desktop thread
197 // start from full region (as if the window was fully visible)
210 // TODO: if someone needs to call this from
213 // start from the decorator border, extend to use the frame
222 // TODO: if someone needs to call this from
236 // TODO: if someone needs to call this from
250 // TODO: if someone needs to call this from
280 // this function is only called from the desktop thread
335 // this function is only called from th
2385 Move(int32 from, int32 to) argument
[all...]
/haiku/
H A Dconfigure21 from the sources (in several phases).
69 bootstrap and build Haiku from source only.
133 location, run "../../relative/path/to/haiku_source/configure <options>" from
136 [ options ] targets" from within haiku_source. This can be accomplished by
285 # determine architecture from machine triple
309 echo "Please download it from www.haiku-os.org...";
420 # get absolute path from relative path
547 # get last configure invocation and flags from BuildConfig and call ourselves with it
896 echo "You can install it from Mac Ports."
990 # build cross tools from source
[all...]
/haiku/src/apps/haikudepot/process/
H A DProcessCoordinator.h26 ProcessCoordinatorState(BMessage* from);
50 /*! Clients are able to subclass from this 'interface' in order to accept

Completed in 208 milliseconds

1234567891011>>