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

/haiku/src/tools/fs_shell/
H A Dexternal_commands_beos.cpp15 static port_id sReplyPort = -1; variable
74 sReplyPort = message->reply_port;
83 if (sReplyPort >= 0) {
91 error = write_port(sReplyPort, 0, &reply, sizeof(reply));
93 sReplyPort = -1;

Completed in 28 milliseconds