Lines Matching refs:chbuf
1901 char chbuf[128];
1914 strscpy(chbuf, &rdp_context->page_a0[SSF_VENDOR_NAME], 16);
1916 len = scnprintf(buf, PAGE_SIZE - len, "VendorName:\t%s\n", chbuf);
1922 strscpy(chbuf, &rdp_context->page_a0[SSF_VENDOR_PN], 16);
1923 len += scnprintf(buf + len, PAGE_SIZE - len, "VendorPN:\t%s\n", chbuf);
1924 strscpy(chbuf, &rdp_context->page_a0[SSF_VENDOR_SN], 16);
1925 len += scnprintf(buf + len, PAGE_SIZE - len, "VendorSN:\t%s\n", chbuf);
1926 strscpy(chbuf, &rdp_context->page_a0[SSF_VENDOR_REV], 4);
1927 len += scnprintf(buf + len, PAGE_SIZE - len, "VendorRev:\t%s\n", chbuf);
1928 strscpy(chbuf, &rdp_context->page_a0[SSF_DATE_CODE], 8);
1929 len += scnprintf(buf + len, PAGE_SIZE - len, "DateCode:\t%s\n", chbuf);