i_ddi_fmtgt
struct i_ddi_fmtgt *tgt = hdl->fh_tgts;
struct i_ddi_fmtgt *tgt;
tgt = kmem_alloc(sizeof (struct i_ddi_fmtgt), KM_SLEEP);
struct i_ddi_fmtgt *tgt, **ptgt;
kmem_free(tgt, sizeof (struct i_ddi_fmtgt));
struct i_ddi_fmtgt *tgt;
struct i_ddi_fmtgt *tgt;
struct i_ddi_fmtgt *ft_next; /* next fm child target */
struct i_ddi_fmtgt *fh_tgts; /* registered fm tgts */