Home
last modified time | relevance | path

Searched refs:srpt_ctxt_t (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_mod.c87 srpt_ctxt_t *srpt_ctxt;
173 srpt_ctxt = kmem_zalloc(sizeof (srpt_ctxt_t), KM_SLEEP); in _init()
189 kmem_free(srpt_ctxt, sizeof (srpt_ctxt_t)); in _init()
221 kmem_free(srpt_ctxt, sizeof (srpt_ctxt_t)); in _fini()
H A Dsrpt_impl.h458 } srpt_ctxt_t; typedef
470 extern srpt_ctxt_t *srpt_ctxt;
H A Dsrpt_cm.c59 extern srpt_ctxt_t *srpt_ctxt;
H A Dsrpt_ch.c55 extern srpt_ctxt_t *srpt_ctxt;
H A Dsrpt_stp.c58 extern srpt_ctxt_t *srpt_ctxt;
/illumos-gate/usr/src/cmd/mdb/common/modules/srpt/
H A Dsrpt.c55 srpt_ctxt_t *srpt; in srpt_ioc_walk_init()
65 list_addr = srpt_global_addr + offsetof(srpt_ctxt_t, sc_ioc_list); in srpt_ioc_walk_init()