Searched refs:source (Results 426 - 450 of 489) sorted by relevance

<<11121314151617181920

/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp79 in6_addr source; member in struct:ipv6_packet_key
136 && packetKey.source == key.source
525 dprintf(" source: %s\n", ip6_sprintf(&header.header.ip6_src, addrbuf));
552 memcpy(&key.source, &header.Src(), sizeof(in6_addr));
1283 sockaddr_in6& source = *(sockaddr_in6*)buffer->source; local
1318 memcpy(&header->ip6_src, &source.sin6_addr, sizeof(in6_addr));
1503 // set net_buffer's source/destination address
1504 fill_sockaddr_in6((struct sockaddr_in6*)buffer->source, heade
[all...]
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp557 AddressModule()->set_to(reply->source, buffer->destination);
558 AddressModule()->set_to(reply->destination, buffer->source);
/haiku/src/system/kernel/vm/
H A Dvm.cpp151 if (fBottomCache == NULL || fBottomCache->source == NULL)
156 fBottomCache = fBottomCache->source;
175 // Unlock caches in source -> consumer direction. This is important to
219 nextCache = cache->source;
225 nextCache = cache->source;
1172 // ktrace_printf("map_backing_store: cache: %p (source: %p), \"%s\" -> %p",
1181 // need to temporarily unlock the source cache or we'll otherwise
2355 // Check whether the source area exists and is cloneable. If so, mark it
2419 // to the source cache - but otherwise it has no idea that we need
2464 // map in all pages from source
2735 VMArea* source; local
6403 clone_area(const char* name, void** _address, uint32 addressSpec, uint32 protection, area_id source) argument
[all...]
/haiku/src/add-ons/translators/raw/
H A DRAW.h117 uchar *_MakeDecoder(const uchar* source, int level);
/haiku/src/kits/media/legacy/
H A DOldMediaModule.h196 BEventStream* source = NULL);
H A DOldMediaModule.cpp584 BEventStream *source)
582 BMediaChannel(mk_rate rate, BMediaRenderer *renderer, BEventStream *source) argument
/haiku/headers/private/interface/
H A DPicturePlayer.h50 void (*draw_pixels)(void* userData, const BRect& source,
/haiku/src/kits/app/
H A DLooper.cpp1394 // check source conditions
1395 message_source source = filter->MessageSource(); local
1397 if (source == B_ANY_SOURCE
1398 || (source == B_REMOTE_SOURCE && remote)
1399 || (source == B_LOCAL_SOURCE && !remote)) {
/haiku/src/add-ons/kernel/network/stack/
H A Droutes.cpp279 target->source = copy_address(buffer, route->interface_address->local);
662 sockaddr* source = buffer->source; local
665 // as we might proceed with source = INADDR_ANY.
669 status = domain->address_module->update_to(source,
/haiku/src/add-ons/kernel/network/protocols/icmp6/
H A Dicmp6.cpp209 domain = sStackModule->get_domain(buffer->source->sa_family);
/haiku/headers/os/interface/
H A DGraphicsDefs.h154 overlay_rect_limits source; member in struct:overlay_restrictions
/haiku/src/build/libbe/interface/
H A DBitmap.cpp1486 \param source The source bitmap.
1493 BBitmap::BBitmap(const BBitmap *source, bool acceptsViews, argument
1507 if (source && source->IsValid()) {
1510 InitObject(source->Bounds(), source->ColorSpace(), flags,
1511 source->BytesPerRow(), B_MAIN_SCREEN_ID);
1513 memcpy(Bits(), source->Bits(), BytesPerRow());
1730 - \c B_RGB32: The source buffe
[all...]
/haiku/src/servers/media/
H A DNodeManager.cpp13 * * Redistributions of source code must retain the above copyright notice,
537 if (outIterator->source.port == port) {
1250 // source of the node, users, etc.
1276 B_PRId32 ", source-port %" B_PRId32 ", source-id %" B_PRId32
1278 "\"%s\"\n", input.node.node, input.node.port, input.source.port,
1279 input.source.id, input.destination.port, input.destination.id,
1289 B_PRId32 ", source-port %" B_PRId32 ", source-id %" B_PRId32
1292 output.source
[all...]
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp1005 while (VMCache* source = cache->source) {
1006 source->Lock();
1007 source->AcquireRefLocked();
1009 cache = source;
/haiku/src/apps/deskbar/
H A DResourceSet.cpp103 BitmapTypeItem(const BBitmap* source, bool accepts_views = false, argument
105 : BBitmap(source, accepts_views, need_contiguous)
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300eep.h697 extern void ar9300_calibration_data_set(struct ath_hal *ah, int32_t source);
700 extern void ar9300_calibration_data_address_set(struct ath_hal *ah, int32_t source);
/haiku/src/libs/icon/
H A DIconRenderer.cpp360 source_type source(pixf_img, background);
365 span_gen_type spanGenerator(source, interpolator);
/haiku/src/kits/tracker/
H A DAttributeStream.h65 // used for read-only attribute source
99 AttributeStreamNode &operator<<(AttributeStreamNode &source);
105 // up source and destination, forces the stream head to start
132 // way to the source, from which the resulting buffer is borrowed
139 // return true if can work as a source for the entire stream
192 // in memory attribute buffer; can be both target of writing and source
244 // in read-only memory attribute source
245 // can only be used as a source for Next and Get
H A DContainerWindow.h116 virtual uint32 ShowDropContextMenu(BPoint, BPoseView* source = NULL);
/haiku/src/kits/shared/
H A DDriverSettingsMessageAdapter.cpp50 DriverSettingsConverter::ConvertToDriverSettings(const BMessage& source, argument
/haiku/headers/private/kernel/
H A Dacpi.h100 uint8 type; /* 2 = Interrupt source override */
103 uint8 source; /* Bus-relative interrupt source (IRQ) */ member in struct:acpi_int_source_override
105 bus-relative source int will signal */
170 uint8 type; /* 8 = platform interrupt source */
/haiku/src/apps/cortex/NodeManager/
H A DNodeRef.cpp5 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
710 // retrieve input/output matching the given destination/source.
712 // or source don't correspond to this node.
723 const media_source& source; member in class:match_output_source
724 match_output_source(const media_source& _source) : source(_source) {}
726 return output.source == source;
1679 // set time source
/haiku/src/apps/activitymonitor/
H A DDataSource.h58 static int32 IndexOf(const DataSource* source);
/haiku/src/tools/fs_shell/
H A Dfssh.cpp868 fprintf(stderr, "Usage: %s [Options] <source> <target>\n", argv[0]);
872 const char *source = argv[argi]; local
882 // get source leaf
884 error = get_last_path_component(source, leaf, sizeof(leaf));
886 fprintf(stderr, "Error: Failed to get leaf name of source "
925 error = _kern_create_symlink(-1, target, source,
928 error = _kern_create_link(target, source);
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Demuxki.h16 * Redistribution and use in source and binary forms, with or without
19 * 1. Redistributions of source code must retain the above copyright
269 emuxki_recsrc_t source; member in union:_emuxki_voice::__anon17

Completed in 160 milliseconds

<<11121314151617181920