Searched refs:out_env (Results 1 – 1 of 1) sorted by relevance
1018 char *out_env = NULL, *in_env = NULL; in __nd_ioctl() local1116 out_env = kzalloc(ND_CMD_MAX_ENVELOPE, GFP_KERNEL); in __nd_ioctl()1117 if (!out_env) { in __nd_ioctl()1124 (u32 *) in_env, (u32 *) out_env, 0); in __nd_ioctl()1137 if (copy && copy_from_user(&out_env[out_len], in __nd_ioctl()1189 kfree(out_env); in __nd_ioctl()