Searched refs:hook_bios_interrupt (Results 1 – 9 of 9) sorted by relevance
/external/syslinux/gpxe/src/arch/i386/image/ |
D | bootsector.c | 65 hook_bios_interrupt ( 0x18, ( unsigned int ) bootsector_exec_fail, in call_bootsector() 67 hook_bios_interrupt ( 0x19, ( unsigned int ) bootsector_exec_fail, in call_bootsector()
|
/external/syslinux/gpxe/src/arch/i386/include/ |
D | biosint.h | 27 extern void hook_bios_interrupt ( unsigned int interrupt, unsigned int handler,
|
/external/syslinux/gpxe/src/arch/i386/firmware/pcbios/ |
D | fakee820.c | 86 hook_bios_interrupt ( 0x15, ( unsigned int ) int15_fakee820, in fake_e820()
|
D | hidemem.c | 177 hook_bios_interrupt ( 0x15, ( unsigned int ) int15, in hide_etherboot()
|
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/ |
D | biosint.c | 24 void hook_bios_interrupt ( unsigned int interrupt, unsigned int handler, in hook_bios_interrupt() function
|
D | int13.c | 513 hook_bios_interrupt ( 0x13, ( unsigned int ) int13_wrapper, in hook_int13()
|
/external/syslinux/gpxe/src/arch/i386/interface/syslinux/ |
D | comboot_call.c | 675 hook_bios_interrupt ( 0x20, ( unsigned int ) int20_wrapper, in hook_comboot_interrupts() 687 hook_bios_interrupt ( 0x21, ( unsigned int ) int21_wrapper, in hook_comboot_interrupts() 699 hook_bios_interrupt ( 0x22, ( unsigned int ) int22_wrapper, in hook_comboot_interrupts()
|
/external/syslinux/gpxe/src/arch/i386/drivers/net/ |
D | undinet.c | 109 hook_bios_interrupt ( IRQ_INT ( irq ), in undinet_hook_isr()
|
/external/syslinux/gpxe/src/arch/i386/interface/pxe/ |
D | pxe_call.c | 448 hook_bios_interrupt ( 0x1a, ( unsigned int ) pxe_int_1a, in pxe_activate()
|