st_load           240 scsi/st.c      int	st_load(struct st_softc *, u_int, int);
st_load           548 scsi/st.c      	if ((error = st_load(st, LD_LOAD, 0)) != 0)
st_load           645 scsi/st.c      		st_load(st, LD_UNLOAD, SCSI_IGNORE_NOT_READY);
st_load          1139 scsi/st.c      			error = st_load(st, LD_RETENSION, flags);
st_load          1141 scsi/st.c      				error = st_load(st, LD_LOAD, flags);