Searched refs:reply (Results 101 - 125 of 305) sorted by relevance

1234567891011>>

/haiku/src/servers/bluetooth/
H A DBluetoothServer.cpp141 BMessage reply; local
142 status_t status = B_WOULD_BLOCK; // mark somehow to do not reply anything
184 status = HandleLocalDevicesCount(message, &reply);
188 status = HandleAcquireLocalDevice(message, &reply);
192 status = HandleSimpleRequest(message, &reply);
196 status = HandleGetProperty(message, &reply);
218 // Can we reply right now?
221 reply.AddInt32("status", status);
222 message->SendReply(&reply);
223 // printf("Sending reply messag
275 HandleLocalDevicesCount(BMessage* message, BMessage* reply) argument
284 HandleAcquireLocalDevice(BMessage* message, BMessage* reply) argument
359 HandleSimpleRequest(BMessage* message, BMessage* reply) argument
390 HandleGetProperty(BMessage* message, BMessage* reply) argument
[all...]
/haiku/src/system/libroot/posix/
H A Dgrp.cpp49 KMessage reply; local
51 reply);
59 if ((error = reply.FindInt32("gid", &gid)) != B_OK
60 || (error = reply.FindString("name", &name)) != B_OK
61 || (error = reply.FindString("password", &password)) != B_OK) {
68 if (reply.FindString("members", index, members + memberCount) != B_OK)
95 // unpack the reply
245 KMessage reply; local
246 error = BPrivate::send_authentication_request_to_registrar(message, reply);
250 // unpack reply
[all...]
H A Dpwd.cpp49 KMessage reply; local
51 reply);
62 if ((error = reply.FindInt32("uid", &uid)) != B_OK
63 || (error = reply.FindInt32("gid", &gid)) != B_OK
64 || (error = reply.FindString("name", &name)) != B_OK
65 || (error = reply.FindString("password", &password)) != B_OK
66 || (error = reply.FindString("home", &home)) != B_OK
67 || (error = reply.FindString("shell", &shell)) != B_OK
68 || (error = reply.FindString("real name", &realName)) != B_OK) {
94 // unpack the reply
[all...]
/haiku/src/kits/media/
H A DDataExchange.cpp106 QueryServer(BMessage& request, BMessage& reply) argument
108 status_t status = sMediaServerMessenger.SendMessage(&request, &reply,
113 DEBUG_ONLY(reply.PrintToStream());
128 reply_data* reply, size_t replySize)
130 return QueryPort(sMediaServerPort, msgCode, request, requestSize, reply,
145 reply_data* reply, size_t replySize)
148 reply, replySize);
186 size_t requestSize, reply_data* reply, size_t replySize)
215 status = read_port_etc(request->reply_port, &code, reply, replySize,
222 return status < B_OK ? status : reply
127 QueryServer(int32 msgCode, request_data* request, size_t requestSize, reply_data* reply, size_t replySize) argument
144 QueryAddOnServer(int32 msgCode, request_data* request, size_t requestSize, reply_data* reply, size_t replySize) argument
185 QueryPort(port_id requestPort, int32 msgCode, request_data* request, size_t requestSize, reply_data* reply, size_t replySize) argument
[all...]
H A DFormatManager.h24 void GetFormats(bigtime_t lastUpdate, BMessage& reply);
H A DDormantNodeManager.cpp211 server_register_add_on_reply reply; local
213 &reply, sizeof(reply));
221 reply.add_on_id);
223 return reply.add_on_id;
250 server_get_add_on_ref_reply reply; local
252 sizeof(request), &reply, sizeof(reply));
256 entry_ref ref = reply.ref;
/haiku/src/apps/serialconnect/
H A DSerialApp.cpp234 BMessage reply(B_REPLY);
244 reply.AddInt32("result", fSerialPort.DataRate());
245 message->SendReply(&reply);
256 reply.AddInt32("result", fSerialPort.DataBits() + 7);
257 message->SendReply(&reply);
268 reply.AddInt32("result", fSerialPort.StopBits() + 1);
269 message->SendReply(&reply);
282 reply.AddString("result",
284 message->SendReply(&reply);
307 reply
[all...]
/haiku/src/kits/bluetooth/UI/
H A DPincodeWindow.cpp151 BMessage reply; local
170 if (be_app_messenger.SendMessage(&request, &reply) == B_OK) {
171 if (reply.FindInt8("status", &bt_status ) == B_OK) {
182 BMessage reply; local
198 if (be_app_messenger.SendMessage(&request, &reply) == B_OK) {
199 if (reply.FindInt8("status", &bt_status ) == B_OK ) {
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientConnection.cpp509 // prepare the reply
510 InitConnectionReply reply; local
512 // send the reply
513 reply.error = (alreadyInitialized ? B_BAD_VALUE : B_OK);
514 status_t error = GetChannel()->SendRequest(&reply);
594 MountReply reply; local
600 _GetNodeInfo(volume->GetRootDirectory(), &reply.nodeInfo);
601 reply.sharePermissions = sharePermissions.GetPermissions();
602 reply.volumeID = volume->GetID();
614 // send the reply
662 ReadVNodeReply reply; local
736 WriteStatReply reply; local
833 CreateFileReply reply; local
905 OpenReply reply; local
967 CloseReply reply; local
1035 ReadReply reply; local
1109 WriteReply reply; local
1180 CreateSymlinkReply reply; local
1238 UnlinkReply reply; local
1296 CreateSymlinkReply reply; local
1349 ReadLinkReply reply; local
1443 RenameReply reply; local
1501 MakeDirReply reply; local
1559 RemoveDirReply reply; local
1607 OpenDirReply reply; local
1692 ReadDirReply reply; local
1769 WalkReply reply; local
1841 MultiWalkReply reply; local
1910 OpenAttrDirReply reply; local
1996 ReadAttrDirReply reply; local
2103 ReadAttrReply reply; local
2129 ReadAttrReply reply; local
2151 ReadAttrReply reply; local
2237 WriteAttrReply reply; local
2289 RemoveAttrReply reply; local
2300 RemoveAttrReply reply; local
2346 StatAttrReply reply; local
2381 OpenQueryReply reply; local
2431 ReadQueryReply reply; local
[all...]
/haiku/src/libs/libtelnet/
H A Dencrypt.h92 int (*reply)(unsigned char *, int); member in struct:__anon4812
/haiku/src/servers/app/stackandtile/
H A DStacking.h23 BPrivate::LinkSender& reply);
/haiku/src/servers/registrar/
H A DRegistrar.cpp227 BMessage reply(B_REG_SUCCESS);
228 reply.AddMessenger("messenger", messenger);
229 message->SendReply(&reply);
237 BMessage reply(B_REG_SUCCESS);
238 reply.AddMessenger("messenger", messenger);
239 message->SendReply(&reply);
432 BMessage reply(B_REG_SUCCESS);
433 reply.AddBool("in-progress", fShutdownProcess != NULL);
434 request->SendReply(&reply);
/haiku/src/kits/bluetooth/
H A DDiscoveryAgent.cpp70 BMessage reply; local
114 BMessage reply; local
124 if (fMessenger->SendMessage(&request, &reply) == B_OK) {
125 if (reply.FindInt8("status", &bt_status ) == B_OK ) {
/haiku/headers/private/graphics/common/
H A Ddp.h39 uint8 reply; member in struct:__anon2
/haiku/src/servers/input/
H A DAddOnManager.cpp146 BMessage reply; local
153 status = _HandleFindDevices(message, &reply);
156 status = _HandleWatchDevices(message, &reply);
159 status = _HandleNotifyDevice(message, &reply);
162 status = _HandleIsDeviceRunning(message, &reply);
165 status = _HandleStartStopDevices(message, &reply);
168 status = _HandleStartStopDevices(message, &reply);
171 status = _HandleControlDevices(message, &reply);
174 status = _HandleSystemShuttingDown(message, &reply);
177 status = _HandleMethodReplicant(message, &reply);
607 BMessage reply; local
646 BMessage reply; local
724 _HandleStartStopDevices(BMessage* message, BMessage* reply) argument
738 _HandleFindDevices(BMessage* message, BMessage* reply) argument
756 _HandleWatchDevices(BMessage* message, BMessage* reply) argument
782 _HandleNotifyDevice(BMessage* message, BMessage* reply) argument
836 _HandleIsDeviceRunning(BMessage* message, BMessage* reply) argument
849 _HandleControlDevices(BMessage* message, BMessage* reply) argument
872 _HandleSystemShuttingDown(BMessage* message, BMessage* reply) argument
886 _HandleMethodReplicant(BMessage* message, BMessage* reply) argument
[all...]
/haiku/src/bin/network/ftpd/
H A Dftpd.c577 * for peer's ACK before issuing our next reply.
617 reply(530, "System not available.");
633 /* reply(220,) must follow */
643 reply(220, "%s FTP server (%s) ready.", hostname, version);
645 reply(220, "FTP server ready.");
940 reply(421, "Ran out of memory.");
1016 reply(530, "Can't change user from guest login.");
1019 reply(530, "Can't change user from chroot user.");
1034 reply(530, "User %s access denied.", name);
1038 reply(33
1241 struct pam_response *reply; local
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCCallbackServer.cpp297 CallbackReply* reply; local
315 reply = CallbackReply::Create(request->XID(), request->RPCError());
316 if (reply != NULL) {
317 connection->Send(reply->Stream().Buffer(),
318 reply->Stream().Size());
319 delete reply;
331 reply = CallbackReply::Create(request->XID());
332 if (reply != NULL) {
333 connection->Send(reply->Stream().Buffer(),
334 reply
[all...]
H A DNFS4Server.h44 ReplyBuilder* reply);
48 ReplyBuilder* reply);
/haiku/src/apps/deskbar/
H A DBarWindow.cpp398 BMessage reply('rply');
399 reply.AddInt32("location", (int32)DeskbarLocation());
400 reply.AddBool("expanded", fBarView->ExpandoState());
402 message->SendReply(&reply);
483 BMessage reply('rply');
484 reply.AddBool("expanded", fBarView->ExpandoState());
485 message->SendReply(&reply);
563 BMessage reply('rply');
564 reply.AddInt32("count", fBarView->CountItems(shelf));
565 message->SendReply(&reply);
593 BMessage reply; local
[all...]
/haiku/headers/private/userlandfs/private/
H A DRequestPort.h30 Request** reply = NULL,
35 Request** reply = NULL,
/haiku/src/bin/multiuser/
H A Dgroupadd.cpp101 KMessage reply; local
102 status_t error = send_authentication_request_to_registrar(message, reply);
H A Dgroupdel.cpp90 KMessage reply; local
91 status_t error = send_authentication_request_to_registrar(message, reply);
H A Duserdel.cpp90 KMessage reply; local
91 status_t error = send_authentication_request_to_registrar(message, reply);
/haiku/src/kits/midi2/
H A DMidiRoster.cpp245 // "app registered" reply before we lock the semaphore.
299 BMessage reply; local
300 if (SendRequest(&msg, &reply) == B_OK) {
302 if (reply.FindInt32("midi:result", &res) == B_OK) {
305 if (reply.FindInt32("midi:id", &id) == B_OK) {
340 // a reply from the server. If something went wrong, the
360 BMidiRoster::SendRequest(BMessage* msg, BMessage* reply) argument
363 ASSERT(reply != NULL)
365 status_t err = fServer->SendMessage(msg, reply, TIMEOUT, TIMEOUT);
373 printf("REPLY "); reply
[all...]
/haiku/src/add-ons/kernel/network/dns_resolver/kernel_add_on/
H A Ddns_resolver.cpp178 void* reply = malloc(replySize); local
179 if (reply == NULL)
183 replySize = read_port(gPortReply, &code, reply, replySize);
185 free(reply);
195 addr = reinterpret_cast<struct addrinfo*>(reply);
200 result = *reinterpret_cast<status_t*>(reply);
201 free(reply);
204 free(reply);

Completed in 125 milliseconds

1234567891011>>