Lines Matching refs:hook
251 const struct safe_hook far *hook = in MDISKCHK_FUNC_DECL() local
254 while ((hook->signature[0] == '$') && in MDISKCHK_FUNC_DECL()
255 (hook->signature[1] == 'I') && in MDISKCHK_FUNC_DECL()
256 (hook->signature[2] == 'N') && in MDISKCHK_FUNC_DECL()
257 (hook->signature[3] == 'T') && in MDISKCHK_FUNC_DECL()
258 (hook->signature[4] == '1') && in MDISKCHK_FUNC_DECL()
259 (hook->signature[5] == '3') && in MDISKCHK_FUNC_DECL()
260 (hook->signature[6] == 'S') && in MDISKCHK_FUNC_DECL()
261 (hook->signature[7] == 'F')) { in MDISKCHK_FUNC_DECL()
263 if ((hook->vendor[0] == 'M') && in MDISKCHK_FUNC_DECL()
264 (hook->vendor[1] == 'E') && in MDISKCHK_FUNC_DECL()
265 (hook->vendor[2] == 'M') && in MDISKCHK_FUNC_DECL()
266 (hook->vendor[3] == 'D') && in MDISKCHK_FUNC_DECL()
267 (hook->vendor[4] == 'I') && in MDISKCHK_FUNC_DECL()
268 (hook->vendor[5] == 'S') && in MDISKCHK_FUNC_DECL()
269 (hook->vendor[6] == 'K')) { in MDISKCHK_FUNC_DECL()
276 mbft = MK_FP(hook->mbft >> 4, 0); /* Always aligned */ in MDISKCHK_FUNC_DECL()
288 hook = MK_FP(hook->old_hook.seg_off.segment, in MDISKCHK_FUNC_DECL()
289 hook->old_hook.seg_off.offset); in MDISKCHK_FUNC_DECL()