Searched refs:btv (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dvuid_queue.c42 static struct timeval32 tv_subt(struct timeval32 atv, struct timeval32 btv);
298 /* atv-btv */
300 tv_subt(struct timeval32 atv, struct timeval32 btv) argument
302 if ((atv.tv_usec < btv.tv_usec) && atv.tv_sec) {
306 if (atv.tv_usec > btv.tv_usec)
307 atv.tv_usec -= btv.tv_usec;
310 if (atv.tv_sec > btv.tv_sec)
311 atv.tv_sec -= btv.tv_sec;
313 if (atv.tv_sec < btv.tv_sec)
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_med.c134 static struct timeval btv; variable in typeref:struct:timeval
183 #define BSTAMP { uniqtime(&btv); }
191 eusec = etv.tv_usec - btv.tv_usec; \
192 esec = etv.tv_sec - btv.tv_sec; \
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java923 BtreeVector btv,
926 attrLevelNot = btv;
922 InMemoryEvaluator(Hashtable ht, BtreeVector btv, Vector nscopes) argument

Completed in 77 milliseconds