Symbol: st_n
usr/src/lib/libcurses/screen/mvcur.c
228
int dy, st_1, st_n, cv;
usr/src/lib/libcurses/screen/mvcur.c
237
st_n = _COST(Parm_down_cursor);
usr/src/lib/libcurses/screen/mvcur.c
241
st_n = _COST(Parm_up_cursor);
usr/src/lib/libcurses/screen/mvcur.c
249
return ((cv < st_1 && cv < st_n) ? cv :
usr/src/lib/libcurses/screen/mvcur.c
250
(st_n < st_1) ? st_n : st_1);
usr/src/lib/libcurses/screen/mvcur.c
253
if (cv < st_1 && cv < st_n)
usr/src/lib/libcurses/screen/mvcur.c
256
if (st_n < st_1) {
usr/src/uts/common/io/sfxge/sfxge_tx.c
1278
ASSERT3U(stp->st_n, <=,
usr/src/uts/common/io/sfxge/sfxge_tx.c
1280
if (stp->st_n ==
usr/src/uts/common/io/sfxge/sfxge_tx.c
1286
ebp = &(stp->st_eb[stp->st_n++]);
usr/src/uts/common/io/sfxge/sfxge_tx.c
1302
unsigned int, stp->st_n - 1,
usr/src/uts/common/io/sfxge/sfxge_tx.c
1324
ASSERT3U(stp->st_n, <=,
usr/src/uts/common/io/sfxge/sfxge_tx.c
1326
if (stp->st_n == EFX_TXQ_LIMIT(SFXGE_TX_NDESCS)) {
usr/src/uts/common/io/sfxge/sfxge_tx.c
1331
ebp = &(stp->st_eb[stp->st_n++]);
usr/src/uts/common/io/sfxge/sfxge_tx.c
1344
unsigned int, stp->st_n - 1,
usr/src/uts/common/io/sfxge/sfxge_tx.c
1597
ASSERT(stp->st_n == 0);
usr/src/uts/common/io/sfxge/sfxge_tx.c
1792
ASSERT(stp->st_n == 0);
usr/src/uts/common/io/sfxge/sfxge_tx.c
2526
ASSERT3U(stp->st_n, ==, 0);
usr/src/uts/common/io/sfxge/sfxge_tx.c
867
stp->st_n = 0;
usr/src/uts/common/io/sfxge/sfxge_tx.c
881
ASSERT(stp->st_n != 0);
usr/src/uts/common/io/sfxge/sfxge_tx.c
889
if (available < stp->st_n) {
usr/src/uts/common/io/sfxge/sfxge_tx.c
894
ASSERT3U(available, >=, stp->st_n);
usr/src/uts/common/io/sfxge/sfxge_tx.c
897
if ((rc = efx_tx_qpost(stp->st_etp, stp->st_eb, stp->st_n,
usr/src/uts/common/io/sfxge/sfxge_tx.c
933
stp->st_n = 0;
usr/src/uts/common/io/sfxge/sfxge_tx.c
953
if (stp->st_n <= available &&