OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getrtsecs
(Results
1 - 5
of
5
) sorted by null
/external/grub/stage2/
stage2.c
270
while ((time1 =
getrtsecs
()) == 0xFF)
285
&& (time1 =
getrtsecs
()) != time2
346
while ((time1 =
getrtsecs
()) == 0xFF);
353
if (grub_timeout >= 0 && (time1 =
getrtsecs
()) != time2 && time1 != 0xFF)
shared.h
778
int
getrtsecs
(void);
builtins.c
[
all
...]
asm.S
2238
ENTRY(
getrtsecs
)
function
[
all
...]
/external/grub/grub/
asmstub.c
485
getrtsecs
(void)
function
Completed in 48 milliseconds