Searched refs:source (Results 401 - 425 of 489) sorted by relevance

<<11121314151617181920

/haiku/src/system/boot/loader/net/
H A DEthernet.cpp148 header.source = fInterface->MACAddress();
/haiku/src/apps/mail/
H A DAddressTextControl.cpp83 virtual void EntryCreated(QueryList& source,
85 virtual void EntryRemoved(QueryList& source,
464 AddressPopUpMenu::EntryCreated(QueryList& source, argument
472 AddressPopUpMenu::EntryRemoved(QueryList& source, argument
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dmulticast.cpp145 buffer->source));
/haiku/src/add-ons/kernel/drivers/graphics/vesa/
H A Ddevice.cpp218 return vga_planar_blit(info->shared_info, args.source,
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A Dtcp.cpp264 dprintf(" source port: %u\n", ntohs(header.source_port));
411 header.source_port = addressModule->get_port(buffer->source);
705 addressModule->set_port(buffer->source, header.source_port);
709 AddressString(domain, buffer->source, true).Data(),
733 buffer->destination, buffer->source);
/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dacl.cpp149 memcpy(conn->currentRxPacket->source, &conn->address_dest, sizeof(sockaddr_storage));
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DVideoIn.cpp147 void CVideoIn::Start(video_in_source source, video_in_standard standard, argument
195 fTheater->SetStandard(kStandard[standard], kSource[source]);
432 "addl $0x10,%0\n" // source += 16
H A DTheater200.cpp806 void CTheater200::SetStandard(theater_standard standard, theater_source source) argument
812 "TUNER\0COMP\0\0SVIDEO"+6*source));
815 fSource = source;
879 void CTheater200::SetADC(theater_standard standard, theater_source source) argument
885 PRINT(("CTheater200::SetADC(%c, %c)\n", "NJ4MNCB6S"[standard], "TCS"[source]));
921 switch (source) {
965 PRINT(("CTheater200::SetADC() - Bad source\n"));
/haiku/src/system/kernel/lib/
H A Dkernel_vsprintf.cpp70 void PutString(const char *source, int32 length) argument
77 memcpy(fCurrent, source, toWrite);
/haiku/src/tests/apps/miniterminal/
H A DViewBuffer.cpp306 BRect source(srcx, srcy, srcx + width, srcy + height);
313 CopyBits(source, dest);
/haiku/src/kits/locale/
H A DDateFormat.cpp380 BDateFormat::Parse(BString source, BDateFormatStyle style, BDate& output) argument
392 UDate date = dateFormatter->parse(UnicodeString::fromUTF8(source.String()),
/haiku/src/tests/kits/shared/
H A DDriverSettingsMessageAdapterTest.cpp248 status_t ConvertToDriverSettings(const BMessage& source, argument
252 if (index == 0 && source.FindInt32(name, 0, &intValue) == B_OK) {
/haiku/src/tests/kits/media/nodetest/
H A Dmain.cpp107 out("Calling GetAllOutputsFor(source)\n");
121 out("Calling GetAllInputsFor(source) (should fail)\n");
131 out("Calling GetConnectedOutputsFor(source)\n");
145 out("Calling GetConnectedInputsFor(source) (should fail)\n");
155 out("Calling GetFreeOutputsFor(source)\n");
174 out("Calling GetFreeInputsFor(source) (should fail)\n");
179 out("Calling GetAttNodeAttributesFor(source)\n");
190 rv = roster->Connect(output.source, input.destination, &format, &output, &input);
250 rv = roster->Disconnect(sourceNodeID, output.source, destinationNodeID, input.destination);
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DDocumentBuilder.cpp33 DocumentBuilder::DocumentBuilder(NSVGimage* source) argument
38 fSource(source)
204 printf("failed to convert from vertex source\n");
/haiku/src/system/kernel/arch/x86/
H A Darch_int.cpp363 x86_set_irq_source(int32 irq, irq_source source) argument
365 sVectorSources[irq] = source;
/haiku/src/bin/network/traceroute/
H A Dtraceroute.c5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that: (1) source code distributions
133 * network or protocol unreachable, respectively), !S or !F (source
149 * file that came with the source to this program for a description
164 * source port (the high bit is set to move the port number out
185 * sending a loose-source-routed udp datagram through the destination
186 * back to yourself. Unfortunately, SO many gateways botch source
313 /* loose source route gateway list (including room for final destination) */
329 char *source; variable
675 * set the ip source addres
[all...]
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaJack.cpp5 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
91 m_source(input.source),
109 m_index(output.source.id),
111 m_source(output.source),
141 input->source = m_source;
157 output->source = m_source;
/haiku/src/apps/cortex/support/
H A DMediaString.cpp5 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
87 list = B_TRANSLATE("Time source");
93 last = B_TRANSLATE("Time source");
524 const media_source &source,
529 if ((source.port != media_source::null.port)
530 && (source.id != media_source::null.id)) {
532 << source.port << ", "
534 << source.id;
523 getStringFor( const media_source &source, bool complete) argument
/haiku/src/kits/tracker/
H A DAttributeStream.cpp152 AttributeStreamNode::operator<<(AttributeStreamNode &source) argument
154 fReadFrom = &source;
159 return source;
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLoggingConsumer.cpp6 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
464 mInput.source = producer;
615 NotifyLateProducer(mInput.source, -how_early, perf_time);
678 SendLatencyChange(mInput.source, mInput.destination, EventLatency() + SchedulingLatency());
/haiku/src/servers/media_addon/
H A DMediaAddonServer.cpp11 * Redistribution and use in source and binary forms, with or without modification,
14 * * Redistributions of source code must retain the above copyright notice,
255 // The very first thing to do is to create the system time source,
260 fprintf(stderr, "Can't register system time source : %s\n",
262 ERROR("Can't register system time source");
266 ERROR("System time source got wrong node ID");
270 ERROR("Can't setup system time source as default");
330 fprintf(stderr, "Error removing the system time source : %s\n",
332 ERROR("Can't remove the system time source");
639 inputs[i].source
[all...]
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js746 var source = new Uint8Array(this.bitsLength);
747 remoteMessage.dataView.readInto(source);
749 imageData.data[i * 4 + 0] = source[i];
750 imageData.data[i * 4 + 1] = source[i];
751 imageData.data[i * 4 + 2] = source[i];
757 var source = new Uint8Array(this.bitsLength);
758 remoteMessage.dataView.readInto(source);
760 var value = (source[Math.floor(i / 8)] >> i % 8) & 1 ? 255 : 0;
1036 this.drawingMode = 'source-over';
1212 this.drawingMode = 'source
[all...]
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp94 a job, and the external event source.
96 There is one object per registered event source, and it keeps all jobs that
97 reference the event as listeners. If the event source triggers the event,
102 ExternalEventSource(BMessenger& source,
281 ExternalEventSource::ExternalEventSource(BMessenger& source, argument
284 fSource(source),
460 // Even if we failed to find a matching source, we do not want to return an error,
1025 message.AddMessenger("source", eventSource->Source());
1053 BMessenger source; local
1055 && message->FindMessenger("source",
1098 BMessenger source; local
[all...]
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6.cpp473 PCL6Driver::_MediaSource(JobData::PaperSource source) argument
475 switch (source) {
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty.cpp1074 struct tty* source = sourceCookie->tty; local
1081 // bail out, if source is already closed
1095 bool echo = (source->settings->termios.c_lflag & ECHO) != 0;
1097 TRACE(("tty_write_to_tty_master(source = %p, target = %p, "
1098 "length = %lu%s)\n", source, target, length,
1115 if (!process_input_char(source, *data, &c, &bytesNeeded)) {
1127 process_output_char(source, c, echoBuffer, &echoBytes, true);
1136 tty_notify_if_available(target, source, true);
1138 tty_notify_if_available(source, target, true);
1163 line_buffer_putc(source
[all...]

Completed in 208 milliseconds

<<11121314151617181920