Lines Matching refs:script
1130 struct script;
1672 struct script *script0; /* Copies of script and scripth */
1761 #define NCB_SCRIPT_PHYS(np,lbl) (np->p_script + offsetof (struct script, lbl))
1806 struct script { struct
1942 static void ncr_script_fill (struct script * scr, struct scripth * scripth);
1999 #define PADDR(label) (RELOC_LABEL | offsetof(struct script, label))
2019 static struct script script0 __initdata = {
3380 SCR_COPY (sizeof (struct script)),
3445 void __init ncr_script_fill (struct script * scr, struct scripth * scrh) in ncr_script_fill()
4798 m_free_dma(np->script0, sizeof(struct script), "SCRIPT"); in ncr_detach()
5834 if (dsp > np->p_script && dsp <= np->p_script + sizeof(struct script)) { in ncr_log_hard_error()
5836 script_size = sizeof(struct script); in ncr_log_hard_error()
6335 dsp <= np->p_script + sizeof(struct script)) { in ncr_int_ma()
8353 np->script0 = m_calloc_dma(sizeof(struct script), "SCRIPT");
8393 if (np->paddr2 && sizeof(struct script) > 4096) {
8422 (ncrcmd *) np->script0, sizeof(struct script));
8514 m_free_dma(np->script0, sizeof(struct script), "SCRIPT");