Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema_test.c164 if (mtest_write(handle, (void *)patternbuf1, pageno, 0, 0) in memory_test_normal()
205 if (mtest_write(handle, (void *)patternbuf2, pageno, 0, 0) in memory_test_normal()
243 if (mtest_write(handle, (void *)patternbuf1, pageno, 0, 0) in memory_test_normal()
319 if (mtest_write(handle, (void *)patternbuf1, pageno, 0, 0) in memory_test_quick()
361 if (mtest_write(handle, (void *)patternbuf2, pageno, 0, 0) in memory_test_quick()
451 if (mtest_write(handle, (void *)patternbuf0, pageno, 0, 0) in memory_test_extended()
493 if (mtest_write(handle, (void*)patternbuf1, pageno, in memory_test_extended()
514 if (mtest_write(handle, (void*)patternbuf0, pageno, in memory_test_extended()
535 if (mtest_write(handle, (void*)patternbuf1, pageno, in memory_test_extended()
593 if (mtest_write(handle, (void*)patternbuf0, pageno, in memory_test_extended()
[all …]
H A Dmema_test.h113 extern int mtest_write(mtest_handle_t, void *, u_longlong_t, uint_t, uint_t);
H A Dmema.c965 mtest_write( in mtest_write() function