Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg_test.c50 nvlist_t *auth, *fmri, *list, *test_arr[TEST_ARR_SZ]; in main() local
109 if (nvlist_alloc(&test_arr[i], NV_UNIQUE_NAME, 0) != 0) { in main()
114 err |= nvlist_add_uint8(test_arr[i], "index", i); in main()
116 err |= nvlist_add_nvlist_array(list, "test_arr", test_arr, TEST_ARR_SZ); in main()
245 nvlist_free(test_arr[i]); in main()
H A Dfmd_msg_test.out30 code TEST-8000-08 item 5 = <<Variable expansion for arrays: index = %<test_arr[1].index>>>
39 REC-ACTION: Variable expansion for arrays: index = %<test_arr[1].index>
71 code TEST-8000-08 item 5 = <<Variable expansion for arrays: index = %<test_arr[1].index>>>
80 REC-ACTION: Variable expansion for arrays: index = %<test_arr[1].index>
/illumos-gate/usr/src/cmd/fm/dicts/
H A DTEST.po40 msgstr "Variable expansion for arrays: index = %<test_arr[1].index>"