HomeSort by: relevance | last modified time | path
    Searched refs:zshard (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/sys/arch/cesfic/dev/
zsvar.h 14 int zshard(void*);
zs_pcc.c 93 (void) isrlink(zshard, zsc, 4, ISRPRI_TTY);
zs.c 194 zshard(void *arg) function
  /src/sys/arch/newsmips/include/
z8530var.h 113 int zshard(void *);
  /src/sys/arch/ews4800mips/include/
z8530var.h 106 int zshard(void *);
  /src/sys/arch/atari/dev/
zs.c 256 static int zshard(void *);
357 if (intr_establish(36, USER_VEC, 0, (hw_ifun_t)zshard, sc) == NULL)
360 if (intr_establish(32, USER_VEC, 0, (hw_ifun_t)zshard, sc) == NULL)
363 if (intr_establish(34, USER_VEC, 0, (hw_ifun_t)zshard, sc) == NULL)
366 if (intr_establish(38, USER_VEC, 0, (hw_ifun_t)zshard, sc) == NULL)
369 if (intr_establish(44, USER_VEC, 0, (hw_ifun_t)zshard, sc) == NULL)
372 if (intr_establish(40, USER_VEC, 0, (hw_ifun_t)zshard, sc) == NULL)
375 if (intr_establish(42, USER_VEC, 0, (hw_ifun_t)zshard, sc) == NULL)
378 if (intr_establish(46, USER_VEC, 0, (hw_ifun_t)zshard, sc) == NULL)
589 zshard(void *arg function
    [all...]
  /src/sys/arch/cobalt/dev/
zs.c 94 static int zshard(void *);
239 icu_intr_establish(maa->ma_irq, IST_EDGE, IPL_SERIAL, zshard, zsc);
271 zshard(void *arg) function
  /src/sys/arch/news68k/dev/
zs.c 148 static int zshard(void *);
271 hb_intr_establish(zs_init_reg[2], zshard, ZSHARD_PRI, zsc);
308 zshard(void *arg) function
  /src/sys/arch/sun2/dev/
zs.c 139 static int zshard(void *);
300 bus_intr_establish(zsc->zsc_bustag, pri, IPL_SERIAL, 0, zshard, zsc);
338 zshard(void *arg) function
370 rval = (zshard((void *)zsc) || rval);
  /src/sys/arch/newsmips/dev/
zs_hb.c 313 rv = zshard(arg);
317 zshard(arg);
zs.c 86 * but we establish zshard handler per each ZS chips
90 zshard(void *arg) function
  /src/sys/arch/mac68k/dev/
zs.c 215 int zshard(void *);
378 add_psc_lev4_intr(PSCINTR_SCCA, zshard, zsc);
379 add_psc_lev4_intr(PSCINTR_SCCB, zshard, zsc);
381 intr_establish(zshard, zsc, ZSHARD_PRI);
445 zshard(void *arg) function
  /src/sys/arch/mipsco/obio/
zs.c 161 static int zshard(void *);
284 bus_intr_establish(zsc->zsc_bustag, SYS_INTR_SCC0, 0, 0, zshard, NULL);
321 zshard(void *arg) function
344 * Similar scheme as for zshard (look at all of them)
357 * The soft intr. bit will be set by zshard only if
360 * the soft intr bit just after zshard has set it.
  /src/sys/arch/next68k/dev/
zs.c 171 static int zshard(void *);
271 isrlink_autovec(zshard, NULL, NEXT_I_IPL(NEXT_I_SCC), 0, NULL);
310 zshard(void *arg) function
  /src/sys/arch/sun3/dev/
zs.c 206 static int zshard(void *);
336 isr_add_autovect(zshard, zsc, ca->ca_intpri);
380 * but we establish zshard handler per each ZS chip
384 zshard(void *arg) function
  /src/sys/arch/x68k/dev/
zs.c 134 static int zshard(void *);
274 if (intio_intr_establish(ia->ia_intr, "zs", zshard, zsc))
313 zshard(void *arg) function
321 * Here we disable all interrupts to shorten the zshard
  /src/sys/arch/ews4800mips/dev/
zs.c 82 zshard(void *arg) function
  /src/sys/arch/ews4800mips/sbd/
zs_sbdio.c 191 intr_establish(sa->sa_irq, zshard, zsc);
  /src/sys/arch/sparc64/dev/
zs.c 174 static int zshard(void *);
462 bus_intr_establish(zsc->zsc_bustag, pri, IPL_SERIAL, zshard, zsc);
498 zshard(void *arg) function
529 rval = (zshard((void *)zsc) || rval);
  /src/sys/arch/sgimips/dev/
zs.c 181 static int zshard (void *);
334 cpu_intr_establish(haa->ha_irq, IPL_TTY, zshard, NULL);
371 zshard(void *arg) function
398 * Similar scheme as for zshard (look at all of them)
411 * The soft intr. bit will be set by zshard only if
414 * the soft intr bit just after zshard has set it.
  /src/sys/arch/sparc/dev/
zs.c 175 static int zshard(void *);
566 bus_intr_establish(zsc->zsc_bustag, pri, IPL_SERIAL, zshard, zsc);
614 * but we establish zshard handler per each ZS chips
618 zshard(void *arg) function
  /src/sys/arch/macppc/dev/
pm_direct.c 221 extern int zshard(int); /* from zs.c */
357 zshard(0); /* grab any serial interrupts */
378 zshard(0); /* grab any serial interrupts */
727 zshard(0); /* grab any serial interrupts */
zs.c 184 int zshard(void *);
410 zshard, zsc, intr_xname);
477 zshard(void *arg) function
  /src/sys/arch/newsmips/apbus/
zs_ap.c 452 zshard(arg);
  /src/sys/arch/sparc/sparc/
locore.s 337 #define ZS_INTERRUPT b zshard; mov %psr, %l0; nop; nop
2982 zshard: label

Completed in 63 milliseconds

1 2