Searched refs:getrtsecs (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dstage2.c266 while ((time1 = getrtsecs ()) == 0xFF)
281 && (time1 = getrtsecs ()) != time2
342 while ((time1 = getrtsecs()) == 0xFF);
349 if (grub_timeout >= 0 && (time1 = getrtsecs()) != time2 && time1 != 0xFF)
H A Dshared.h860 int getrtsecs (void);
H A Dasm.S2550 * getrtsecs()
2567 ENTRY(getrtsecs) function
H A Dbuiltins.c5405 while ((time1 = getrtsecs ()) == 0xFF)
5428 if ((time1 = getrtsecs ()) != time2 && time1 != 0xFF)
/osnet-11/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c487 getrtsecs (void) function

Completed in 35 milliseconds