Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/smf/
H A Dsmf_diag.c120 char *rsn = NULL, *rsnl = NULL, *svcname = NULL; in swde_smf_recv() local
153 if (nvlist_lookup_string(attr, "reason-long", &rsnl) != 0) { in swde_smf_recv()
200 if (rsnl != NULL) in swde_smf_recv()
201 (void) nvlist_add_string(defect, "reason-long", rsnl); in swde_smf_recv()
/illumos-gate/usr/src/cmd/fm/modules/common/ext-event-transport/
H A Dfmevt_inbound_smf.c138 char *svcname, *rsn, *rsnl; in fmevt_pp_smf() local
151 nvlist_lookup_string(rawattr, "reason-long", &rsnl) != 0 || in fmevt_pp_smf()
184 nvlist_add_string(myattr, "reason-long", rsnl) != 0) { in fmevt_pp_smf()