Home
last modified time | relevance | path

Searched refs:fmd_hdl_ops_t (Results 1 – 24 of 24) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/software-response/
H A Dswrp_main.c33 static const fmd_hdl_ops_t swrp_ops = {
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/software-diagnosis/
H A Dswde_main.c33 static const fmd_hdl_ops_t swde_ops = {
/illumos-gate/usr/src/cmd/fm/modules/common/ext-event-transport/
H A Dfmevt_main.c43 static const fmd_hdl_ops_t fmd_ops = {
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.h111 } fmd_hdl_ops_t; typedef
120 const fmd_hdl_ops_t *fmdi_ops; /* ops vector for client */
H A Dfmd_self.c180 static const fmd_hdl_ops_t self_ops = {
H A Dfmd_api.c362 fmd_hdl_ops_t ops; in fmd_hdl_register()
403 bcopy(mip->fmdi_ops, &ops, offsetof(fmd_hdl_ops_t, fmdo_send)); in fmd_hdl_register()
406 offsetof(fmd_hdl_ops_t, fmdo_topo)); 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_sysevent.c420 static const fmd_hdl_ops_t sysev_ops = {
H A Dfmd_module.c530 const fmd_hdl_ops_t *ops = mp->mod_info->fmdi_ops; in fmd_module_dispatch()
/illumos-gate/usr/src/cmd/fm/modules/common/sp-monitor/
H A Dsp_monitor.c119 static const fmd_hdl_ops_t fmd_ops = {
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfabric-xlate.c152 static const fmd_hdl_ops_t fmd_ops = {
/illumos-gate/usr/src/cmd/fm/modules/common/fdd-msg/
H A Dfdd_msg.c241 static const fmd_hdl_ops_t fmd_ops = {
/illumos-gate/usr/src/cmd/fm/modules/common/disk-lights/
H A Ddisk_lights.c62 static const fmd_hdl_ops_t fmd_ops = {
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddisk_monitor.c320 static const fmd_hdl_ops_t fmd_ops = {
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deft.c152 static const fmd_hdl_ops_t eft_ops = {
/illumos-gate/usr/src/cmd/fm/modules/common/io-retire/
H A Drio_main.c304 static const fmd_hdl_ops_t fmd_ops = {
/illumos-gate/usr/src/cmd/fm/modules/common/disk-transport/
H A Ddisk_transport.c259 static const fmd_hdl_ops_t fmd_ops = {
/illumos-gate/usr/src/cmd/fm/modules/common/syslog-msgs/
H A Dsyslog.c325 static const fmd_hdl_ops_t fmd_ops = {
/illumos-gate/usr/src/cmd/fm/modules/common/sensor-transport/
H A Dsensor_transport.c435 static const fmd_hdl_ops_t fmd_ops = {
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-retire/
H A Dzfs_retire.c587 static const fmd_hdl_ops_t fmd_ops = {
/illumos-gate/usr/src/cmd/fm/modules/common/cpumem-retire/
H A Dcma_main.c563 static const fmd_hdl_ops_t fmd_ops = {
/illumos-gate/usr/src/cmd/fm/modules/common/ses-log-transport/
H A Dses_log_transport.c1126 static const fmd_hdl_ops_t fmd_ops = {
/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c919 static const fmd_hdl_ops_t fmd_ops = {
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-diagnosis/
H A Dzfs_de.c1051 static const fmd_hdl_ops_t fmd_ops = {
/illumos-gate/usr/src/cmd/fm/modules/common/event-transport/
H A Detm.c1423 static const fmd_hdl_ops_t etm_ops = {