Searched defs:tstat (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Dmypopen.c47 static SIGTYPE (*tstat)(); variable
62 tstat = signal(SIGTSTP, SIG_DFL);
107 (void) signal(SIGTSTP, tstat);
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_mindex3.cc245 int tstat; local
247 stat = pthread_join(tid, (void **)&tstat);
249 stat = tstat;
252 myself, tid, tstat);
/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c1764 ac_stat_t *tstat; local
1766 tstat = (ac_stat_t *)arg;
1769 (uint_t)tstat->rstate, (uint_t)tstat->ostate,
1770 (uint_t)tstat->condition, (ulong_t)tstat->status_time,
1771 tstat->board);
1774 tstat->real_size, tstat->use_size, tstat
[all...]
/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfe.c1060 DBG(DPHY, "writing tstat = 0x%x", TSTAT_ANS_START);
1077 unsigned tstat; local
1081 tstat = GETCSR(mxfep, CSR_TSTAT);
1082 lpar = TSTAT_LPAR(tstat);
1085 if (tstat & TSTAT_LPN) {
1091 DBG(DPHY, "tstat(CSR12) = 0x%x", tstat);
1092 DBG(DPHY, "ANEG state = 0x%x", (tstat & TSTAT_ANS) >> 12);
1094 if ((tstat & TSTAT_ANS) != TSTAT_ANS_OK) {
1101 if ((tstat
[all...]
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c5246 struct myri10ge_tx_ring_stats *tstat; local
5275 tstat = &mgp->ss[i].tx.stats;
5276 tmp += tstat->multixmt;
5283 tstat = &mgp->ss[i].tx.stats;
5284 tmp += tstat->brdcstxmt;
5336 tstat = &mgp->ss[i].tx.stats;
5337 tmp += tstat->obytes;
5344 tstat = &mgp->ss[i].tx.stats;
5345 tmp += tstat->opackets;

Completed in 96 milliseconds