Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/ipc/
H A Dserver.c198 mach_msg_type_number_t requestinCnt, in mheim_do_call() argument
235 if (requestinCnt) { in mheim_do_call()
236 s->req.data = malloc(requestinCnt); in mheim_do_call()
237 memcpy(s->req.data, requestin, requestinCnt); in mheim_do_call()
238 s->req.length = requestinCnt; in mheim_do_call()
258 mach_msg_type_number_t requestinCnt, in mheim_do_call_request() argument
286 if (requestinCnt) { in mheim_do_call_request()
287 s->req.data = malloc(requestinCnt); in mheim_do_call_request()
288 memcpy(s->req.data, requestin, requestinCnt); in mheim_do_call_request()
289 s->req.length = requestinCnt; in mheim_do_call_request()