OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__farcall
(Results
1 - 4
of
4
) sorted by null
/external/syslinux/com32/lib/syslinux/
reboot.c
43
__farcall
(0xf000, 0xfff0, &__com32_zero_regs, NULL);
/external/syslinux/com32/lib/sys/
farcall.c
23
void
__farcall
(uint16_t cs, uint16_t ip,
function
/external/syslinux/com32/gfxboot/
gfxboot.c
624
__farcall
(gfx.code_seg, gfx.jmp_table[GFX_CB_INIT], &r, &r);
652
__farcall
(gfx.code_seg, gfx.jmp_table[GFX_CB_MENU_INIT], &r, &r);
666
__farcall
(gfx.code_seg, gfx.jmp_table[GFX_CB_DONE], &r, &r);
685
__farcall
(gfx.code_seg, gfx.jmp_table[GFX_CB_INPUT], &r, &r);
703
__farcall
(gfx.code_seg, gfx.jmp_table[GFX_CB_INFOBOX_INIT], &r, &r);
705
__farcall
(gfx.code_seg, gfx.jmp_table[GFX_CB_INPUT], &r, &r);
706
__farcall
(gfx.code_seg, gfx.jmp_table[GFX_CB_INFOBOX_DONE], &r, &r);
719
__farcall
(gfx.code_seg, gfx.jmp_table[GFX_CB_PROGRESS_INIT], &r, &r);
734
__farcall
(gfx.code_seg, gfx.jmp_table[GFX_CB_PROGRESS_UPDATE], &r, &r);
746
__farcall
(gfx.code_seg, gfx.jmp_table[GFX_CB_PROGRESS_DONE], &r, &r)
[
all
...]
/external/syslinux/com32/include/
com32.h
50
*
__farcall
(seg, offs, source_regs, return_regs)
114
void
__farcall
(uint16_t __cs, uint16_t __ip,
Completed in 346 milliseconds