Searched refs:impact (Results 1 - 14 of 14) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/hxge/
H A Dhxge_fm.h62 ddi_fault_impact_t impact; member in struct:_hxge_fm_ereport_attr
H A Dhxge_fm.c479 ddi_fm_service_impact(hxgep->dip, fm_ereport_attr->impact);
/opensolaris-onvv-gate/usr/src/cmd/fm/scripts/
H A Ddictck.pl227 msgid "$code.impact"
277 /^(.*)\.(type|severity|description|response|impact|action)$/;
299 die "$name: missing entry for \"$code.impact\"\n"
300 unless defined($ids{"$code.impact"});
/opensolaris-onvv-gate/usr/src/cmd/svc/svcs/
H A Dexplain.c30 * be in that state, and what other services it is keeping offline (impact).
43 * Computing an impact list is more involved because the dependencies in the
48 * impact list. The direct dependency is used so that a path from the
52 * Because we always need at least impact counts, we always run
147 uu_list_t *impact; /* list of svcptrs */ member in struct:__anon2019
1325 if (ip->impact != NULL)
1328 ip->impact = uu_list_create(svcptrs, ip, UU_LIST_DEBUG);
1329 if (ip->impact == NULL)
1342 add_svcptr(ip->impact, idsp->svcp);
1344 for (spp = uu_list_first(idsp->svcp->impact);
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_fm.h113 ddi_fault_impact_t impact; member in struct:_nxge_fm_ereport_attr
H A Dnxge_common_impl.h298 #define FM_REPORT_FAULT(nxgep, impact, location, msg)\
299 ddi_dev_report_fault(nxgep->dip, impact, location, msg)
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dbofi.c4728 ddi_fault_impact_t impact; local
4765 impact = DDI_SERVICE_LOST;
4768 impact = DDI_SERVICE_DEGRADED;
4771 impact = DDI_SERVICE_RESTORED;
4773 impact = DDI_SERVICE_UNAFFECTED;
4774 if (ep->errstate.severity > impact)
4775 ep->errstate.severity = impact;
/opensolaris-onvv-gate/usr/src/pkg/
H A DREADME.pkg391 Package removals have impact on the rest of the system. Before marking
/opensolaris-onvv-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fm.c895 ddi_fm_service_impact(nxgep->dip, fm_ereport_attr->impact);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/
H A DPPPort.pm15 increasing its flexibility, and reducing the impact on the C namespace
/opensolaris-onvv-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_extern.h222 int impact);
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c11231 emlxs_fm_service_impact(emlxs_hba_t *hba, int impact) argument
11237 if (impact == NULL) {
11242 (impact == DDI_SERVICE_DEGRADED)) {
11243 impact = DDI_SERVICE_UNAFFECTED;
11246 ddi_fm_service_impact(hba->dip, impact);
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dsunddi.c9147 ddi_dev_report_fault(dev_info_t *dip, ddi_fault_impact_t impact, argument
9157 fd.f_impact = impact;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl6360 The C<catch()> subroutine is the essence of fast and low-impact. We simply

Completed in 380 milliseconds