Lines Matching refs:script
1120 struct script;
1657 struct script *script0; /* Copies of script and scripth */
1746 #define NCB_SCRIPT_PHYS(np,lbl) (np->p_script + offsetof (struct script, lbl))
1791 struct script { struct
1927 static void ncr_script_fill (struct script * scr, struct scripth * scripth);
1978 #define PADDR(label) (RELOC_LABEL | offsetof(struct script, label))
1984 static struct script script0 __initdata = {
3340 SCR_COPY (sizeof (struct script)),
3405 void __init ncr_script_fill (struct script * scr, struct scripth * scrh) in ncr_script_fill()
4642 m_free_dma(np->script0, sizeof(struct script), "SCRIPT"); in ncr_detach()
5659 if (dsp > np->p_script && dsp <= np->p_script + sizeof(struct script)) { in ncr_log_hard_error()
5661 script_size = sizeof(struct script); in ncr_log_hard_error()
6160 dsp <= np->p_script + sizeof(struct script)) { in ncr_int_ma()
8139 np->script0 = m_calloc_dma(sizeof(struct script), "SCRIPT");
8177 if (np->paddr2 && sizeof(struct script) > 4096) {
8206 (ncrcmd *) np->script0, sizeof(struct script));
8298 m_free_dma(np->script0, sizeof(struct script), "SCRIPT");