Searched refs:tstat (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/tools/cscope-fast/ |
H A D | mypopen.c | 47 static SIGTYPE (*tstat)(); variable 62 tstat = signal(SIGTSTP, SIG_DFL); in mypopen() 107 (void) signal(SIGTSTP, tstat); in mypclose()
|
/titanic_44/usr/src/lib/cfgadm_plugins/ac/common/ |
H A D | mema.c | 1764 ac_stat_t *tstat; in dump_ioctl_res() local 1766 tstat = (ac_stat_t *)arg; in dump_ioctl_res() 1769 (uint_t)tstat->rstate, (uint_t)tstat->ostate, in dump_ioctl_res() 1770 (uint_t)tstat->condition, (ulong_t)tstat->status_time, in dump_ioctl_res() 1771 tstat->board); in dump_ioctl_res() 1774 tstat->real_size, tstat->use_size, tstat->busy); in dump_ioctl_res() 1777 tstat->page_size, (longlong_t)tstat->phys_pages, in dump_ioctl_res() 1778 (longlong_t)tstat->managed, in dump_ioctl_res() 1779 (longlong_t)tstat->nonrelocatable); in dump_ioctl_res() 1782 (longlong_t)tstat->ac_memctl, (longlong_t)tstat->ac_decode0, in dump_ioctl_res() [all …]
|
/titanic_44/usr/src/lib/libnisdb/ |
H A D | db_mindex3.cc | 242 int tstat; in entriesFromLDAP() local 244 stat = pthread_join(tid, (void **)&tstat); in entriesFromLDAP() 246 stat = tstat; in entriesFromLDAP() 249 myself, tid, tstat); in entriesFromLDAP()
|
/titanic_44/usr/src/uts/common/io/mxfe/ |
H A D | mxfe.c | 1077 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()
|
/titanic_44/usr/src/uts/common/io/myri10ge/drv/ |
H A D | myri10ge.c | 5246 struct myri10ge_tx_ring_stats *tstat; in myri10ge_m_stat() local 5275 tstat = &mgp->ss[i].tx.stats; in myri10ge_m_stat() 5276 tmp += tstat->multixmt; in myri10ge_m_stat() 5283 tstat = &mgp->ss[i].tx.stats; in myri10ge_m_stat() 5284 tmp += tstat->brdcstxmt; in myri10ge_m_stat() 5336 tstat = &mgp->ss[i].tx.stats; in myri10ge_m_stat() 5337 tmp += tstat->obytes; in myri10ge_m_stat() 5344 tstat = &mgp->ss[i].tx.stats; in myri10ge_m_stat() 5345 tmp += tstat->opackets; in myri10ge_m_stat()
|