Searched refs:p_script (Results 1 – 1 of 1) sorted by relevance
1010 u_long p_script; member1129 #define NCB_SCRIPT_PHYS(np,lbl) (np->p_script + offsetof (struct script, lbl))3076 new = (old & ~RELOC_MASK) + np->p_script; in ncr_script_copy_and_bind()3560 np->p_script = rman_get_start(np->sram_res);3659 np->p_script = vtophys(np->script);5189 if (np->p_script < dsp && 5190 dsp <= np->p_script + sizeof(struct script)) {5191 script_ofs = dsp - np->p_script;5668 } else if (dsp > np->p_script &&5669 dsp <= np->p_script + sizeof(struct script)) {[all …]