Searched refs:from (Results 126 - 150 of 386) sorted by relevance

1234567891011>>

/haiku/src/system/kernel/arch/x86/
H A Darch_thread.cpp29 // from arch_interrupts.S
32 // from arch_cpu.cpp
71 sure that such iframe exists; ie. from syscalls, but usually not
72 from standard kernel threads.
135 x86_next_page_directory(Thread* from, Thread* to) argument
138 if (from->team->address_space == toAddressSpace) {
196 arch_thread_context_switch(Thread* from, Thread* to) argument
236 gX86SwapFPUFunc(from->arch_info.fpu_state, to->arch_info.fpu_state);
238 x86_context_switch(&from->arch_info, &to->arch_info);
270 /*! Restores the frame from
[all...]
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A Dsettings_tools.cpp112 copy_driver_parameter(const driver_parameter *from, driver_parameter *to) argument
114 if (!from || !to)
119 if (from->name)
120 to->name = strdup(from->name);
124 to->value_count = from->value_count;
125 if (from->value_count > 0)
126 to->values = (char**) malloc(from->value_count * sizeof(char*));
131 to->values[index] = strdup(from->values[index]);
133 to->parameter_count = from->parameter_count;
143 copy_driver_parameter(&from
[all...]
/haiku/src/kits/support/
H A DList.cpp278 /*! This moves a list item from posititon a to position b, moving the
286 BList::MoveItem(int32 from, int32 to) argument
288 if ((from >= fItemCount) || (to >= fItemCount) || (from < 0) || (to < 0))
291 void* tmpMover = fObjectList[from];
292 if (from < to) {
293 memmove(fObjectList + from, fObjectList + from + 1,
294 (to - from) * sizeof(void*));
295 } else if (from > t
[all...]
/haiku/src/apps/deskbar/
H A DResourceSet.cpp27 this Software without prior written authorization from Be Incorporated.
801 TResourceSet::ReturnBitmapItem(type_code, TypeItem* from) argument
803 if (!from)
806 TypeObject* obj = from->Object();
816 BMemoryIO stream(from->Data(), from->Size());
833 if (from->Object() != NULL) {
837 bitmap = dynamic_cast<BitmapTypeItem*>(from->Object());
839 from->SetObject(bitmap);
847 TResourceSet::ReturnStringBlockItem(TypeItem* from) argument
[all...]
/haiku/src/tests/add-ons/mail/imap/
H A Dimap_tester.cpp88 uint32 from = 1; local
92 printf("usage: %s [<from>] [<to>] [header|body]\n", argv[0]);
105 from = atoul(argv[1]);
108 from = to = atoul(argv[1]);
110 IMAP::FetchCommand command(from, to, flags | IMAP::kFetchFlags);
166 uint32 from = 1; local
169 printf("usage: %s [<from>] [<to>]\n", argv[0]);
173 from = atoul(argv[1]);
179 IMAP::FetchMessageEntriesCommand command(entries, from, to, true);
/haiku/src/system/kernel/arch/riscv64/
H A DRISCV64VMTranslationMap.h88 status_t MemcpyToMap(addr_t to, const char *from,
90 status_t MemcpyFromMap(char *to, addr_t from,
93 ssize_t StrlcpyFromMap(char *to, addr_t from,
95 ssize_t StrlcpyToMap(addr_t to, const char *from,
176 virtual status_t MemcpyFromPhysical(void* to, phys_addr_t from,
179 const void* from, size_t length,
182 phys_addr_t from);
/haiku/src/bin/
H A Dmkindex.cpp32 {"copy-from", required_argument, 0, 'f'},
43 copy_indexes(dev_t from, dev_t to, bool verbose) argument
45 DIR *indexes = fs_open_index_dir(from);
57 if (fs_stat_index(from, dirent->d_name, &info) != 0) {
90 " --copy-from\tpath to volume to copy the indexes from.\n"
/haiku/headers/os/interface/
H A DTwoDimensionalLayout.h17 BTwoDimensionalLayout(BMessage* from);
60 virtual status_t AllUnarchived(const BMessage* from);
64 virtual status_t ItemUnarchived(const BMessage* from,
H A DAbstractLayout.h15 BAbstractLayout(BMessage* from);
46 virtual status_t AllUnarchived(const BMessage* from);
50 virtual status_t ItemUnarchived(const BMessage* from,
H A DSplitView.h18 BSplitView(BMessage* from);
79 static BArchivable* Instantiate(BMessage* from);
85 virtual status_t AllUnarchived(const BMessage* from);
H A DGridLayout.h17 BGridLayout(BMessage* from);
62 static BArchivable* Instantiate(BMessage* from);
68 virtual status_t AllUnarchived(const BMessage* from);
71 virtual status_t ItemUnarchived(const BMessage* from,
H A DBitmap.h30 // to make any sense, an accelerated blit from this memory into
92 BPoint from, BPoint to, BSize size);
94 status_t ImportBits(const BBitmap* bitmap, BPoint from,
123 BPoint from, BPoint to, int32 width, int32 height);
124 status_t ImportBits(const BBitmap* bitmap, BPoint from,
/haiku/headers/private/libroot/
H A Duser_group.h110 status_t copy_passwd_to_buffer(const passwd* from, passwd* entry, char* buffer,
122 status_t copy_group_to_buffer(const group* from, group* entry, char* buffer,
134 status_t copy_shadow_pwd_to_buffer(const spwd* from, spwd* entry,
/haiku/headers/private/net/
H A Dnet_buffer.h48 net_buffer* (*duplicate)(net_buffer* from);
49 net_buffer* (*clone)(net_buffer* from, bool shareFreeSpace);
50 net_buffer* (*split)(net_buffer* from, uint32 offset);
76 void* (*transfer_ancillary_data)(net_buffer* from,
/haiku/src/apps/cortex/ValControl/
H A DValControl.h17 * derived from this software without specific prior written permission.
170 // called to set the control's value from raw BParameter data
288 void _Add(ValControlSegment* segment, entry_location from,
294 void _Add(ValCtrlLayoutEntry& entry, entry_location from);
297 // (_IndexOf returns index from left)
300 const ValCtrlLayoutEntry& _EntryAt(entry_location from,
320 uint16 _LocationToIndex(entry_location from, uint16 distance = 0) const;
/haiku/src/apps/soundrecorder/
H A DDrawingTidbits.h5 * Inspired by SoundCapture from Be newsletter (Media Kit Basics: Consumers and Producers)
47 void ReplaceColor(BBitmap *bitmap, rgb_color from, rgb_color to);
/haiku/headers/private/kernel/arch/x86/
H A Darch_thread.h26 phys_addr_t x86_next_page_directory(Thread* from, Thread* to);
H A Darch_kernel_args.h9 # error This file is included from <boot/kernel_args.h> only
/haiku/src/kits/mail/
H A DHaikuMailFormatFilter.h31 BString _ExtractName(const BString& from);
/haiku/headers/os/net/
H A DDatagramSocket.h35 BNetworkAddress& from);
/haiku/headers/private/kernel/arch/m68k/
H A Darch_kernel_args.h9 # error This file is included from <boot/kernel_args.h> only
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DSMTP.h38 status_t Send(const char *to, const char *from,
/haiku/headers/private/kernel/arch/riscv64/
H A Darch_kernel_args.h9 # error This file is included from <boot/kernel_args.h> only
/haiku/src/apps/haikudepot/model/
H A DUserCredentials.h21 UserCredentials(BMessage* from);
H A DCreateUserDetail.h22 CreateUserDetail(BMessage* from);

Completed in 102 milliseconds

1234567891011>>