Home
last modified time | relevance | path

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

/lib/
Dtest_firmware.c285 len += scnprintf(buf, PAGE_SIZE - len, in config_show()
290 len += scnprintf(buf + len, PAGE_SIZE - len, in config_show()
294 len += scnprintf(buf + len, PAGE_SIZE - len, in config_show()
297 len += scnprintf(buf + len, PAGE_SIZE - len, in config_show()
300 len += scnprintf(buf + len, PAGE_SIZE - len, in config_show()
305 len += scnprintf(buf + len, PAGE_SIZE - len, in config_show()
308 len += scnprintf(buf + len, PAGE_SIZE - len, in config_show()
310 len += scnprintf(buf + len, PAGE_SIZE - len, in config_show()
312 len += scnprintf(buf + len, PAGE_SIZE - len, in config_show()
315 len += scnprintf(buf + len, PAGE_SIZE - len, in config_show()
[all …]
Dtest_printf.c619 size = scnprintf(cmp_buf, BUF_SIZE, "%#lx(", flags); in page_flags_test()
621 size += scnprintf(cmp_buf + size, BUF_SIZE - size, "%s", name); in page_flags_test()
630 size += scnprintf(cmp_buf + size, BUF_SIZE - size, "|"); in page_flags_test()
632 size += scnprintf(cmp_buf + size, BUF_SIZE - size, "%s=", in page_flags_test()
634 size += scnprintf(cmp_buf + size, BUF_SIZE - size, pft[i].fmt, in page_flags_test()
Dubsan.c199 scnprintf(str, size, "0x%08x%08x%08x%08x", in val_to_string()
208 scnprintf(str, size, "%lld", in val_to_string()
211 scnprintf(str, size, "%llu", in val_to_string()
Dbitmap-str.c63 return list ? scnprintf(buf, len, "%*pbl\n", nmaskbits, maskp) : in bitmap_print_to_pagebuf()
64 scnprintf(buf, len, "%*pb\n", nmaskbits, maskp); in bitmap_print_to_pagebuf()
Dtest_dynamic_debug.c24 return scnprintf(buffer, PAGE_SIZE, "did do_prints\n"); in param_get_do_prints()
Ddynamic_debug.c798 return scnprintf(buffer, PAGE_SIZE, "0x%lx\n", *dcp->bits); in param_get_dyndbg_classes()
802 return scnprintf(buffer, PAGE_SIZE, "%d\n", *dcp->lvl); in param_get_dyndbg_classes()
Dvsprintf.c2956 int scnprintf(char *buf, size_t size, const char *fmt, ...) in scnprintf() function
2967 EXPORT_SYMBOL(scnprintf);