Searched refs:reply (Results 151 - 175 of 305) sorted by relevance

1234567891011>>

/haiku/src/servers/registrar/
H A DAuthenticationManager.cpp804 // lazily build the reply
826 KMessage reply(error);
827 message.SendReply(&reply, -1, -1, 0, registrarTeam);
835 // lazily build the reply
857 KMessage reply(error);
858 message.SendReply(&reply, -1, -1, 0, registrarTeam);
871 // lazily build the reply
894 KMessage reply(error);
895 message.SendReply(&reply, -1, -1, 0, registrarTeam);
926 KMessage reply; local
956 KMessage reply; local
987 KMessage reply; local
1069 KMessage reply; local
1114 KMessage reply; local
1185 KMessage reply; local
1222 KMessage reply; local
[all...]
/haiku/src/add-ons/kernel/drivers/disk/virtual/remote_disk/
H A DRemoteDisk.cpp144 dprintf("RemoteDisk::FindAnyRemoteDisk(): Got no server reply: %s\n",
148 remote_disk_header* reply = (remote_disk_header*)fPacket; local
160 fServerAddress.sin_port = reply->port;
162 fImageSize = ntohll(reply->offset);
264 remote_disk_header reply; local
267 NULL, &reply, sizeof(reply), &replySize);
272 int16 packetSize = ntohs(reply.size);
350 // check whether the cached packet is indeed a read reply
418 // receive reply
439 remote_disk_header* reply = (remote_disk_header*)receiveBuffer; local
[all...]
/haiku/src/libs/libtelnet/
H A Dsra.c487 struct pam_response *reply = local
490 if (reply == NULL)
496 reply[i].resp_retcode = PAM_SUCCESS;
497 reply[i].resp = COPY_STRING(cred->uname);
501 reply[i].resp_retcode = PAM_SUCCESS;
502 reply[i].resp = COPY_STRING(cred->pass);
507 reply[i].resp_retcode = PAM_SUCCESS;
508 reply[i].resp = NULL;
511 free(reply);
516 *resp = reply;
[all...]
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteHWInterface.cpp256 RemoteMessage reply(NULL, fSendBuffer.Get());
257 reply.Start(RP_INIT_CONNECTION);
258 status_t result = reply.Flush();
284 RemoteMessage reply(NULL, fSendBuffer.Get());
285 reply.Start(RP_GET_SYSTEM_PALETTE_RESULT);
290 reply.Add(count);
293 reply.Add(color.red);
294 reply.Add(color.green);
295 reply.Add(color.blue);
296 reply
[all...]
/haiku/src/servers/keystore/
H A DKeyStoreServer.cpp103 BMessage reply; local
208 reply.AddMessage("key", &keyMessage);
229 reply.AddUInt32("cookie", cookie);
230 reply.AddMessage("key", &keyMessage);
320 reply.AddUInt32("cookie", cookie);
321 reply.AddString("keyring", keyring->Name());
328 reply.AddBool("unlocked", keyring->IsUnlocked());
420 reply.AddUInt32("cookie", cookie);
421 reply.AddString("signature", signature);
422 reply
[all...]
/haiku/src/kits/media/
H A DMediaNode.cpp672 node_sync_to_reply reply; local
684 request->SendReply(status, &reply, sizeof(reply));
729 node_get_timesource_reply reply; local
730 reply.timesource_id = fTimeSourceID;
731 request->SendReply(B_OK, &reply, sizeof(reply));
743 node_get_attributes_for_reply reply; local
764 reply.filled_count = i;
766 request->SendReply(status, &reply, sizeo
803 reply_data reply; local
[all...]
H A DFormatManager.cpp24 // 5 seconds timeout for sending the reply
165 FormatManager::GetFormats(bigtime_t lastUpdate, BMessage& reply) argument
171 reply.AddBool("need_update", false);
177 reply.AddBool("need_update", true);
178 reply.AddInt64("timestamp", system_time());
183 reply.AddData("formats", MEDIA_META_FORMAT_TYPE, format,
/haiku/src/kits/network/libnetapi/
H A DSocketMessenger.cpp207 BMessage reply; local
208 status_t error = SendMessage(message, reply, timeout);
212 return replyTarget.SendMessage(&reply);
217 BSocketMessenger::SendReply(const BMessage& message, const BMessage& reply) argument
223 BMessage replyMessage(reply);
363 BSocketMessenger::_ReadReply(const int64 replyID, BMessage& reply, argument
369 reply = fPrivateData->fReceivedReplies.Remove(replyID);
/haiku/src/kits/app/
H A DHandler.cpp198 BMessage reply(B_REPLY);
237 err = reply.AddMessenger("result", this);
240 err = GetSupportedSuites(&reply);
243 err = reply.AddString("result", Name());
248 reply.AddInt32("error", B_OK);
249 message->SendReply(&reply);
258 reply.AddInt32("error", GetSupportedSuites(&reply));
259 message->SendReply(&reply);
477 BMessage reply(B_MESSAGE_NOT_UNDERSTOO
[all...]
H A DAppMisc.cpp226 BMessage reply; local
227 status_t status = server.SendMessage(&request, &reply);
231 port_id desktopPort = reply.GetInt32("port", B_ERROR);
/haiku/src/bin/debug/profile/
H A DTeam.cpp161 debug_nub_start_profiler_reply reply; local
163 B_DEBUG_START_PROFILER, &message, sizeof(message), &reply,
164 sizeof(reply));
165 if (error != B_OK || (error = reply.error) != B_OK) {
172 thread->SetInterval(reply.interval);
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp439 RemoteMessage reply(NULL, fSendBuffer);
445 reply.Start(RP_INIT_CONNECTION);
446 reply.Flush();
472 reply.Start(RP_UPDATE_DISPLAY_MODE);
473 reply.Add(bounds.IntegerWidth() + 1);
474 reply.Add(bounds.IntegerHeight() + 1);
475 if (reply.Flush() == B_OK)
1229 reply.Start(RP_DRAW_STRING_RESULT);
1230 reply.Add(token);
1231 reply
[all...]
/haiku/src/add-ons/kernel/drivers/disk/virtual/nbd/
H A Dnbd-server.py74 "Construct an NBD reply."
95 def reply(self, error, data=''): member in class:nbd_request
108 asock.send(req.reply(error=0,
115 asock.send(req.reply(error=0))
/haiku/src/kits/midi2/
H A DMidiEndpoint.cpp304 BMessage reply; local
305 status_t err = BMidiRoster::MidiRoster()->SendRequest(msg, &reply);
310 if (reply.FindInt32("midi:result", &res) == B_OK)
/haiku/src/kits/network/libnetservices/
H A DUrlProtocolDispatchingListener.cpp150 // Warning: synchronous reply
151 BMessage reply; local
152 fMessenger.SendMessage(&message, &reply);
154 return reply.FindBool("url:continue");
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DStartTeamWindow.cpp151 BMessage reply; local
152 be_app_messenger.SendMessage(&appMessage, &reply);
153 status_t error = reply.FindInt32("status");
/haiku/src/apps/haikudepot/server/
H A DWebAppInterface.h172 BMessage& reply);
176 BMessage& reply);
181 BMessage& reply);
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.cpp222 // send the reply
436 // prepare the reply
437 KMessage reply; local
438 reply.AddInt32("error", error);
440 reply.AddBool("cancelled", cancelled);
442 reply.AddString("user", user);
443 reply.AddString("password", password);
446 // send the reply
447 return reply.SendTo(port, token);
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonAddOn.cpp105 // (needed during shutdown where node cannot reply anymore)
350 CRadeonProducer::configuration_msg_reply *reply; local
357 reply = (CRadeonProducer::configuration_msg_reply *)malloc( reply_size );
359 res = read_port( reply_port, &code, reply, reply_size );
364 res = reply->res;
367 res = into_message->Unflatten( &reply->config );
371 free( reply );
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCServer.cpp140 Server::SendCallAsync(Call* call, Reply** reply, Request** request) argument
143 ASSERT(reply != NULL);
156 req->fReply = reply;
287 Reply* reply = new(std::nothrow) Reply(buffer, size); local
288 if (reply == NULL) {
293 Request* req = fRequests.FindRequest(reply->GetXID());
295 *req->fReply = reply;
299 delete reply;
/haiku/src/bin/multiuser/
H A Dgroupmod.cpp151 KMessage reply; local
152 status_t error = send_authentication_request_to_registrar(message, reply);
H A Dpasswd.cpp190 KMessage reply; local
191 status_t error = send_authentication_request_to_registrar(message, reply);
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp443 debug_nub_set_breakpoint_reply reply; local
446 B_DEBUG_MESSAGE_SET_BREAKPOINT, &message, sizeof(message), &reply,
447 sizeof(reply));
448 return error == B_OK ? reply.error : error;
475 debug_nub_set_watchpoint_reply reply; local
478 B_DEBUG_MESSAGE_SET_WATCHPOINT, &message, sizeof(message), &reply,
479 sizeof(reply));
480 return error == B_OK ? reply.error : error;
741 debug_nub_write_core_file_reply reply; local
748 B_DEBUG_WRITE_CORE_FILE, &message, sizeof(message), &reply,
993 debug_nub_get_cpu_state_reply reply; local
[all...]
/haiku/src/kits/interface/
H A DControl.cpp204 BMessage reply(B_REPLY);
214 reply.AddString("result", fLabel);
221 reply.AddInt32("error", B_OK);
227 reply.AddInt32("result", fValue);
234 reply.AddInt32("error", B_OK);
240 reply.AddBool("result", fEnabled);
247 reply.AddInt32("error", B_OK);
255 message->SendReply(&reply);
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.h90 extern bool is_successful_reply(struct XDRInPacket *reply);
94 extern void get_nfs_attr(struct XDRInPacket *reply, struct stat *st);

Completed in 258 milliseconds

1234567891011>>