Home | History | Annotate | Download | only in qemu

Lines Matching refs:tb

1175     struct _timeb tb;
1210 _ftime(&tb);
1211 sn->date_sec = tb.time;
1212 sn->date_nsec = tb.millitm * 1000000;