Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/ipc/
H A Dclient.c102 heim_ipc_message_inband_t replyin; in mach_ipc() local
120 replyin, &replyin_length, in mach_ipc()
168 memcpy(response->data, replyin, replyin_length); in mach_ipc()
187 heim_ipc_message_inband_t replyin, in mheim_ado_acall_reply() argument
202 response.data = replyin; in mheim_ado_acall_reply()
H A Dserver.c123 heim_ipc_message_inband_t replyin; in mach_complete_sync() local
136 memcpy(replyin, reply->data, replyinCnt); in mach_complete_sync()
147 replyin, replyinCnt, in mach_complete_sync()
160 heim_ipc_message_inband_t replyin; in mach_complete_async() local
173 memcpy(replyin, reply->data, replyinCnt); in mach_complete_async()
184 replyin, replyinCnt, in mach_complete_async()
202 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;