Searched refs:out_env (Results 1 – 1 of 1) sorted by relevance
1031 char *out_env = NULL, *in_env = NULL; in __nd_ioctl() local1129 out_env = kzalloc(ND_CMD_MAX_ENVELOPE, GFP_KERNEL); in __nd_ioctl()1130 if (!out_env) { in __nd_ioctl()1137 (u32 *) in_env, (u32 *) out_env, 0); in __nd_ioctl()1150 if (copy && copy_from_user(&out_env[out_len], in __nd_ioctl()1202 kfree(out_env); in __nd_ioctl()