Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/sym/
H A Dsym_hipd.c3677 int script_ofs; in sym_log_hard_error() local
3687 script_ofs = dsp - np->scripta_ba; in sym_log_hard_error()
3694 script_ofs = dsp - np->scriptb_ba; in sym_log_hard_error()
3699 script_ofs = dsp; in sym_log_hard_error()
3709 (unsigned)INB (nc_scntl3), script_name, script_ofs, in sym_log_hard_error()
3712 if (((script_ofs & 3) == 0) && in sym_log_hard_error()
3713 (unsigned)script_ofs < script_size) { in sym_log_hard_error()
3715 scr_to_cpu((int) *(u32 *)(script_base + script_ofs))); in sym_log_hard_error()