Searched refs:targets (Results 1 - 25 of 28) sorted by relevance

12

/haiku-fatelf/headers/private/kernel/
H A Dmessaging.h25 const messaging_target *targets, int32 targetCount);
45 const messaging_target *targets,
H A DMessagingServiceDefs.h39 messaging_target targets[0]; // [target_count] member in struct:messaging_command_send_message
/haiku-fatelf/src/libs/pdflib/bind/pdflib/php/ext/pdf/
H A Dlibs.php-404.mk8 targets = $(LTLIBRARY_SHARED_NAME) macro
/haiku-fatelf/src/servers/registrar/
H A DMessageDeliverer.h27 DefaultMessagingTargetSet(const messaging_target *targets,
73 status_t DeliverMessage(BMessage *message, MessagingTargetSet &targets,
76 MessagingTargetSet &targets, bigtime_t timeout = B_INFINITE_TIMEOUT);
H A DMessageDeliverer.cpp54 const messaging_target *targets, int32 targetCount)
56 fTargets(targets),
587 /*! \brief Delivers a message to the supplied targets.
589 The method tries to send the message right now to each of the given targets
594 \param targets MessagingTargetSet providing the the delivery targets.
598 - \c B_OK, if for each of the given targets sending the message succeeded
603 MessageDeliverer::DeliverMessage(BMessage *message, MessagingTargetSet &targets, argument
615 return DeliverMessage(mallocIO.Buffer(), mallocIO.BufferLength(), targets,
620 /*! \brief Delivers a flattened message to the supplied targets
53 DefaultMessagingTargetSet( const messaging_target *targets, int32 targetCount) argument
638 DeliverMessage(const void *messageData, int32 messageSize, MessagingTargetSet &targets, bigtime_t timeout) argument
[all...]
H A DMessagingService.cpp192 DefaultMessagingTargetSet set(sendData->targets,
/haiku-fatelf/src/bin/gdb/opcodes/
H A Darc-dis.h57 int targets[4]; member in struct:arcDisState
H A Darc-dis.c144 #define add_target(x) (state->targets[state->tcnt++] = (x))
/haiku-fatelf/src/bin/gdb/gdb/
H A Dax-general.c393 /* Jump target table. targets[i] is non-zero iff there is a jump to local
395 char *targets = (char *) alloca (ax->len * sizeof (targets[0]));
401 /* Stack height record. iff either targets[i] or boundary[i] is
410 memset (targets, 0, ax->len * sizeof (targets[0]));
444 if (targets[i] && (heights[i] != height))
478 else if (targets[target])
489 targets[target] = 1;
499 if (!targets[
[all...]
H A Dgdb_mbuild.sh33 -e <regexp> Regular expression for selecting the targets to build.
81 # A regular expression for selecting targets
124 # Where to look for the list of targets to test
132 # Get the list of targets and the build options
194 # Warn the user of what is comming, print the list of targets
H A Dgdbarch.sh400 # For most targets, a pointer on the target and its representation as an
913 GDB targets (*-tdep.c) can register an interest in a specific
/haiku-fatelf/src/tools/elfsymbolpatcher/
H A DElfSymbolPatcher.cpp50 static Entry* Create(image_id image, void*** targets,
61 Entry(image_id image, void*** targets,
73 ElfSymbolPatchInfo::Entry::Create(image_id image, void*** targets, argument
76 if (!targets || targetCount <= 0)
81 entry = new(buffer) Entry(image, targets, targetCount);
104 ElfSymbolPatchInfo::Entry::Entry(image_id image, void*** targets, argument
109 memcpy(fPatchTargets + 0, targets, targetCount * sizeof(void**));
218 ElfSymbolPatchInfo::CreateEntry(image_id image, BList* targets) argument
220 if (!targets || targets
[all...]
/haiku-fatelf/src/system/kernel/
H A Dsystem_info.cpp293 messaging_target targets[kMaxMessagingTargetCount];
296 _AddTargets(fTeamListeners.Lookup(teamID), flags, targets,
298 _AddTargets(fTeamListeners.Lookup(-1), flags, targets, targetCount,
303 _SendMessage(targets, targetCount, object, opcode);
307 messaging_target* targets, int32& targetCount, int32 object,
321 _SendMessage(targets, targetCount, object, opcode);
326 targets[targetCount].port = listener->port;
327 targets[targetCount++].token = listener->token;
331 void _SendMessage(messaging_target* targets, int32 targetCount, argument
345 send_message(message.Buffer(), message.ContentSize(), targets,
306 _AddTargets(ListenerList* listenerList, uint32 flags, messaging_target* targets, int32& targetCount, int32 object, uint32 opcode) argument
[all...]
/haiku-fatelf/src/bin/gdb/bfd/doc/
H A DMakefile.am10 syms.texi targets.texi init.texi hash.texi linker.texi \
17 section.p syms.p targets.p \
33 $(srcdir)/../syms.c $(srcdir)/../targets.c \
43 $(srcdir)/../targets.c $(srcdir)/../init.c
70 # We use s-XXX targets so that we can distribute the info files,
187 s-targets: $(MKDOC) $(srcdir)/../targets.c $(srcdir)/doc.str
188 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../targets.c >targets.tmp
189 $(srcdir)/../../move-if-change targets
[all...]
/haiku-fatelf/src/system/kernel/messaging/
H A DMessagingService.cpp376 const messaging_target *targets, int32 targetCount)
379 messageSize, targets, targetCount));
380 if (!message || messageSize <= 0 || !targets || targetCount <= 0)
405 memcpy(command->targets, targets, sizeof(messaging_target) * targetCount);
495 const messaging_target *targets, int32 targetCount)
505 targets, targetCount);
514 send_message(const KMessage *message, const messaging_target *targets, argument
520 return send_message(message->Buffer(), message->ContentSize(), targets,
375 SendMessage(const void *message, int32 messageSize, const messaging_target *targets, int32 targetCount) argument
494 send_message(const void *message, int32 messageSize, const messaging_target *targets, int32 targetCount) argument
H A DMessagingService.h72 const messaging_target *targets, int32 targetCount);
/haiku-fatelf/src/bin/gdb/bfd/
H A Dmakefile.vms23 targets.obj,hash.obj,linker.obj,elf.obj,srec.obj,binary.obj,tekhex.obj,\
66 targets.c: targmatch.h
H A DMakefile.am37 section.lo syms.lo targets.lo hash.lo linker.lo \
47 section.c syms.c targets.c hash.c linker.c \
170 # target_vector in targets.c if configured with --enable-targets=all.
508 # target_vector in targets.c if configured with --enable-targets=all
644 # BFD_BACKENDS Routines the configured targets need.
645 # BFD_MACHINES Architecture-specific routines the configured targets need.
690 # itself, but is included by targets.c.
696 # When compiling archures.c and targets
[all...]
/haiku-fatelf/src/tests/kits/app/bmessenger/
H A DMessengerComparissonTester.cpp187 // remote targets
195 // targets -- test data
199 } targets[] = { local
213 int32 targetCount = sizeof(targets) / sizeof(target);
218 const target &target1 = targets[i];
221 const target &target2 = targets[k];
/haiku-fatelf/headers/tools/elfsymbolpatcher/
H A DElfSymbolPatcher.h72 status_t CreateEntry(image_id image, BList* targets);
/haiku-fatelf/src/bin/network/tcpdump/libpcap/msdos/
H A Dpkt_rx1.s4 ; Currently used only for djgpp + DOS4GW targets
/haiku-fatelf/src/tests/system/kernel/device_manager/
H A Ddma_resource_test.cpp96 target_t targets[32]; member in struct:Test::result_t
347 struct target_t& target = result.targets[result.count++];
596 const target_t& target = result.targets[i];
688 const target_t& target = result.targets[k];
/haiku-fatelf/build/scripts/
H A Dbuild_fatelf_cross_tools367 # Build binutils for all hosts/targets.
370 # Generate portable binutils for all targets. We'll have to
372 # targets.
386 "--enable-targets=${binutils_targets}"
430 # Build the compiler for M:N hosts:targets
510 info "Configured for targets: ${TARGETS}"
549 fprintf $fd " --targets The target triples for which cross tools will be built"
562 fprintf $fd " Accepts the same target triple values as --targets."
612 --targets)
676 require_opt "--targets" "
[all...]
/haiku-fatelf/src/bin/diffutils/ms/
H A Dconfig.bat181 Rem various Makefile install-foo targets, so we MUST have it before the
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemas.c845 xmlSchemaItemListPtr targets; /* list of target-node member in struct:_xmlSchemaIDCMatcher
21942 if (matcher->targets == NULL)
21943 matcher->targets = xmlSchemaItemListCreate();
21944 return(matcher->targets);
22015 if (matcher->targets != NULL) {
22024 for (i = 0; i < matcher->targets->nbItems; i++) {
22026 (xmlSchemaPSVIIDCNodePtr) matcher->targets->items[i];
22031 xmlSchemaItemListFree(matcher->targets);
22585 xmlSchemaItemListPtr targets; local
22652 targets
22955 xmlSchemaPSVIIDCNodePtr *targets, *dupls; local
[all...]

Completed in 334 milliseconds

12