/src/sys/dev/scsipi/ |
st.c | 353 static int st_load(struct st_softc *, u_int, int); 869 if ((error = st_load(st, LD_LOAD, XS_CTL_SILENT)) != 0) 979 st_load(st, LD_UNLOAD, XS_CTL_IGNORE_NOT_READY); 1550 error = st_load(st, LD_RETENSION, flags); 1552 error = st_load(st, LD_LOAD, flags); 1924 st_load(struct st_softc *st, u_int type, int flags) function in typeref:typename:int 1959 aprint_error_dev(st->sc_dev, "error %d in st_load (op %d)\n",
|
st.c | 353 static int st_load(struct st_softc *, u_int, int); 869 if ((error = st_load(st, LD_LOAD, XS_CTL_SILENT)) != 0) 979 st_load(st, LD_UNLOAD, XS_CTL_IGNORE_NOT_READY); 1550 error = st_load(st, LD_RETENSION, flags); 1552 error = st_load(st, LD_LOAD, flags); 1924 st_load(struct st_softc *st, u_int type, int flags) function in typeref:typename:int 1959 aprint_error_dev(st->sc_dev, "error %d in st_load (op %d)\n",
|
st.c | 353 static int st_load(struct st_softc *, u_int, int); 869 if ((error = st_load(st, LD_LOAD, XS_CTL_SILENT)) != 0) 979 st_load(st, LD_UNLOAD, XS_CTL_IGNORE_NOT_READY); 1550 error = st_load(st, LD_RETENSION, flags); 1552 error = st_load(st, LD_LOAD, flags); 1924 st_load(struct st_softc *st, u_int type, int flags) function in typeref:typename:int 1959 aprint_error_dev(st->sc_dev, "error %d in st_load (op %d)\n",
|