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

1 2

  /src/sys/arch/newsmips/dev/
zs.c 86 * but we establish zshard handler per each ZS chips
90 zshard(void *arg) function in typeref:typename:int
zs.c 86 * but we establish zshard handler per each ZS chips
90 zshard(void *arg) function in typeref:typename:int
  /src/sys/arch/cesfic/dev/
zs.c 194 zshard(void *arg) function in typeref:typename:int
zs.c 194 zshard(void *arg) function in typeref:typename:int
  /src/sys/arch/ews4800mips/dev/
zs.c 82 zshard(void *arg) function in typeref:typename:int
zs.c 82 zshard(void *arg) function in typeref:typename:int
  /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 in typeref:typename:int
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 in typeref:typename:int
  /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 in typeref:typename:int
zs.c 148 static int zshard(void *);
271 hb_intr_establish(zs_init_reg[2], zshard, ZSHARD_PRI, zsc);
308 zshard(void *arg) function in typeref:typename:int
  /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 in typeref:typename:int
321 * Here we disable all interrupts to shorten the zshard
zs.c 134 static int zshard(void *);
274 if (intio_intr_establish(ia->ia_intr, "zs", zshard, zsc))
313 zshard(void *arg) function in typeref:typename:int
321 * Here we disable all interrupts to shorten the zshard
  /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 in typeref:typename:int
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 in typeref:typename:int
  /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 in typeref:typename:int
370 rval = (zshard((void *)zsc) || rval);
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 in typeref:typename:int
370 rval = (zshard((void *)zsc) || rval);
  /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 in typeref:typename:int
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.
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 in typeref:typename:int
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/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 in typeref:typename:int
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 in typeref:typename:int
  /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 in typeref:typename:int
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.
zs.c 181 static int zshard (void *);
334 cpu_intr_establish(haa->ha_irq, IPL_TTY, zshard, NULL);
371 zshard(void *arg) function in typeref:typename:int
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/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 in typeref:typename:int
529 rval = (zshard((void *)zsc) || rval);
zs.c 174 static int zshard(void *);
462 bus_intr_establish(zsc->zsc_bustag, pri, IPL_SERIAL, zshard, zsc);
498 zshard(void *arg) function in typeref:typename:int
529 rval = (zshard((void *)zsc) || rval);
  /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 in typeref:typename:int

Completed in 34 milliseconds

1 2