Home
last modified time | relevance | path

Searched refs:script_base (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/disk/ncr/
HDncr.c5238 u_char *script_base; local
5247 script_base = (u_char *) np->script;
5254 script_base = (u_char *) np->scripth;
5259 script_base = NULL;
5272 (int)READSCRIPT_OFF(script_base, script_ofs));
/dragonfly/sys/dev/disk/sym/
HDsym_hipd.c3712 u_char *script_base; in sym_log_hard_error() local
3721 script_base = np->scripta0; in sym_log_hard_error()
3728 script_base = np->scriptb0; in sym_log_hard_error()
3733 script_base = NULL; in sym_log_hard_error()
3747 scr_to_cpu((int) *(u32 *)(script_base + script_ofs))); in sym_log_hard_error()