Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/ext-event-transport/
H A Dfmevt_inbound.c325 char rs2burst[FMEV_MAX_RULESET_LEN + 1]; in fmevt_postprocess() local
334 (void) strncpy(rs2burst, ruleset, sizeof (rs2burst)); in fmevt_postprocess()
335 if (!fmevt_rs_burst(NULL, rs2burst, &ns, &subsys, B_FALSE)) { in fmevt_postprocess()