Searched refs:this_test_mesg (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/vts/include/
H A DlibvtsSUNWxfb.h66 - this_test_mesg : the test verbose message for test[0..count-1]
72 this_test_mesg = VTS_DEFINED_VERBOSE_MESG_SUBTEST_VIDEO;
79 int *this_test_mesg; member in struct:gfxtest_info_t
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/vts/
H A Dgfx_vts.c226 free(tests->this_test_mesg);
227 tests->this_test_mesg = NULL;
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/
H A DlibvtsSUNWast.c74 tests->this_test_mesg = (int *)malloc(sizeof (ast_mesg_list));
79 (tests->this_test_mesg == NULL) ||
88 memcpy(tests->this_test_mesg, ast_mesg_list, sizeof (ast_mesg_list));
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/
H A DlibvtsSUNWefb.c74 tests->this_test_mesg = (int *)malloc(sizeof (efb_mesg_list));
79 (tests->this_test_mesg == NULL) ||
88 memcpy(tests->this_test_mesg, efb_mesg_list, sizeof (efb_mesg_list));
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/mga/
H A DlibvtsSUNWmga.c74 tests->this_test_mesg = (int *)malloc(sizeof (mga_mesg_list));
79 (tests->this_test_mesg == NULL) ||
88 memcpy(tests->this_test_mesg, mga_mesg_list, sizeof (mga_mesg_list));

Completed in 15 milliseconds