Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ncr/
H A Dncr.c5188 u_char *script_base; local
5197 script_base = (u_char *) np->script;
5204 script_base = (u_char *) np->scripth;
5209 script_base = NULL;
5223 (int)READSCRIPT_OFF(script_base, script_ofs));
/freebsd-12.1/sys/dev/sym/
H A Dsym_hipd.c3694 u_char *script_base; in sym_log_hard_error() local
3703 script_base = (u_char *) np->scripta0; in sym_log_hard_error()
3710 script_base = (u_char *) np->scriptb0; in sym_log_hard_error()
3715 script_base = NULL; in sym_log_hard_error()
3729 scr_to_cpu((int) *(u32 *)(script_base + script_ofs))); in sym_log_hard_error()