Searched refs:from (Results 326 - 350 of 386) sorted by relevance

<<111213141516

/haiku/src/apps/cortex/NodeManager/
H A DNodeGroup.h17 * derived from this software without specific prior written permission.
49 // this without explicit help from the node? The roster sends
438 // *** this method should not be called from the transport thread
446 // (this may be called from the transport thread or from
455 // (this may be called from the transport thread or from
463 // (this may be called from the transport thread or from
474 transport_state_t from,
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInode.h63 static status_t Rename(Inode* from, Inode* to,
/haiku/headers/os/support/
H A DObjectList.h27 this Software without prior written authorization from Be Incorporated.
105 bool MoveItem(int32 from, int32 to);
158 bool MoveItem(int32 from, int32 to);
561 BObjectList<T>::MoveItem(int32 from, int32 to) argument
563 return _PointerList_::MoveItem(from, to);
/haiku/src/system/libroot/posix/
H A Dsyslog.cpp52 that inherits the context attributes from the team and put it
109 /*! Retrieves the port of the system logger from the launch_daemon.
125 /*! Creates the message from the given context and sends it to the syslog
151 // adopt facility from openlog() if not yet set
158 message.from = find_thread(NULL);
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.h189 status_t _PropagateParameterChanges(int from,
271 // this is computed from the real (negotiated) chunk size
/haiku/headers/os/interface/
H A DTabView.h116 virtual status_t AllUnarchived(const BMessage* from);
/haiku/src/servers/app/decorator/
H A DDecorator.cpp178 Decorator::MoveTab(int32 from, int32 to, bool isMoving, BRegion* updateRegion) argument
182 if (_MoveTab(from, to, isMoving, updateRegion) == false)
184 if (fTabList.MoveItem(from, to) == false) {
186 _MoveTab(from, to, isMoving, updateRegion);
/haiku/src/system/kernel/scheduler/
H A Dscheduling_analysis.cpp569 analyze_scheduling(bigtime_t from, bigtime_t until, argument
580 if (baseEntry->Time() < from)
768 // thread removed from run queue
824 _user_analyze_scheduling(bigtime_t from, bigtime_t until, void* buffer, argument
849 error = analyze_scheduling(from, until, manager);
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_send.c31 * may be used to endorse or promote products derived from this software
865 struct sockaddr_storage from; local
922 * rather expect to see responses from an "unknown"
1027 fromlen = sizeof(from);
1029 (struct sockaddr *)(void *)&from, &fromlen);
1049 * response from old query, ignore it.
1060 !res_ourserver_p(statp, (struct sockaddr *)(void *)&from)) {
1062 * response from wrong server? ignore it.
1109 /* don't retry if called from dig */
/haiku/src/kits/tracker/
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/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/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.c269 /* XXX should get max ap/client vap's from f/w */
389 /* XXX get from f/w */
536 * Callback from the driver on a cmd done interrupt.
647 * Retrieve statistics from the f/w.
1672 cvtPeerInfo(PeerInfo_t *to, const MWL_HAL_PEERINFO *from) argument
1674 to->LegacyRateBitMap = htole32(from->LegacyRateBitMap);
1675 to->HTRateBitMap = htole32(from->HTRateBitMap);
1676 to->CapInfo = htole16(from->CapInfo);
1677 to->HTCapabilitiesInfo = htole16(from->HTCapabilitiesInfo);
1678 to->MacHTParamInfo = from
[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...]
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php35 // else you can get it from http://www.tightvnc.com/download-old.php :
80 ."-daemonize " /* detach from stdin */
308 "' from browser headers.");
/haiku/headers/libs/agg/
H A Dagg_pixfmt_gray.h588 void copy_from(const RenBuf2& from, argument
593 const int8u* p = from.row_ptr(ysrc);
H A Dagg_pixfmt_rgb_packed.h1079 void copy_from(const RenBuf2& from, argument
1084 const int8u* p = from.row_ptr(ysrc);
1095 void blend_from(const SrcPixelFormatRenderer& from, argument
1103 const value_type* psrc = (const value_type*)from.row_ptr(ysrc);
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_subr_sbuf.c60 # define va_copy(to, from) __va_copy(to, from)
453 * Copy a byte string from userland into an sbuf.
512 * Append a string from userland to an sbuf.
646 * When updating s->s_len, we must subtract 1 from the length that
699 * Trim whitespace characters from end of an sbuf.
/haiku/src/apps/mail/
H A DHeader.cpp27 this Software without prior written authorization from Be Incorporated.
303 // And now the "from account" pop-up menu, on the left side, taking the
463 THeaderView::SetFrom(const char* from) argument
466 fFromControl->SetText(from);
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBoxStates.cpp514 BPoint from = origin + BPoint(sinf(22.5 * 180.0 / M_PI) * 50.0, local
517 float rotation = calc_angle(origin, from, current) + 180.0;
/haiku/headers/libs/alm/
H A DALMLayout.h169 virtual status_t ItemUnarchived(const BMessage* from,
/haiku/headers/os/media/
H A DMediaTrack.h147 // data from the track. The data is not decoded -- it will be
233 const media_format& from,
/haiku/src/kits/translation/
H A DTranslatorRoster.cpp81 it from the list of translators on destruction (if Remove() was called
252 // has it been removed from one?
261 || message->FindInt64("from directory",
367 translators with the same name will be taken from the earlier directory
1244 BTranslatorRoster::Instantiate(BMessage* from) argument
1246 if (!from || !validate_instantiation(from, "BTranslatorRoster"))
1249 return new BTranslatorRoster(from);
1288 the translators from those paths to this BTranslatorRoster.
1360 to convert the data from \
[all...]
/haiku/src/kits/midi/
H A DSoftSynth.cpp206 BSoftSynth::RemapInstrument(int16 from, int16 to) argument
490 // from BMidi::AllNotesOff
/haiku/src/system/kernel/arch/riscv64/
H A Darch_vm.cpp341 // Throw away any address space mappings we've inherited from the boot
351 arch_vm_aspace_swap(struct VMAddressSpace *from, struct VMAddressSpace *to) argument
/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

Completed in 290 milliseconds

<<111213141516