Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/ncr/
H A Dncr.c5235 int script_ofs; local
5245 script_ofs = dsp - np->p_script;
5252 script_ofs = dsp - np->p_scripth;
5257 script_ofs = dsp;
5266 (unsigned)INB (nc_sxfer),(unsigned)INB (nc_scntl3), script_name, script_ofs,
5269 if (((script_ofs & 3) == 0) &&
5270 (unsigned)script_ofs < script_size) {
5272 (int)READSCRIPT_OFF(script_base, script_ofs));
/dragonfly/sys/dev/disk/sym/
H A Dsym_hipd.c3709 int script_ofs; in sym_log_hard_error() local
3719 script_ofs = dsp - np->scripta_ba; in sym_log_hard_error()
3726 script_ofs = dsp - np->scriptb_ba; in sym_log_hard_error()
3731 script_ofs = dsp; in sym_log_hard_error()
3741 (unsigned)INB (nc_scntl3), script_name, script_ofs, in sym_log_hard_error()
3744 if (((script_ofs & 3) == 0) && in sym_log_hard_error()
3745 (unsigned)script_ofs < script_size) { in sym_log_hard_error()
3747 scr_to_cpu((int) *(u32 *)(script_base + script_ofs))); in sym_log_hard_error()