Lines Matching refs:rec_nvl
48 (void) nvlist_lookup_string(rp->rec_nvl, FM_SUSPECT_UUID, &uuid); in flt_short()
49 (void) nvlist_lookup_string(rp->rec_nvl, FM_SUSPECT_DIAG_CODE, &code); in flt_short()
51 (void) nvlist_lookup_string(rp->rec_nvl, FM_CLASS, &class); in flt_short()
79 (void) nvlist_lookup_uint32(rp->rec_nvl, FM_SUSPECT_FAULT_SZ, &size); in flt_verb1()
82 (void) nvlist_lookup_nvlist_array(rp->rec_nvl, in flt_verb1()
84 (void) nvlist_lookup_uint8_array(rp->rec_nvl, in flt_verb1()
160 (void) nvlist_lookup_string(rp->rec_nvl, FM_SUSPECT_UUID, &uuid); in flt_verb23_cmn()
161 (void) nvlist_lookup_string(rp->rec_nvl, FM_SUSPECT_DIAG_CODE, &code); in flt_verb23_cmn()
163 (void) nvlist_lookup_string(rp->rec_nvl, FM_CLASS, &class); in flt_verb23_cmn()
191 nvlist_prt(rp->rec_nvl, pctl); in flt_verb23_cmn()
193 nvlist_print(fp, rp->rec_nvl); in flt_verb23_cmn()
254 if ((msg = fmd_msg_gettext_nv(g_msg, NULL, rp->rec_nvl)) == NULL) { in flt_msg()
255 (void) nvlist_lookup_string(rp->rec_nvl, FM_SUSPECT_UUID, in flt_msg()
257 (void) nvlist_lookup_string(rp->rec_nvl, FM_SUSPECT_DIAG_CODE, in flt_msg()