Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/ncr/
H A Dncr.c1024 u_long p_script; member
1142 #define NCB_SCRIPT_PHYS(np,lbl) (np->p_script + offsetof (struct script, lbl))
3096 new = (old & ~RELOC_MASK) + np->p_script; in ncr_script_copy_and_bind()
3584 np->p_script = rman_get_start(np->sram_res);
3685 np->p_script = vtophys(np->script);
5243 if (np->p_script < dsp &&
5244 dsp <= np->p_script + sizeof(struct script)) {
5245 script_ofs = dsp - np->p_script;
5722 } else if (dsp > np->p_script &&
5723 dsp <= np->p_script + sizeof(struct script)) {
[all …]