Searched refs:targetCount (Results 1 - 9 of 9) sorted by relevance

/haiku/headers/private/kernel/
H A Dmessaging.h25 const messaging_target *targets, int32 targetCount);
46 int32 targetCount);
/haiku/src/system/kernel/messaging/
H A DMessagingService.cpp378 const messaging_target *targets, int32 targetCount)
381 messageSize, targets, targetCount));
382 if (!message || messageSize <= 0 || !targets || targetCount <= 0)
386 + targetCount * sizeof(messaging_target) + messageSize;
406 command->target_count = targetCount;
407 memcpy(command->targets, targets, sizeof(messaging_target) * targetCount);
497 const messaging_target *targets, int32 targetCount)
507 targets, targetCount);
517 int32 targetCount)
523 targetCount);
377 SendMessage(const void *message, int32 messageSize, const messaging_target *targets, int32 targetCount) argument
496 send_message(const void *message, int32 messageSize, const messaging_target *targets, int32 targetCount) argument
516 send_message(const KMessage *message, const messaging_target *targets, int32 targetCount) argument
[all...]
H A DMessagingService.h72 const messaging_target *targets, int32 targetCount);
/haiku/src/system/kernel/
H A Dsystem_info.cpp299 int32 targetCount = 0; local
302 targetCount, object, opcode);
303 _AddTargets(fTeamListeners.Lookup(-1), flags, targets, targetCount,
307 if (targetCount > 0)
308 _SendMessage(targets, targetCount, object, opcode);
312 messaging_target* targets, int32& targetCount, int32 object,
325 if (targetCount == kMaxMessagingTargetCount) {
326 _SendMessage(targets, targetCount, object, opcode);
327 targetCount = 0;
331 targets[targetCount]
311 _AddTargets(ListenerList* listenerList, uint32 flags, messaging_target* targets, int32& targetCount, int32 object, uint32 opcode) argument
336 _SendMessage(messaging_target* targets, int32 targetCount, int32 object, uint32 opcode) argument
[all...]
/haiku/src/tools/elfsymbolpatcher/
H A DElfSymbolPatcher.cpp51 int32 targetCount);
62 int32 targetCount);
74 int32 targetCount)
76 if (!targets || targetCount <= 0)
78 void* buffer = malloc(sizeof(Entry) + sizeof(void**) * (targetCount - 1));
81 entry = new(buffer) Entry(image, targets, targetCount);
105 int32 targetCount)
107 fPatchTargetCount(targetCount)
109 memcpy(fPatchTargets + 0, targets, targetCount * sizeof(void**));
73 Create(image_id image, void*** targets, int32 targetCount) argument
104 Entry(image_id image, void*** targets, int32 targetCount) argument
/haiku/src/bin/bfs_tools/lib/
H A DCache.h58 void Clear(int32 targetCount = 0,bool force = false)
78 if (--fCount <= targetCount)
/haiku/src/servers/registrar/
H A DMessageDeliverer.h28 int32 targetCount);
H A DMessageDeliverer.cpp54 const messaging_target *targets, int32 targetCount)
57 fTargetCount(targetCount),
53 DefaultMessagingTargetSet( const messaging_target *targets, int32 targetCount) argument
/haiku/src/tests/kits/app/bmessenger/
H A DMessengerComparissonTester.cpp213 int32 targetCount = sizeof(targets) / sizeof(target); local
216 for (int32 i = 0; i < targetCount; i++) {
220 for (int32 k = 0; k < targetCount; k++) {

Completed in 99 milliseconds