Home
last modified time | relevance | path

Searched refs:replyin (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/ipc/
H A Dclient.c104 heim_ipc_message_inband_t replyin; in mach_ipc() local
122 replyin, &replyin_length, in mach_ipc()
170 memcpy(response->data, replyin, replyin_length); in mach_ipc()
189 heim_ipc_message_inband_t replyin, in mheim_ado_acall_reply() argument
204 response.data = replyin; in mheim_ado_acall_reply()
H A Dserver.c126 heim_ipc_message_inband_t replyin; in mach_complete_sync() local
139 memcpy(replyin, reply->data, replyinCnt); in mach_complete_sync()
150 replyin, replyinCnt, in mach_complete_sync()
163 heim_ipc_message_inband_t replyin; in mach_complete_async() local
176 memcpy(replyin, reply->data, replyinCnt); in mach_complete_async()
187 replyin, replyinCnt, in mach_complete_async()
205 heim_ipc_message_inband_t replyin, in mheim_do_call() argument
H A Dheim_ipc_reply.defs50 replyin : heim_ipc_message_inband_t;
H A Dheim_ipc.defs55 out replyin : heim_ipc_message_inband_t;