Lines Matching defs:cfiscsi_softc

169 static struct cfiscsi_target	*cfiscsi_target_find(struct cfiscsi_softc
172 struct cfiscsi_softc *softc, const char *name, const char *alias);
176 static struct cfiscsi_softc cfiscsi_softc;
1207 cfiscsi_session_new(struct cfiscsi_softc *softc)
1260 struct cfiscsi_softc *softc;
1262 softc = &cfiscsi_softc;
1285 struct cfiscsi_softc *softc;
1288 softc = &cfiscsi_softc;
1312 cs = cfiscsi_session_new(&cfiscsi_softc);
1322 cv_signal(&cfiscsi_softc.accept_cv);
1329 struct cfiscsi_softc *softc;
1357 struct cfiscsi_softc *softc;
1401 struct cfiscsi_softc *softc;
1408 softc = &cfiscsi_softc;
1439 mtx_lock(&cfiscsi_softc.lock);
1440 TAILQ_FOREACH(cs, &cfiscsi_softc.sessions, cs_next) {
1445 mtx_unlock(&cfiscsi_softc.lock);
1452 mtx_unlock(&cfiscsi_softc.lock);
1561 struct cfiscsi_softc *softc;
1566 softc = &cfiscsi_softc;
1631 struct cfiscsi_softc *softc;
1635 softc = &cfiscsi_softc;
1681 struct cfiscsi_softc *softc;
1685 softc = &cfiscsi_softc;
1733 if (cfiscsi_softc.listener == NULL) {
1748 error = icl_listen_add(cfiscsi_softc.listener, cilp->iser, cilp->domain,
1771 mtx_lock(&cfiscsi_softc.lock);
1773 TAILQ_FOREACH(cs, &cfiscsi_softc.sessions, cs_next) {
1779 error = cv_wait_sig(&cfiscsi_softc.accept_cv, &cfiscsi_softc.lock);
1781 mtx_unlock(&cfiscsi_softc.lock);
1787 mtx_unlock(&cfiscsi_softc.lock);
1819 mtx_lock(&cfiscsi_softc.lock);
1820 TAILQ_FOREACH(cs, &cfiscsi_softc.sessions, cs_next) {
1825 mtx_unlock(&cfiscsi_softc.lock);
1830 mtx_unlock(&cfiscsi_softc.lock);
1887 mtx_lock(&cfiscsi_softc.lock);
1888 TAILQ_FOREACH(cs, &cfiscsi_softc.sessions, cs_next) {
1893 mtx_unlock(&cfiscsi_softc.lock);
1899 mtx_unlock(&cfiscsi_softc.lock);
1972 ct = cfiscsi_target_find_or_create(&cfiscsi_softc, target, alias);
2080 ct = cfiscsi_target_find(&cfiscsi_softc, target);
2188 struct cfiscsi_softc *softc;
2209 cfiscsi_target_find(struct cfiscsi_softc *softc, const char *name)
2228 cfiscsi_target_find_or_create(struct cfiscsi_softc *softc, const char *name,
2317 struct cfiscsi_softc *softc;
2351 struct cfiscsi_softc *softc;