Searched refs:PrintBuffer_P (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/aacraid/
H A Daacraid_debug.c525 char PrintBuffer_P[PRINT_BUFFER_SIZE]; local
539 vsprintf(PrintBuffer_P, fmt, args);
556 Count = strlen(PrintBuffer_P);
582 PrintBuffer_P[i]);
601 printf ("%s\n", PrintBuffer_P);
603 device_printf (sc->aac_dev, "%s\n", PrintBuffer_P);
611 printf ("%s\n", PrintBuffer_P);
613 device_printf (sc->aac_dev, "%s\n", PrintBuffer_P);
615 printf("%s\n", PrintBuffer_P);

Completed in 90 milliseconds