Home
last modified time | relevance | path

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

/trueos/sys/pci/
HDncr.c5220 int script_ofs; local
5230 script_ofs = dsp - np->p_script;
5237 script_ofs = dsp - np->p_scripth;
5242 script_ofs = dsp;
5251 (unsigned)INB (nc_sxfer),(unsigned)INB (nc_scntl3), script_name, script_ofs,
5254 if (((script_ofs & 3) == 0) &&
5255 (unsigned)script_ofs < script_size) {
5257 (int)READSCRIPT_OFF(script_base, script_ofs));
/trueos/sys/dev/sym/
HDsym_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()