Searched refs:tmp (Results 1 – 2 of 2) sorted by relevance
206 struct mctp_msg_ctx *tmp = &mctp->msg_ctxs[i]; in mctp_msg_ctx_create() local207 if (!tmp->src) { in mctp_msg_ctx_create()208 ctx = tmp; in mctp_msg_ctx_create()322 struct mctp_msg_ctx *tmp = &mctp->msg_ctxs[i]; in mctp_destroy() local323 if (tmp->buf) in mctp_destroy()324 __mctp_free(tmp->buf); in mctp_destroy()
380 void *tmp; in client_process_recv() local382 tmp = realloc(ctx->buf, len); in client_process_recv()383 if (!tmp) { in client_process_recv()388 ctx->buf = tmp; in client_process_recv()