Home | History | Annotate | Download | only in qemu

Lines Matching refs:tb

1215     struct _timeb tb;
1250 _ftime(&tb);
1251 sn->date_sec = tb.time;
1252 sn->date_nsec = tb.millitm * 1000000;