Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/pci/
Dncr.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));
/freebsd-9-stable/sys/dev/sym/
Dsym_hipd.c3688 int script_ofs; in sym_log_hard_error() local
3698 script_ofs = dsp - np->scripta_ba; in sym_log_hard_error()
3705 script_ofs = dsp - np->scriptb_ba; in sym_log_hard_error()
3710 script_ofs = dsp; in sym_log_hard_error()
3720 (unsigned)INB (nc_scntl3), script_name, script_ofs, in sym_log_hard_error()
3723 if (((script_ofs & 3) == 0) && in sym_log_hard_error()
3724 (unsigned)script_ofs < script_size) { in sym_log_hard_error()
3726 scr_to_cpu((int) *(u32 *)(script_base + script_ofs))); in sym_log_hard_error()