Searched refs:reply_port (Results 1 - 25 of 27) sorted by relevance

12

/haiku/src/kits/media/
H A Drequest_data.cpp27 reply_port = gPortPool->GetPort();
33 gPortPool->PutPort(reply_port);
43 return SendToPort(reply_port, 0, reinterpret_cast<command_data *>(reply),
H A DDataExchange.cpp215 status = read_port_etc(request->reply_port, &code, reply, replySize,
219 B_PRId32 ": %s\n", msgCode, request->reply_port, strerror(status));
/haiku/src/tools/fs_shell/
H A Dfs_shell_command_beos.h15 port_id reply_port; member in struct:external_command_message
H A Dexternal_commands_beos.cpp74 sReplyPort = message->reply_port;
H A Dfs_shell_command_beos.cpp46 message->reply_port = replyPort;
/haiku/headers/os/kernel/
H A Ddebugger.h228 port_id reply_port; // port to send the reply to member in struct:__anon34
244 port_id reply_port; // port to send the reply to member in struct:__anon36
287 port_id reply_port; // port to send the reply to member in struct:__anon42
301 port_id reply_port; // port to send the reply to member in struct:__anon44
319 port_id reply_port; // port to send the reply to member in struct:__anon47
357 port_id reply_port; // port to send the reply to member in struct:__anon51
380 port_id reply_port; // port to send the reply to member in struct:__anon54
401 port_id reply_port; // port to send the reply to member in struct:__anon56
422 port_id reply_port; // port to send the reply to member in struct:__anon58
429 port_id reply_port; // por member in struct:__anon59
[all...]
/haiku/src/kits/debug/
H A Ddebug_support.cpp54 context->reply_port = create_port(1, "debug reply port");
55 if (context->reply_port < 0)
56 return context->reply_port;
66 if (context->reply_port >= 0)
67 delete_port(context->reply_port);
71 context->reply_port = -1;
99 ssize_t bytesRead = read_port(context->reply_port, &code, reply,
123 message.reply_port = context->reply_port;
235 message.reply_port
[all...]
H A DDebugContext.cpp92 message.reply_port = fContext.reply_port;
118 message.reply_port = fContext.reply_port;
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonAddOn.cpp336 port_id reply_port; local
340 reply_port = create_port( 1, "GetConfiguration Reply" );
341 if( reply_port < 0 )
342 return reply_port;
344 msg.reply_port = reply_port;
353 reply_size = port_buffer_size_etc( reply_port, B_TIMEOUT, 10000000 );
359 res = read_port( reply_port, &code, reply, reply_size );
375 delete_port( reply_port );
H A DRadeonProducer.h120 port_id reply_port; member in struct:CRadeonProducer::configuration_msg
/haiku/headers/build/private/app/
H A DMessagePrivate.h66 port_id reply_port; member in struct:BMessage::message_header
109 fMessage->fHeader->reply_port = messengerPrivate.Port();
117 fMessage->fHeader->reply_port = port;
/haiku/headers/private/app/
H A DMessagePrivate.h66 port_id reply_port; member in struct:BMessage::message_header
109 fMessage->fHeader->reply_port = messengerPrivate.Port();
117 fMessage->fHeader->reply_port = port;
/haiku/headers/private/debug/
H A DDebugContext.h23 { return fContext.reply_port; }
H A Ddebug_support.h19 port_id reply_port; member in struct:debug_context
/haiku/src/bin/debug/strace/
H A DMemoryReader.cpp87 message.reply_port = fReplyPort;
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp53 reply_port = -1;
58 if (reply_port >= 0)
69 if (reply_port >= 0) {
73 reply_port = -1;
440 message.reply_port = contextGetter.Context()->reply_port;
470 message.reply_port = contextGetter.Context()->reply_port;
744 message.reply_port = contextGetter.Context()->reply_port;
[all...]
/haiku/src/bin/debug/profile/
H A DTeam.cpp154 message.reply_port = fDebugContext.reply_port;
/haiku/headers/private/kernel/
H A Duser_debugger.h213 port_id reply_port; member in struct:__anon104
/haiku/src/kits/app/
H A DMessageAdapter.cpp354 if (header->reply_port >= 0 && header->reply_target != B_NULL_TOKEN
426 if (header->reply_port >= 0 && header->reply_target != B_NULL_TOKEN
429 *(port_id *)pointer = header->reply_port;
571 reader(&header->reply_port, sizeof(header->reply_port));
H A DMessage.cpp389 fHeader->reply_port = -1;
862 fHeader->reply_port, fHeader->reply_target);
932 messengerPrivate.SetTo(fHeader->reply_team, fHeader->reply_port,
986 messengerPrivate.SetTo(fHeader->reply_team, fHeader->reply_port,
2211 fHeader->reply_port, fHeader->reply_target);
2226 header->reply_port = replyToPrivate.Port();
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp687 port_id replyPort = commandMessage.get_cpu_state.reply_port;
1716 replyPort = message.read_memory.reply_port;
1750 replyPort = message.write_memory.reply_port;
1915 replyPort = message.get_cpu_state.reply_port;
1928 commandMessage.reply_port = replyPort;
1947 replyPort = message.set_breakpoint.reply_port;
2003 replyPort = message.set_watchpoint.reply_port;
2123 replyPort = message.get_signal_masks.reply_port;
2178 replyPort = message.get_signal_handler.reply_port;
2250 replyPort = message.start_profiler.reply_port;
[all...]
/haiku/src/servers/debug/
H A DDebugServer.cpp398 fDebugContext.reply_port = -1;
781 message.reply_port = fDebugContext.reply_port;
/haiku/headers/private/media/
H A DServerInterface.h183 port_id reply_port; member in struct:BPrivate::media::request_data
/haiku/src/build/libbe/app/
H A DMessage.cpp317 fHeader->reply_port = -1;
712 fHeader->reply_port, fHeader->reply_target);
/haiku/src/servers/media/
H A Dmedia_server.cpp662 write_port(request.reply_port, 0, infos,

Completed in 399 milliseconds

12