Lines Matching defs:cur_col

6751 	u_int	cur_col;
6783 cur_col = 0;
6785 ahc_scsiphase_print(ahc_inb(ahc, SCSIPHASE), &cur_col, 50);
6786 ahc_scsisigi_print(ahc_inb(ahc, SCSISIGI), &cur_col, 50);
6787 ahc_error_print(ahc_inb(ahc, ERROR), &cur_col, 50);
6788 ahc_scsibusl_print(ahc_inb(ahc, SCSIBUSL), &cur_col, 50);
6789 ahc_lastphase_print(ahc_inb(ahc, LASTPHASE), &cur_col, 50);
6790 ahc_scsiseq_print(ahc_inb(ahc, SCSISEQ), &cur_col, 50);
6791 ahc_sblkctl_print(ahc_inb(ahc, SBLKCTL), &cur_col, 50);
6792 ahc_scsirate_print(ahc_inb(ahc, SCSIRATE), &cur_col, 50);
6793 ahc_seqctl_print(ahc_inb(ahc, SEQCTL), &cur_col, 50);
6794 ahc_seq_flags_print(ahc_inb(ahc, SEQ_FLAGS), &cur_col, 50);
6795 ahc_sstat0_print(ahc_inb(ahc, SSTAT0), &cur_col, 50);
6796 ahc_sstat1_print(ahc_inb(ahc, SSTAT1), &cur_col, 50);
6797 ahc_sstat2_print(ahc_inb(ahc, SSTAT2), &cur_col, 50);
6798 ahc_sstat3_print(ahc_inb(ahc, SSTAT3), &cur_col, 50);
6799 ahc_simode0_print(ahc_inb(ahc, SIMODE0), &cur_col, 50);
6800 ahc_simode1_print(ahc_inb(ahc, SIMODE1), &cur_col, 50);
6801 ahc_sxfrctl0_print(ahc_inb(ahc, SXFRCTL0), &cur_col, 50);
6802 ahc_dfcntrl_print(ahc_inb(ahc, DFCNTRL), &cur_col, 50);
6803 ahc_dfstatus_print(ahc_inb(ahc, DFSTATUS), &cur_col, 50);
6804 if (cur_col != 0)
6869 cur_col = printf("\n%3d ", i);
6871 ahc_scb_control_print(ahc_inb(ahc, SCB_CONTROL), &cur_col, 60);
6872 ahc_scb_scsiid_print(ahc_inb(ahc, SCB_SCSIID), &cur_col, 60);
6873 ahc_scb_lun_print(ahc_inb(ahc, SCB_LUN), &cur_col, 60);
6874 ahc_scb_tag_print(ahc_inb(ahc, SCB_TAG), &cur_col, 60);
6883 cur_col = printf("\n%3d ", scb->hscb->tag);
6884 ahc_scb_control_print(scb->hscb->control, &cur_col, 60);
6885 ahc_scb_scsiid_print(scb->hscb->scsiid, &cur_col, 60);
6886 ahc_scb_lun_print(scb->hscb->lun, &cur_col, 60);
6891 &cur_col, 60);
6892 ahc_scb_tag_print(ahc_inb(ahc, SCB_TAG), &cur_col, 60);