Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ncr/
H A Dncr.c5185 int script_ofs; local
5195 script_ofs = dsp - np->p_script;
5202 script_ofs = dsp - np->p_scripth;
5207 script_ofs = dsp;
5217 (unsigned)INB (nc_sxfer),(unsigned)INB (nc_scntl3), script_name, script_ofs,
5220 if (((script_ofs & 3) == 0) &&
5221 (unsigned)script_ofs < script_size) {
5223 (int)READSCRIPT_OFF(script_base, script_ofs));
/freebsd-12.1/sys/dev/sym/
H A Dsym_hipd.c3691 int script_ofs; in sym_log_hard_error() local
3701 script_ofs = dsp - np->scripta_ba; in sym_log_hard_error()
3708 script_ofs = dsp - np->scriptb_ba; in sym_log_hard_error()
3713 script_ofs = dsp; in sym_log_hard_error()
3723 (unsigned)INB (nc_scntl3), script_name, script_ofs, in sym_log_hard_error()
3726 if (((script_ofs & 3) == 0) && in sym_log_hard_error()
3727 (unsigned)script_ofs < script_size) { in sym_log_hard_error()
3729 scr_to_cpu((int) *(u32 *)(script_base + script_ofs))); in sym_log_hard_error()