printf_buf        296 arch/x86/boot/printf.c 	char printf_buf[1024];
printf_buf        301 arch/x86/boot/printf.c 	printed = vsprintf(printf_buf, fmt, args);
printf_buf        304 arch/x86/boot/printf.c 	puts(printf_buf);
printf_buf        242 drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c 	char printf_buf[HNS3_DBG_BUF_LEN];
printf_buf        265 drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c 	memset(printf_buf, 0, HNS3_DBG_BUF_LEN);
printf_buf        266 drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c 	strncat(printf_buf, "dump reg [[bios common] [ssu <port_id>]",
printf_buf        268 drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c 	strncat(printf_buf + strlen(printf_buf),
printf_buf        270 drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c 		HNS3_DBG_BUF_LEN - strlen(printf_buf) - 1);
printf_buf        271 drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c 	strncat(printf_buf + strlen(printf_buf),
printf_buf        273 drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c 		HNS3_DBG_BUF_LEN - strlen(printf_buf) - 1);
printf_buf        274 drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c 	dev_info(&h->pdev->dev, "%s", printf_buf);
printf_buf        276 drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c 	memset(printf_buf, 0, HNS3_DBG_BUF_LEN);
printf_buf        277 drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c 	strncat(printf_buf, "dump reg dcb <port_id> <pri_id> <pg_id>",
printf_buf        279 drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c 	strncat(printf_buf + strlen(printf_buf), " <rq_id> <nq_id> <qset_id>\n",
printf_buf        280 drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c 		HNS3_DBG_BUF_LEN - strlen(printf_buf) - 1);
printf_buf        281 drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c 	dev_info(&h->pdev->dev, "%s", printf_buf);
printf_buf        814 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c 	char printf_buf[HCLGE_DBG_BUF_LEN];
printf_buf        819 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c 	memset(printf_buf, 0, HCLGE_DBG_BUF_LEN);
printf_buf        820 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c 	strncat(printf_buf,
printf_buf        823 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c 	strncat(printf_buf + strlen(printf_buf),
printf_buf        825 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c 		HCLGE_DBG_BUF_LEN - strlen(printf_buf) - 1);
printf_buf        827 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c 	dev_info(&hdev->pdev->dev, "%s", printf_buf);
printf_buf        845 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c 		memset(printf_buf, 0, HCLGE_DBG_BUF_LEN);
printf_buf        846 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c 		snprintf(printf_buf, HCLGE_DBG_BUF_LEN,
printf_buf        852 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c 		snprintf(printf_buf + strlen(printf_buf),
printf_buf        853 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c 			 HCLGE_DBG_BUF_LEN - strlen(printf_buf),
printf_buf        862 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c 		snprintf(printf_buf + strlen(printf_buf),
printf_buf        863 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c 			 HCLGE_DBG_BUF_LEN - strlen(printf_buf),
printf_buf        871 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c 		dev_info(&hdev->pdev->dev, "%s", printf_buf);
printf_buf         90 drivers/usb/mon/mon_text.c 	char *printf_buf;
printf_buf        343 drivers/usb/mon/mon_text.c 	rp->printf_buf = kmalloc(rp->printf_size, GFP_KERNEL);
printf_buf        344 drivers/usb/mon/mon_text.c 	if (rp->printf_buf == NULL) {
printf_buf        373 drivers/usb/mon/mon_text.c 	kfree(rp->printf_buf);
printf_buf        386 drivers/usb/mon/mon_text.c 	if (copy_to_user(buf, &rp->printf_buf[rp->printf_offset], togo))
printf_buf        412 drivers/usb/mon/mon_text.c 		ptr.pbuf = rp->printf_buf;
printf_buf        451 drivers/usb/mon/mon_text.c 		ptr.pbuf = rp->printf_buf;
printf_buf        678 drivers/usb/mon/mon_text.c 	kfree(rp->printf_buf);