Home
last modified time | relevance | path

Searched refs:trec (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java663 RegRecord trec = (RegRecord)contents.elementAt(bottom); in walkVector() local
673 if (compareEqual(trec.value, pattern)) { in walkVector()
674 return trec; in walkVector()
676 } else if (compareLessEqual(pattern, trec.value)) { in walkVector()
691 if (compareEqual(trec.value, pattern)) { in walkVector()
692 rec = trec; in walkVector()
719 RegRecord trec = (RegRecord)contents.elementAt(top); in walkVector() local
729 if (compareEqual(trec.value, pattern)) { in walkVector()
730 return trec; in walkVector()
733 trec.value)) { in walkVector()
[all …]
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_close.c121 recno_t scursor, trec; local
150 key.data = &trec;
/titanic_41/usr/src/cmd/sa/
H A Dsar.c337 float trec, tnext = 0; in prpass() local
439 trec = curt->tm_hour * 3600.0 + in prpass()
442 if ((recno == 0) && (trec < start_time)) in prpass()
444 if ((eflg) && (trec > end_time)) in prpass()
477 tnext = trec; in prpass()
493 if ((iflg) && (trec < tnext)) in prpass()
566 while (tnext <= trec) in prpass()
/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_fscache.c591 int trec; in fscache_simdisconnect() local
663 trec = fscache_object_p->i_reconcile; in fscache_simdisconnect()
669 if ((tcon == 1) && (trec == 0)) in fscache_simdisconnect()