OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bios_timer_next
(Results
1 - 3
of
3
) sorted by null
/external/syslinux/core/
timer.inc
31
mov [
BIOS_timer_next
],eax
38
mov eax,[
BIOS_timer_next
]
52
global
BIOS_timer_next
:data hidden
53
BIOS_timer_next
equ $-4
bios.c
501
extern uint32_t
BIOS_timer_next
;
509
BIOS_timer_next
= next;
/external/syslinux/efi/
main.c
28
uint32_t
BIOS_timer_next
;
[
all
...]
Completed in 2207 milliseconds