Lines Matching refs:SPRINTF
1298 #undef SPRINTF
1299 #define SPRINTF(args...) { if (pos < (buffer + length)) pos += sprintf (pos, ## args); } macro
1330 …SPRINTF("Host scsi%d: Western Digital WD-7000 (rev %d.%d)\n", host->host_no, adapter->rev1, adapte… in wd7000_proc_info()
1331 SPRINTF(" IO base: 0x%x\n", adapter->iobase); in wd7000_proc_info()
1332 SPRINTF(" IRQ: %d\n", adapter->irq); in wd7000_proc_info()
1333 SPRINTF(" DMA channel: %d\n", adapter->dma); in wd7000_proc_info()
1334 SPRINTF(" Interrupts: %d\n", adapter->int_counter); in wd7000_proc_info()
1335 SPRINTF(" BUS_ON time: %d nanoseconds\n", adapter->bus_on * 125); in wd7000_proc_info()
1336 SPRINTF(" BUS_OFF time: %d nanoseconds\n", adapter->bus_off * 125); in wd7000_proc_info()
1342 SPRINTF("\nControl port value: 0x%x\n", adapter->control); in wd7000_proc_info()
1343 SPRINTF("Incoming mailbox:\n"); in wd7000_proc_info()
1344 SPRINTF(" size: %d\n", ICMB_CNT); in wd7000_proc_info()
1345 SPRINTF(" queued messages: "); in wd7000_proc_info()
1350 SPRINTF("0x%x ", i); in wd7000_proc_info()
1353 SPRINTF(count ? "\n" : "none\n"); in wd7000_proc_info()
1355 SPRINTF("Outgoing mailbox:\n"); in wd7000_proc_info()
1356 SPRINTF(" size: %d\n", OGMB_CNT); in wd7000_proc_info()
1357 SPRINTF(" next message: 0x%x\n", adapter->next_ogmb); in wd7000_proc_info()
1358 SPRINTF(" queued messages: "); in wd7000_proc_info()
1363 SPRINTF("0x%x ", i); in wd7000_proc_info()
1366 SPRINTF(count ? "\n" : "none\n"); in wd7000_proc_info()