Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ncr/
HDncr.c5184 u_char *script_base; local
5193 script_base = (u_char *) np->script;
5200 script_base = (u_char *) np->scripth;
5205 script_base = 0;
5219 (int)READSCRIPT_OFF(script_base, script_ofs));
/NextBSD/sys/dev/sym/
HDsym_hipd.c3690 u_char *script_base; in sym_log_hard_error() local
3699 script_base = (u_char *) np->scripta0; in sym_log_hard_error()
3706 script_base = (u_char *) np->scriptb0; in sym_log_hard_error()
3711 script_base = 0; in sym_log_hard_error()
3725 scr_to_cpu((int) *(u32 *)(script_base + script_ofs))); in sym_log_hard_error()