Home
last modified time | relevance | path

Searched refs:fmdi_ops (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.c392 mip->fmdi_vers == NULL || mip->fmdi_ops == NULL) in fmd_hdl_register()
403 bcopy(mip->fmdi_ops, &ops, offsetof(fmd_hdl_ops_t, fmdo_send)); in fmd_hdl_register()
405 bcopy(mip->fmdi_ops, &ops, in fmd_hdl_register()
408 bcopy(mip->fmdi_ops, &ops, sizeof (ops)); in fmd_hdl_register()
500 mp->mod_info->fmdi_ops = fmd_alloc(sizeof (fmd_hdl_ops_t), FMD_SLEEP); in fmd_hdl_register()
501 bcopy(&ops, (void *)mp->mod_info->fmdi_ops, sizeof (fmd_hdl_ops_t)); in fmd_hdl_register()
639 fmd_free((void *)mp->mod_info->fmdi_ops, sizeof (fmd_hdl_ops_t)); in fmd_module_unregister()
H A Dfmd_api.h120 const fmd_hdl_ops_t *fmdi_ops; /* ops vector for client */ member
H A Dfmd_module.c530 const fmd_hdl_ops_t *ops = mp->mod_info->fmdi_ops; in fmd_module_dispatch()
615 return (mp->mod_info->fmdi_ops->fmdo_send(hdl, xp, e, ep->ev_nvl)); in fmd_module_transport()