Searched refs:replyin (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/heimdal/lib/ipc/ |
H A D | client.c | 102 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 D | server.c | 123 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 D | heim_ipc_reply.defs | 50 replyin : heim_ipc_message_inband_t;
|
H A D | heim_ipc.defs | 55 out replyin : heim_ipc_message_inband_t;
|