fReplyPort
fReplyPort(replyPort),
fAuthenticationServer->_SendRequestReply(fReplyPort, fReplyToken,
fAuthenticationServer->_SendRequestReply(fReplyPort, fReplyToken,
fAuthenticationServer->_SendRequestReply(fReplyPort, fReplyToken,
port_id fReplyPort;
ssize_t size = port_buffer_size(fReplyPort);
size = read_port(fReplyPort, &code, buffer, size);
fReplyPort = create_port(1, kReplyPortName);
if (fReplyPort < B_OK) {
return fReplyPort;
delete_port(fReplyPort);
delete_port(fReplyPort);
set_port_owner(fReplyPort, thread);
delete_port(fReplyPort);
delete_port(fReplyPort);
result = read_port(fReplyPort, &code, &value, sizeof(T));
port_id fReplyPort;
ssize_t bytesRead = read_port(fReplyPort, &code, &reply, sizeof(reply));
if (fReplyPort >= 0)
delete_port(fReplyPort);
if (fReplyPort >= 0)
delete_port(fReplyPort);
fReplyPort = create_port(1, "memory reader reply");
if (fReplyPort < 0) {
strerror(fReplyPort));
return fReplyPort;
message.reply_port = fReplyPort;
port_id fReplyPort;