Home
last modified time | relevance | path

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

/drivers/nvdimm/
Dbus.c1027 char *out_env = NULL, *in_env = NULL; in __nd_ioctl() local
1125 out_env = kzalloc(ND_CMD_MAX_ENVELOPE, GFP_KERNEL); in __nd_ioctl()
1126 if (!out_env) { in __nd_ioctl()
1133 (u32 *) in_env, (u32 *) out_env, 0); in __nd_ioctl()
1146 if (copy && copy_from_user(&out_env[out_len], in __nd_ioctl()
1198 kfree(out_env); in __nd_ioctl()