Lines Matching refs:pbuf
2572 char pbuf[128]; in ql_log() local
2580 snprintf(pbuf, sizeof(pbuf), "%s [%s]-%04x:%ld: ", in ql_log()
2583 snprintf(pbuf, sizeof(pbuf), "%s [%s]-%04x: : ", in ql_log()
2586 pbuf[sizeof(pbuf) - 1] = 0; in ql_log()
2595 pr_crit("%s%pV", pbuf, &vaf); in ql_log()
2598 pr_err("%s%pV", pbuf, &vaf); in ql_log()
2601 pr_warn("%s%pV", pbuf, &vaf); in ql_log()
2604 pr_info("%s%pV", pbuf, &vaf); in ql_log()
2631 char pbuf[128]; in ql_log_pci() local
2639 snprintf(pbuf, sizeof(pbuf), "%s [%s]-%04x: : ", in ql_log_pci()
2641 pbuf[sizeof(pbuf) - 1] = 0; in ql_log_pci()
2650 pr_crit("%s%pV", pbuf, &vaf); in ql_log_pci()
2653 pr_err("%s%pV", pbuf, &vaf); in ql_log_pci()
2656 pr_warn("%s%pV", pbuf, &vaf); in ql_log_pci()
2659 pr_info("%s%pV", pbuf, &vaf); in ql_log_pci()