/src/sys/dev/ic/ |
siop.c | 90 void siop_add_reselsw(struct siop_softc *, int); 266 siop_add_reselsw(sc, i); 1306 siop_add_reselsw(sc, target); 1825 siop_add_reselsw(struct siop_softc *sc, int target) function in typeref:typename:void
|
/src/sys/arch/bebox/stand/boot/ |
siop.c | 69 static int siop_add_reselsw(struct siop_adapter *, int, int); 546 siop_add_reselsw(adp, xs->target, free_lo); 743 siop_add_reselsw(struct siop_adapter *adp, int target, int lunsw_off) function in typeref:typename:int
|
/src/sys/arch/prep/stand/boot/ |
siop.c | 65 static int siop_add_reselsw(struct siop_adapter *, int, int); 525 siop_add_reselsw(adp, xs->target, free_lo); 722 siop_add_reselsw(struct siop_adapter *adp, int target, int lunsw_off) function in typeref:typename:int
|