HomeSort by: relevance | last modified time | path
    Searched refs:cur_col (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
aic7xxx_reg.h 18 #define ahc_scsiseq_print(regvalue, cur_col, wrap) \
19 ahc_print_register(NULL, 0, "SCSISEQ", 0x00, regvalue, cur_col, wrap)
25 #define ahc_sxfrctl0_print(regvalue, cur_col, wrap) \
26 ahc_print_register(NULL, 0, "SXFRCTL0", 0x01, regvalue, cur_col, wrap)
32 #define ahc_sxfrctl1_print(regvalue, cur_col, wrap) \
33 ahc_print_register(NULL, 0, "SXFRCTL1", 0x02, regvalue, cur_col, wrap)
39 #define ahc_scsisigi_print(regvalue, cur_col, wrap) \
40 ahc_print_register(NULL, 0, "SCSISIGI", 0x03, regvalue, cur_col, wrap)
46 #define ahc_scsisigo_print(regvalue, cur_col, wrap) \
47 ahc_print_register(NULL, 0, "SCSISIGO", 0x03, regvalue, cur_col, wrap
    [all...]
aic79xx_reg.h 18 #define ahd_mode_ptr_print(regvalue, cur_col, wrap) \
19 ahd_print_register(NULL, 0, "MODE_PTR", 0x00, regvalue, cur_col, wrap)
25 #define ahd_intstat_print(regvalue, cur_col, wrap) \
26 ahd_print_register(NULL, 0, "INTSTAT", 0x01, regvalue, cur_col, wrap)
32 #define ahd_seqintcode_print(regvalue, cur_col, wrap) \
33 ahd_print_register(NULL, 0, "SEQINTCODE", 0x02, regvalue, cur_col, wrap)
39 #define ahd_clrint_print(regvalue, cur_col, wrap) \
40 ahd_print_register(NULL, 0, "CLRINT", 0x03, regvalue, cur_col, wrap)
46 #define ahd_error_print(regvalue, cur_col, wrap) \
47 ahd_print_register(NULL, 0, "ERROR", 0x04, regvalue, cur_col, wrap
    [all...]
  /src/usr.bin/col/
col.c 136 int cur_col; /* current column */ local
180 adjust = cur_col = extra_lines = warned = 0;
189 if (cur_col == 0)
191 --cur_col;
194 cur_col = 0;
225 cur_col = 0;
228 ++cur_col;
237 cur_col |= 7;
238 ++cur_col;
246 cur_col += width
    [all...]
  /src/bin/ksh/
vi.c 1359 static int cur_col; /* current column on line */ variable
1443 cur_col = pwidth = promptlen(prompt, &p);
1446 cur_col = x_cols - 3 - MIN_EDIT_SPACE;
1447 prompt_trunc = pwidth - cur_col;
1750 cur_col = pwidth;
1882 if (cur_col != col)
1885 cur_col++;
1905 cur_col++;
1908 if (cur_col != ncol)
1917 if (col < cur_col) {
    [all...]
  /src/lib/libmenu/
menu.h 107 int cur_col; /* current cursor column */ member in struct:__menu
internals.c 306 menu->cur_col = item->col;
  /src/sys/dev/ic/
aic79xx.c 1758 u_int cur_col; local
1805 cur_col = 0;
1808 ahd_lqistat1_print(lqistat1, &cur_col, 50);
1809 ahd_lastphase_print(lastphase, &cur_col, 50);
1810 ahd_scsisigi_print(curphase, &cur_col, 50);
1811 ahd_perrdiag_print(perrdiag, &cur_col, 50);
8662 u_int cur_col; local
8687 cur_col = 0;
8688 ahd_hs_mailbox_print(ahd_inb(ahd, LOCAL_HS_MAILBOX), &cur_col, 50); local
8689 ahd_intctl_print(ahd_inb(ahd, INTCTL), &cur_col, 50) local
8690 ahd_seqintstat_print(ahd_inb(ahd, SEQINTSTAT), &cur_col, 50); local
8691 ahd_saved_mode_print(ahd_inb(ahd, SAVED_MODE), &cur_col, 50); local
8692 ahd_dffstat_print(ahd_inb(ahd, DFFSTAT), &cur_col, 50); local
8693 ahd_scsisigi_print(ahd_inb(ahd, SCSISIGI), &cur_col, 50); local
8694 ahd_scsiphase_print(ahd_inb(ahd, SCSIPHASE), &cur_col, 50); local
8695 ahd_scsibus_print(ahd_inb(ahd, SCSIBUS), &cur_col, 50); local
8696 ahd_lastphase_print(ahd_inb(ahd, LASTPHASE), &cur_col, 50); local
8697 ahd_scsiseq0_print(ahd_inb(ahd, SCSISEQ0), &cur_col, 50); local
8698 ahd_scsiseq1_print(ahd_inb(ahd, SCSISEQ1), &cur_col, 50); local
8699 ahd_seqctl0_print(ahd_inb(ahd, SEQCTL0), &cur_col, 50); local
8700 ahd_seqintctl_print(ahd_inb(ahd, SEQINTCTL), &cur_col, 50); local
8701 ahd_seq_flags_print(ahd_inb(ahd, SEQ_FLAGS), &cur_col, 50); local
8702 ahd_seq_flags2_print(ahd_inb(ahd, SEQ_FLAGS2), &cur_col, 50); local
8703 ahd_sstat0_print(ahd_inb(ahd, SSTAT0), &cur_col, 50); local
8704 ahd_sstat1_print(ahd_inb(ahd, SSTAT1), &cur_col, 50); local
8705 ahd_sstat2_print(ahd_inb(ahd, SSTAT2), &cur_col, 50); local
8706 ahd_sstat3_print(ahd_inb(ahd, SSTAT3), &cur_col, 50); local
8707 ahd_perrdiag_print(ahd_inb(ahd, PERRDIAG), &cur_col, 50); local
8708 ahd_simode1_print(ahd_inb(ahd, SIMODE1), &cur_col, 50); local
8709 ahd_lqistat0_print(ahd_inb(ahd, LQISTAT0), &cur_col, 50); local
8710 ahd_lqistat1_print(ahd_inb(ahd, LQISTAT1), &cur_col, 50); local
8711 ahd_lqistat2_print(ahd_inb(ahd, LQISTAT2), &cur_col, 50); local
8712 ahd_lqostat0_print(ahd_inb(ahd, LQOSTAT0), &cur_col, 50); local
8713 ahd_lqostat1_print(ahd_inb(ahd, LQOSTAT1), &cur_col, 50); local
8714 ahd_lqostat2_print(ahd_inb(ahd, LQOSTAT2), &cur_col, 50); local
8736 &cur_col, 60); local
8738 &cur_col, 60); local
8806 ahd_seqimode_print(ahd_inb(ahd, SEQIMODE), &cur_col, 50); local
8807 ahd_seqintsrc_print(ahd_inb(ahd, SEQINTSRC), &cur_col, 50); local
8808 ahd_dfcntrl_print(ahd_inb(ahd, DFCNTRL), &cur_col, 50); local
8809 ahd_dfstatus_print(ahd_inb(ahd, DFSTATUS), &cur_col, 50); local
8811 &cur_col, 50); local
8812 ahd_sg_state_print(ahd_inb(ahd, SG_STATE), &cur_col, 50); local
8813 ahd_dffsxfrctl_print(ahd_inb(ahd, DFFSXFRCTL), &cur_col, 50); local
8814 ahd_soffcnt_print(ahd_inb(ahd, SOFFCNT), &cur_col, 50); local
8815 ahd_mdffstat_print(ahd_inb(ahd, MDFFSTAT), &cur_col, 50); local
8832 ahd_ccsgctl_print(ahd_inb(ahd, CCSGCTL), &cur_col, 50); local
8852 ahd_simode0_print(ahd_inb(ahd, SIMODE0), &cur_col, 50); local
    [all...]
aic7xxx.c 6603 u_int cur_col; local
6635 cur_col = 0;
6637 ahc_scsiphase_print(ahc_inb(ahc, SCSIPHASE), &cur_col, 50); local
6638 ahc_scsisigi_print(ahc_inb(ahc, SCSISIGI), &cur_col, 50); local
6639 ahc_error_print(ahc_inb(ahc, ERROR), &cur_col, 50); local
6640 ahc_scsibusl_print(ahc_inb(ahc, SCSIBUSL), &cur_col, 50); local
6641 ahc_lastphase_print(ahc_inb(ahc, LASTPHASE), &cur_col, 50); local
6642 ahc_scsiseq_print(ahc_inb(ahc, SCSISEQ), &cur_col, 50); local
6643 ahc_sblkctl_print(ahc_inb(ahc, SBLKCTL), &cur_col, 50); local
6644 ahc_scsirate_print(ahc_inb(ahc, SCSIRATE), &cur_col, 50) local
6645 ahc_seqctl_print(ahc_inb(ahc, SEQCTL), &cur_col, 50); local
6646 ahc_seq_flags_print(ahc_inb(ahc, SEQ_FLAGS), &cur_col, 50); local
6647 ahc_sstat0_print(ahc_inb(ahc, SSTAT0), &cur_col, 50); local
6648 ahc_sstat1_print(ahc_inb(ahc, SSTAT1), &cur_col, 50); local
6649 ahc_sstat2_print(ahc_inb(ahc, SSTAT2), &cur_col, 50); local
6650 ahc_sstat3_print(ahc_inb(ahc, SSTAT3), &cur_col, 50); local
6651 ahc_simode0_print(ahc_inb(ahc, SIMODE0), &cur_col, 50); local
6652 ahc_simode1_print(ahc_inb(ahc, SIMODE1), &cur_col, 50); local
6653 ahc_sxfrctl0_print(ahc_inb(ahc, SXFRCTL0), &cur_col, 50); local
6654 ahc_dfcntrl_print(ahc_inb(ahc, DFCNTRL), &cur_col, 50); local
6655 ahc_dfstatus_print(ahc_inb(ahc, DFSTATUS), &cur_col, 50); local
6723 ahc_scb_control_print(ahc_inb(ahc, SCB_CONTROL), &cur_col, 60); local
6724 ahc_scb_scsiid_print(ahc_inb(ahc, SCB_SCSIID), &cur_col, 60); local
6725 ahc_scb_lun_print(ahc_inb(ahc, SCB_LUN), &cur_col, 60); local
6726 ahc_scb_tag_print(ahc_inb(ahc, SCB_TAG), &cur_col, 60); local
6743 &cur_col, 60); local
6744 ahc_scb_tag_print(ahc_inb(ahc, SCB_TAG), &cur_col, 60); local
    [all...]
  /src/games/hunt/hunt/
hunt.c 99 extern int cur_row, cur_col;

Completed in 31 milliseconds