Home
last modified time | relevance | path

Searched refs:encobj (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dses_sen.c74 ssc->ses_nobjects * sizeof (encobj)); in sen_softc_init()
84 ssc->ses_objmap = (encobj *) in sen_softc_init()
85 kmem_zalloc(NOBJECTS * sizeof (encobj), KM_SLEEP); in sen_softc_init()
326 encobj *ep; in sen_set_objstat()
H A Dses_safte.c165 ssc->ses_nobjects * sizeof (encobj)); in safte_softc_init()
204 ssc->ses_objmap = (encobj *) in safte_softc_init()
205 kmem_zalloc(ssc->ses_nobjects * sizeof (encobj), KM_SLEEP); in safte_softc_init()
790 encobj *ep; in safte_set_objstat()
947 encobj *ep; in set_objstat_sel()
1083 encobj *ep; in wrslot_stat()
H A Dses_ses.c335 ssc->ses_objmap = (encobj *) in ses_getconfig()
336 kmem_zalloc(nobj * sizeof (encobj), KM_SLEEP); in ses_getconfig()
346 kmem_free(ssc->ses_objmap, (nobj * sizeof (encobj))); in ses_getconfig()
398 ssc->ses_nobjects * sizeof (encobj)); in ses_softc_init()
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dses.h120 } encobj; typedef
133 encobj * ses_objmap; /* objects */