new_msg            49 drivers/atm/atmtcp.c 	struct atmtcp_control *new_msg;
new_msg            64 drivers/atm/atmtcp.c 	new_msg = skb_put(skb, sizeof(*new_msg));
new_msg            65 drivers/atm/atmtcp.c 	*new_msg = *msg;
new_msg            66 drivers/atm/atmtcp.c 	new_msg->hdr.length = ATMTCP_HDR_MAGIC;
new_msg            67 drivers/atm/atmtcp.c 	new_msg->type = type;
new_msg            68 drivers/atm/atmtcp.c 	memset(&new_msg->vcc,0,sizeof(atm_kptr_t));
new_msg            69 drivers/atm/atmtcp.c 	*(struct atm_vcc **) &new_msg->vcc = vcc;
new_msg           271 drivers/auxdisplay/img-ascii-lcd.c 	char *new_msg;
new_msg           283 drivers/auxdisplay/img-ascii-lcd.c 	new_msg = devm_kmalloc(&ctx->pdev->dev, count + 1, GFP_KERNEL);
new_msg           284 drivers/auxdisplay/img-ascii-lcd.c 	if (!new_msg)
new_msg           287 drivers/auxdisplay/img-ascii-lcd.c 	memcpy(new_msg, msg, count);
new_msg           288 drivers/auxdisplay/img-ascii-lcd.c 	new_msg[count] = 0;
new_msg           293 drivers/auxdisplay/img-ascii-lcd.c 	ctx->message = new_msg;