Home | History | Annotate | Download | only in nfs

Lines Matching defs:btv

1009 		struct timeval btv;
1010 getmicroboottime(&btv);
1011 *tl++ = txdr_unsigned(btv.tv_sec);
1012 *tl = txdr_unsigned(btv.tv_usec);
1312 struct timeval btv;
1313 getmicroboottime(&btv);
1314 *tl++ = txdr_unsigned(btv.tv_sec);
1315 *tl = txdr_unsigned(btv.tv_usec);
3306 struct timeval btv;
3307 getmicroboottime(&btv);
3308 btv.tv_sec);
3309 *tl = txdr_unsigned(btv.tv_usec);