Searched refs:_col (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/usr.bin/systat/ |
| D | iostat.c | 187 int i, _col, regions, ndrives; in numlabels() local 206 _col = INSET; in numlabels() 209 if (_col + COLWIDTH >= getmaxx(wnd) - 1 - INSET) { in numlabels() 210 _col = INSET, row += linesperregion + 1; in numlabels() 216 mvwaddstr(wnd, row, _col + 4, tmpstr); in numlabels() 217 mvwaddstr(wnd, row + 1, _col, " KB/t tps MB/s "); in numlabels() 218 _col += COLWIDTH; in numlabels() 220 if (_col) in numlabels() 253 int i, row, _col; in showiostat() local 277 _col = INSET; in showiostat() [all …]
|
| D | cmds.c | 80 int _col, _len; in command() local 82 move(CMDLINE, _col = 0); in command() 85 if (_col + _len > COLS) in command() 87 addstr(p->c_name); _col += _len; in command() 88 if (_col + 1 < COLS) in command()
|
| /freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/ |
| D | ar2425.c | 158 #define RF_BANK_SETUP(_priv, _ix, _col) do { \ in ar2425SetRfRegs() argument 161 (_priv)->Bank##_ix##Data[i] = ar5212Bank##_ix##_2425[i][_col];\ in ar2425SetRfRegs()
|
| D | ar2316.c | 170 #define RF_BANK_SETUP(_priv, _ix, _col) do { \ in ar2316SetRfRegs() argument 173 (_priv)->Bank##_ix##Data[i] = ar5212Bank##_ix##_2316[i][_col];\ in ar2316SetRfRegs()
|
| D | ar2413.c | 164 #define RF_BANK_SETUP(_priv, _ix, _col) do { \ in ar2413SetRfRegs() argument 167 (_priv)->Bank##_ix##Data[i] = ar5212Bank##_ix##_2413[i][_col];\ in ar2413SetRfRegs()
|
| D | ar2317.c | 148 #define RF_BANK_SETUP(_priv, _ix, _col) do { \ in ar2317SetRfRegs() argument 151 (_priv)->Bank##_ix##Data[i] = ar5212Bank##_ix##_2317[i][_col];\ in ar2317SetRfRegs()
|
| D | ar5413.c | 163 #define RF_BANK_SETUP(_priv, _ix, _col) do { \ in ar5413SetRfRegs() argument 166 (_priv)->Bank##_ix##Data[i] = ar5212Bank##_ix##_5413[i][_col];\ in ar5413SetRfRegs()
|
| D | ar5112.c | 184 #define RF_BANK_SETUP(_priv, _ix, _col) do { \ in ar5112SetRfRegs() argument 187 (_priv)->Bank##_ix##Data[i] = ar5212Bank##_ix##_5112[i][_col];\ in ar5112SetRfRegs()
|