search for: s_safe_hook

Displaying 1 result from an estimated 1 matches for "s_safe_hook".

2011 Aug 06
4
[PATCH] ifmemdsk.c32: Allow boot options based on presence of MEMDISK
...*/ +#define M_GET_DRIVE_PARAMS (0x08) +#define M_INT13H ((0x0000 << 4) + 0x0013 * 4) +#define M_FREEBASEMEM ((0x0040 << 4) + 0x0013) +#define M_TOP ((0x9FFF << 4) + 0x0000) + +/*** Object types */ +typedef struct mdi s_mdi; +typedef real_addr_t u_segoff; +typedef struct safe_hook s_safe_hook; +typedef struct mBFT s_mbft; + +/*** Function types */ +typedef int f_find(void); + +/*** Function declarations */ +static const s_mdi * installation_check(int); +static f_find scan_drives; +static f_find walk_safe_hooks; +static const s_safe_hook * is_safe_hook(const void *); +static const s_mdi...