Lines Matching defs:cur_col

6603 	u_int	cur_col;
6635 cur_col = 0;
6637 ahc_scsiphase_print(ahc_inb(ahc, SCSIPHASE), &cur_col, 50);
6638 ahc_scsisigi_print(ahc_inb(ahc, SCSISIGI), &cur_col, 50);
6639 ahc_error_print(ahc_inb(ahc, ERROR), &cur_col, 50);
6640 ahc_scsibusl_print(ahc_inb(ahc, SCSIBUSL), &cur_col, 50);
6641 ahc_lastphase_print(ahc_inb(ahc, LASTPHASE), &cur_col, 50);
6642 ahc_scsiseq_print(ahc_inb(ahc, SCSISEQ), &cur_col, 50);
6643 ahc_sblkctl_print(ahc_inb(ahc, SBLKCTL), &cur_col, 50);
6644 ahc_scsirate_print(ahc_inb(ahc, SCSIRATE), &cur_col, 50);
6645 ahc_seqctl_print(ahc_inb(ahc, SEQCTL), &cur_col, 50);
6646 ahc_seq_flags_print(ahc_inb(ahc, SEQ_FLAGS), &cur_col, 50);
6647 ahc_sstat0_print(ahc_inb(ahc, SSTAT0), &cur_col, 50);
6648 ahc_sstat1_print(ahc_inb(ahc, SSTAT1), &cur_col, 50);
6649 ahc_sstat2_print(ahc_inb(ahc, SSTAT2), &cur_col, 50);
6650 ahc_sstat3_print(ahc_inb(ahc, SSTAT3), &cur_col, 50);
6651 ahc_simode0_print(ahc_inb(ahc, SIMODE0), &cur_col, 50);
6652 ahc_simode1_print(ahc_inb(ahc, SIMODE1), &cur_col, 50);
6653 ahc_sxfrctl0_print(ahc_inb(ahc, SXFRCTL0), &cur_col, 50);
6654 ahc_dfcntrl_print(ahc_inb(ahc, DFCNTRL), &cur_col, 50);
6655 ahc_dfstatus_print(ahc_inb(ahc, DFSTATUS), &cur_col, 50);
6656 if (cur_col != 0)
6721 /*cur_col =*/ printf("\n%3d ", i);
6723 ahc_scb_control_print(ahc_inb(ahc, SCB_CONTROL), &cur_col, 60);
6724 ahc_scb_scsiid_print(ahc_inb(ahc, SCB_SCSIID), &cur_col, 60);
6725 ahc_scb_lun_print(ahc_inb(ahc, SCB_LUN), &cur_col, 60);
6726 ahc_scb_tag_print(ahc_inb(ahc, SCB_TAG), &cur_col, 60);
6735 /*cur_col =*/ printf("\n%3d ", scb->hscb->tag);
6736 ahc_scb_control_print(scb->hscb->control, &cur_col, 60);
6737 ahc_scb_scsiid_print(scb->hscb->scsiid, &cur_col, 60);
6738 ahc_scb_lun_print(scb->hscb->lun, &cur_col, 60);
6743 &cur_col, 60);
6744 ahc_scb_tag_print(ahc_inb(ahc, SCB_TAG), &cur_col, 60);