Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ncr/
HDncr.c5181 int script_ofs; local
5191 script_ofs = dsp - np->p_script;
5198 script_ofs = dsp - np->p_scripth;
5203 script_ofs = dsp;
5213 (unsigned)INB (nc_sxfer),(unsigned)INB (nc_scntl3), script_name, script_ofs,
5216 if (((script_ofs & 3) == 0) &&
5217 (unsigned)script_ofs < script_size) {
5219 (int)READSCRIPT_OFF(script_base, script_ofs));
/NextBSD/sys/dev/sym/
HDsym_hipd.c3687 int script_ofs; in sym_log_hard_error() local
3697 script_ofs = dsp - np->scripta_ba; in sym_log_hard_error()
3704 script_ofs = dsp - np->scriptb_ba; in sym_log_hard_error()
3709 script_ofs = dsp; in sym_log_hard_error()
3719 (unsigned)INB (nc_scntl3), script_name, script_ofs, in sym_log_hard_error()
3722 if (((script_ofs & 3) == 0) && in sym_log_hard_error()
3723 (unsigned)script_ofs < script_size) { in sym_log_hard_error()
3725 scr_to_cpu((int) *(u32 *)(script_base + script_ofs))); in sym_log_hard_error()