Lines Matching refs:pbuf
2548 char pbuf[128]; in ql_log() local
2556 snprintf(pbuf, sizeof(pbuf), "%s [%s]-%04x:%ld: ", in ql_log()
2559 snprintf(pbuf, sizeof(pbuf), "%s [%s]-%04x: : ", in ql_log()
2562 pbuf[sizeof(pbuf) - 1] = 0; in ql_log()
2571 pr_crit("%s%pV", pbuf, &vaf); in ql_log()
2574 pr_err("%s%pV", pbuf, &vaf); in ql_log()
2577 pr_warn("%s%pV", pbuf, &vaf); in ql_log()
2580 pr_info("%s%pV", pbuf, &vaf); in ql_log()
2607 char pbuf[128]; in ql_log_pci() local
2615 snprintf(pbuf, sizeof(pbuf), "%s [%s]-%04x: : ", in ql_log_pci()
2617 pbuf[sizeof(pbuf) - 1] = 0; in ql_log_pci()
2626 pr_crit("%s%pV", pbuf, &vaf); in ql_log_pci()
2629 pr_err("%s%pV", pbuf, &vaf); in ql_log_pci()
2632 pr_warn("%s%pV", pbuf, &vaf); in ql_log_pci()
2635 pr_info("%s%pV", pbuf, &vaf); in ql_log_pci()