Searched refs:rpc_malloc (Results 1 – 3 of 3) sorted by relevance
198 rpc_malloc(struct rpc_task *task, unsigned int size) in rpc_malloc() function
109 if (!(cred = (struct unx_cred *) rpc_malloc(task, sizeof(*cred)))) in authunix_fake_cred()
480 if ((task->tk_buffer = rpc_malloc(task, bufsiz << 1)) != NULL) in call_allocate()