Home
last modified time | relevance | path

Searched refs:tstat (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Dmypopen.c45 static SIGTYPE (*tstat)(); variable
60 tstat = signal(SIGTSTP, SIG_DFL); in mypopen()
105 (void) signal(SIGTSTP, tstat); in mypclose()
/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c1762 ac_stat_t *tstat; in dump_ioctl_res() local
1764 tstat = (ac_stat_t *)arg; in dump_ioctl_res()
1767 (uint_t)tstat->rstate, (uint_t)tstat->ostate, in dump_ioctl_res()
1768 (uint_t)tstat->condition, (ulong_t)tstat->status_time, in dump_ioctl_res()
1769 tstat->board); in dump_ioctl_res()
1772 tstat->real_size, tstat->use_size, tstat->busy); in dump_ioctl_res()
1775 tstat->page_size, (longlong_t)tstat->phys_pages, in dump_ioctl_res()
1776 (longlong_t)tstat->managed, in dump_ioctl_res()
1777 (longlong_t)tstat->nonrelocatable); in dump_ioctl_res()
1780 (longlong_t)tstat->ac_memctl, (longlong_t)tstat->ac_decode0, in dump_ioctl_res()
[all …]
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_mindex3.cc245 int tstat; in entriesFromLDAP() local
247 stat = pthread_join(tid, (void **)&tstat); in entriesFromLDAP()
249 stat = tstat; in entriesFromLDAP()
252 myself, tid, tstat); in entriesFromLDAP()
/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfe.c1077 unsigned tstat; in mxfe_checklinknway() local
1081 tstat = GETCSR(mxfep, CSR_TSTAT); in mxfe_checklinknway()
1082 lpar = TSTAT_LPAR(tstat); in mxfe_checklinknway()
1085 if (tstat & TSTAT_LPN) { in mxfe_checklinknway()
1091 DBG(DPHY, "tstat(CSR12) = 0x%x", tstat); in mxfe_checklinknway()
1092 DBG(DPHY, "ANEG state = 0x%x", (tstat & TSTAT_ANS) >> 12); in mxfe_checklinknway()
1094 if ((tstat & TSTAT_ANS) != TSTAT_ANS_OK) { in mxfe_checklinknway()
1101 if ((tstat & TSTAT_100F) && (tstat & TSTAT_10F)) { in mxfe_checklinknway()
1122 if (tstat & TSTAT_LPN) { in mxfe_checklinknway()
1148 if (!(tstat & TSTAT_100F)) { in mxfe_checklinknway()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddttree.c226 static Void_t* tstat(Dt_t* dt, Dtstat_t* st) in tstat() function
228 static Void_t* tstat(dt, st) in tstat()
422 DTRETURN(obj, tstat(dt, (Dtstat_t*)obj));
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c5212 struct myri10ge_tx_ring_stats *tstat; in myri10ge_m_stat() local
5241 tstat = &mgp->ss[i].tx.stats; in myri10ge_m_stat()
5242 tmp += tstat->multixmt; in myri10ge_m_stat()
5249 tstat = &mgp->ss[i].tx.stats; in myri10ge_m_stat()
5250 tmp += tstat->brdcstxmt; in myri10ge_m_stat()
5302 tstat = &mgp->ss[i].tx.stats; in myri10ge_m_stat()
5303 tmp += tstat->obytes; in myri10ge_m_stat()
5310 tstat = &mgp->ss[i].tx.stats; in myri10ge_m_stat()
5311 tmp += tstat->opackets; in myri10ge_m_stat()