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

  /src/sys/dev/ic/
siop.c 294 siop_intr(void *v) function in typeref:typename:int
975 printf("siop_intr: I shouldn't be there !\n");
1392 siop_intr(sc);
1589 /* mark command as being timed out; siop_intr will handle it */
1593 * it will be handled in siop_intr()
  /src/sys/arch/bebox/stand/boot/
siop.c 63 static int siop_intr(struct siop_adapter *);
256 siop_intr(struct siop_adapter *adp) function in typeref:typename:int
469 panic("siop_intr: I shouldn't be there !");
567 siop_intr(adp);
  /src/sys/arch/prep/stand/boot/
siop.c 59 static int siop_intr(struct siop_adapter *);
233 siop_intr(struct siop_adapter *adp) function in typeref:typename:int
448 panic("siop_intr: I shouldn't be there !");
546 siop_intr(adp);

Completed in 16 milliseconds