Lines Matching refs:pbuf
2424 char pbuf[128]; in ql_log() local
2432 snprintf(pbuf, sizeof(pbuf), "%s [%s]-%04x:%ld: ", in ql_log()
2435 snprintf(pbuf, sizeof(pbuf), "%s [%s]-%04x: : ", in ql_log()
2438 pbuf[sizeof(pbuf) - 1] = 0; in ql_log()
2447 pr_crit("%s%pV", pbuf, &vaf); in ql_log()
2450 pr_err("%s%pV", pbuf, &vaf); in ql_log()
2453 pr_warn("%s%pV", pbuf, &vaf); in ql_log()
2456 pr_info("%s%pV", pbuf, &vaf); in ql_log()
2483 char pbuf[128]; in ql_log_pci() local
2491 snprintf(pbuf, sizeof(pbuf), "%s [%s]-%04x: : ", in ql_log_pci()
2493 pbuf[sizeof(pbuf) - 1] = 0; in ql_log_pci()
2502 pr_crit("%s%pV", pbuf, &vaf); in ql_log_pci()
2505 pr_err("%s%pV", pbuf, &vaf); in ql_log_pci()
2508 pr_warn("%s%pV", pbuf, &vaf); in ql_log_pci()
2511 pr_info("%s%pV", pbuf, &vaf); in ql_log_pci()