Lines Matching refs:items
417 nvlist_t *items;
423 items = asr_nvl_alloc();
424 if (items == NULL) {
426 return (items);
430 (void) asr_nvl_add_str(items, ASR_FLT_DESCRIPTION, desc);
431 (void) asr_nvl_add_str(items, ASR_FLT_SEVERITY, sev);
432 (void) asr_nvl_add_str(items, ASR_FLT_REASON, reason);
440 items, ASR_FLT_DESCRIPTION, desc);
445 items, ASR_FLT_SEVERITY, sev);
452 return (items);
490 nvlist_t *items = NULL;
514 items = asr_get_fmsg_items(fault);
515 if (items != NULL) {
517 items, ASR_FLT_SEVERITY, &severity);
519 items, ASR_FLT_DESCRIPTION, &description);
521 items, ASR_FLT_REASON, &reason);
646 asr_nvl_free(items);