HomeSort by: relevance | last modified time | path
    Searched defs:intpr (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/nfsstat/
nfsstat.c 102 static void intpr(void);
174 intpr();
203 intpr(void) function
  /src/external/bsd/ppp/dist/pppstats/
pppstats.c 121 static void intpr(void);
134 * Called if an interval expires before intpr has completed a loop.
281 intpr(void) function
556 intpr();
  /src/usr.bin/netstat/
if.c 133 intpr(int interval, u_long ifnetaddr, void (*pfunc)(const char *)) function
  /src/sys/arch/powerpc/ibm4xx/dev/
dwcsata.c 541 uint32_t intpr; local
544 intpr = bus_space_read_4(sc->sc_iot, sc->sc_ioh, DWCSATA_INTPR);
548 "INTPR 0x%08x (erraddr 0x%03x) SError 0x%08x\n",
557 intpr, DWCSATA_INTPR_ERRADDR_GET(intpr),
668 uint32_t tfr, err, dmacr, intpr; local
765 intpr = bus_space_read_4(sc->sc_iot, sc->sc_ioh, DWCSATA_INTPR);
766 if (intpr & DWCSATA_INTPR_ERR)
775 "DMA error: DMAC err 0x%08x INTPR 0x%08x SError 0x%08x\n",
776 err, intpr, serror)
800 uint32_t intpr; local
    [all...]

Completed in 55 milliseconds