Searched refs:replyin (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/ipc/ |
| H A D | client.c | 104 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 D | server.c | 126 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 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;
|