Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/
H A Dvuid_queue.c42 static struct timeval32 tv_subt(struct timeval32 atv, struct timeval32 btv);
300 tv_subt(struct timeval32 atv, struct timeval32 btv) in tv_subt() argument
302 if ((atv.tv_usec < btv.tv_usec) && atv.tv_sec) { in tv_subt()
306 if (atv.tv_usec > btv.tv_usec) in tv_subt()
307 atv.tv_usec -= btv.tv_usec; in tv_subt()
310 if (atv.tv_sec > btv.tv_sec) in tv_subt()
311 atv.tv_sec -= btv.tv_sec; in tv_subt()
313 if (atv.tv_sec < btv.tv_sec) in tv_subt()
/titanic_44/usr/src/cmd/ssh/doc/
H A DCREDITS58 Matt Richards <v2matt@btv.ibm.com> - AIX patches
H A DChangeLog1729 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
/titanic_44/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java923 BtreeVector btv, in InMemoryEvaluator() argument
926 attrLevelNot = btv; in InMemoryEvaluator()