Home
last modified time | relevance | path

Searched refs:_col (Results 1 – 8 of 8) sorted by relevance

/trueos/usr.bin/systat/
HDiostat.c195 int i, _col, regions, ndrives; in numlabels() local
214 _col = INSET; in numlabels()
217 if (_col + COLWIDTH >= wnd->_maxx - INSET) { in numlabels()
218 _col = INSET, row += linesperregion + 1; in numlabels()
224 mvwaddstr(wnd, row, _col + 4, tmpstr); in numlabels()
225 mvwaddstr(wnd, row + 1, _col, " KB/t tps MB/s "); in numlabels()
226 _col += COLWIDTH; in numlabels()
228 if (_col) in numlabels()
261 int i, row, _col; in showiostat() local
285 _col = INSET; in showiostat()
[all …]
HDcmds.c78 int _col, _len; in command() local
80 move(CMDLINE, _col = 0); in command()
83 if (_col + _len > COLS) in command()
85 addstr(p->c_name); _col += _len; in command()
86 if (_col + 1 < COLS) in command()
/trueos/sys/dev/ath/ath_hal/ar5212/
HDar2317.c146 #define RF_BANK_SETUP(_priv, _ix, _col) do { \ in ar2317SetRfRegs() argument
149 (_priv)->Bank##_ix##Data[i] = ar5212Bank##_ix##_2317[i][_col];\ in ar2317SetRfRegs()
HDar2413.c162 #define RF_BANK_SETUP(_priv, _ix, _col) do { \ in ar2413SetRfRegs() argument
165 (_priv)->Bank##_ix##Data[i] = ar5212Bank##_ix##_2413[i][_col];\ in ar2413SetRfRegs()
HDar2425.c156 #define RF_BANK_SETUP(_priv, _ix, _col) do { \ in ar2425SetRfRegs() argument
159 (_priv)->Bank##_ix##Data[i] = ar5212Bank##_ix##_2425[i][_col];\ in ar2425SetRfRegs()
HDar2316.c168 #define RF_BANK_SETUP(_priv, _ix, _col) do { \ in ar2316SetRfRegs() argument
171 (_priv)->Bank##_ix##Data[i] = ar5212Bank##_ix##_2316[i][_col];\ in ar2316SetRfRegs()
HDar5413.c161 #define RF_BANK_SETUP(_priv, _ix, _col) do { \ in ar5413SetRfRegs() argument
164 (_priv)->Bank##_ix##Data[i] = ar5212Bank##_ix##_5413[i][_col];\ in ar5413SetRfRegs()
HDar5112.c182 #define RF_BANK_SETUP(_priv, _ix, _col) do { \ in ar5112SetRfRegs() argument
185 (_priv)->Bank##_ix##Data[i] = ar5212Bank##_ix##_5112[i][_col];\ in ar5112SetRfRegs()