Searched refs:isc_softc (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/dev/iscsi_initiator/
H A Discsi.c65 static struct isc_softc *isc;
171 struct isc_softc *sc;
275 struct isc_softc *sc;
603 struct isc_softc *sc = dev->si_drv1;
673 struct isc_softc *sc = v;
699 free_pdus(struct isc_softc *sc)
717 isc = malloc(sizeof(struct isc_softc), M_ISCSI, M_ZERO|M_WAITOK);
H A Discsivar.h134 struct isc_softc *isc;
196 struct isc_softc { struct
300 pdu_alloc(struct isc_softc *isc, int wait)
322 pdu_free(struct isc_softc *isc, pduq_t *pq)
H A Disc_sm.c605 struct isc_softc *sc;
700 struct isc_softc *sc = sp->isc;

Completed in 119 milliseconds