HomeSort by relevance Sort by last modified time
    Searched refs:com32sys_t (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/syslinux/com32/lib/sys/
zeroregs.c 5 const com32sys_t __com32_zero_regs;
intcall.c 7 void __intcall(uint8_t vector, const com32sys_t * ireg, com32sys_t * oreg)
farcall.c 24 const com32sys_t * ireg, com32sys_t * oreg)
26 com32sys_t xreg = *ireg;
  /external/syslinux/com32/gplinclude/disk/
util.h 20 int int13_retry(const com32sys_t * inreg, com32sys_t * outreg);
  /external/syslinux/com32/gpllib/disk/
util.c 29 int int13_retry(const com32sys_t * inreg, com32sys_t * outreg)
32 com32sys_t tmpregs;
  /external/syslinux/core/
call16.c 23 __export const com32sys_t zero_regs; /* Common all-zero register set */
41 __export void call16(void (*func)(void), const com32sys_t *ireg,
42 com32sys_t *oreg)
44 com32sys_t xreg = *ireg;
debug.c 4 void pm_debug_msg(com32sys_t *regs)
writehex.c 57 void pm_writehex2(com32sys_t *regs)
62 void pm_writehex4(com32sys_t *regs)
67 void pm_writehex8(com32sys_t *regs)
pxeboot.c 26 com32sys_t ireg;
writestr.c 44 void pm_writestr(com32sys_t *regs)
plaincon.c 15 com32sys_t ireg, oreg;
34 void pm_writechr(com32sys_t *regs)
font.c 94 com32sys_t ireg, oreg;
154 com32sys_t ireg, oreg;
184 void pm_adjust_screen(com32sys_t *regs __unused)
189 void pm_userfont(com32sys_t *regs)
localboot.c 39 com32sys_t ireg, oreg;
91 void pm_local_boot(com32sys_t *regs)
conio.c 105 void pm_write_serial(com32sys_t *regs)
130 void pm_serialcfg(com32sys_t *regs)
153 com32sys_t ireg, oreg;
196 void pm_pollchar(com32sys_t *regs)
206 com32sys_t ireg, oreg;
273 com32sys_t reg;
313 void pm_getchar(com32sys_t *regs)
  /external/syslinux/core/include/
core.h 96 void __cdecl core_intcall(uint8_t, const com32sys_t *, com32sys_t *);
97 void __cdecl core_farcall(uint32_t, const com32sys_t *, com32sys_t *);
100 extern const com32sys_t zero_regs;
101 void call16(void (*)(void), const com32sys_t *, com32sys_t *);
114 static inline void set_flags(com32sys_t *regs, uint32_t flags)
154 extern void load_env32(com32sys_t *regs);
disk.h 13 com32sys_t *regs;
fs.h 201 void pm_mangle_name(com32sys_t *);
202 void pm_searchdir(com32sys_t *);
208 void pm_open_file(com32sys_t *);
210 void pm_close_file(com32sys_t *);
217 void pm_realpath(com32sys_t *regs);
  /external/syslinux/gpxe/src/arch/i386/interface/syslinux/
com32_call.c 32 static com32sys_t __bss16 ( com32_regs );
50 sizeof(com32sys_t) );
109 sizeof(com32sys_t) );
120 sizeof(com32sys_t) );
168 sizeof(com32sys_t) );
  /external/syslinux/com32/include/
com32.h 74 } com32sys_t; typedef in typeref:struct:__anon31901
100 void __cdecl (*cs_intcall)(uint8_t, const com32sys_t *, com32sys_t *);
103 void __cdecl (*cs_farcall)(uint32_t, const com32sys_t *, com32sys_t *);
113 void __intcall(uint8_t __i, const com32sys_t * __sr, com32sys_t * __dr);
115 const com32sys_t * __sr, com32sys_t * __dr);
118 extern const com32sys_t __com32_zero_regs
    [all...]
  /external/syslinux/memdisk/
dskprobe.c 36 static void dskprobe_pause(com32sys_t *);
39 typedef int (f_probe) (uint8_t, com32sys_t *);
43 static void probe_any(uint8_t func, uint8_t drive, com32sys_t * regs)
74 com32sys_t regs;
86 static int probe_int13h_08h(uint8_t drive, com32sys_t * regs)
106 static int probe_int13h_15h(uint8_t drive, com32sys_t * regs)
126 static int probe_int13h_41h(uint8_t drive, com32sys_t * regs)
179 com32sys_t regs;
219 static void dskprobe_pause(com32sys_t * regs)
  /external/syslinux/com32/elflink/ldlinux/
config.h 46 extern void pm_load_high(com32sys_t *regs);
  /external/syslinux/com32/hdt/
hdt-ata.h 73 void printregs(const com32sys_t * r);
  /external/syslinux/com32/lib/pci/
bios.c 7 com32sys_t rs;
cfgtype.c 55 static const com32sys_t ireg = {
60 com32sys_t oreg;
  /external/syslinux/com32/cmenu/libmenu/
syslnx.c 21 com32sys_t inreg, outreg; // Global registers for this module

Completed in 1354 milliseconds

1 2 3