i_ddi_errhdl
struct i_ddi_errhdl *errhdl;
struct i_ddi_errhdl *new_eh;
new_eh = kmem_zalloc(sizeof (struct i_ddi_errhdl), KM_SLEEP);
kmem_free(tgt->ft_errhdl, sizeof (struct i_ddi_errhdl));
struct i_ddi_errhdl *errhdl;
struct i_ddi_errhdl *ft_errhdl; /* error handler */