Searched defs:srpt_ctxt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_mod.c87 srpt_ctxt_t *srpt_ctxt; variable
173 srpt_ctxt = kmem_zalloc(sizeof (srpt_ctxt_t), KM_SLEEP);
174 ASSERT(srpt_ctxt != NULL);
175 rw_init(&srpt_ctxt->sc_rwlock, NULL, RW_DRIVER, NULL);
178 srpt_ctxt->sc_svc_state = SRPT_SVC_DISABLED;
179 list_create(&srpt_ctxt->sc_ioc_list, sizeof (srpt_ioc_t),
182 list_create(&srpt_ctxt->sc_ioc_list, sizeof (srpt_ioc_t),
188 rw_destroy(&srpt_ctxt->sc_rwlock);
189 kmem_free(srpt_ctxt, sizeof (srpt_ctxt_t));
190 srpt_ctxt
[all...]

Completed in 142 milliseconds