Home
last modified time | relevance | path

Searched refs:mtest_allocate_page_buf (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema_test.c145 patternbuf1 = (pbuf_t *)mtest_allocate_page_buf(handle); in memory_test_normal()
146 patternbuf2 = (pbuf_t *)mtest_allocate_page_buf(handle); in memory_test_normal()
147 readbuf = (pbuf_t *)mtest_allocate_page_buf(handle); in memory_test_normal()
300 patternbuf1 = (pbuf_t *)mtest_allocate_page_buf(handle); in memory_test_quick()
301 patternbuf2 = (pbuf_t *)mtest_allocate_page_buf(handle); in memory_test_quick()
302 readbuf = (pbuf_t *)mtest_allocate_page_buf(handle); in memory_test_quick()
429 patternbuf0 = (pbuf_t *)mtest_allocate_page_buf(handle); in memory_test_extended()
430 patternbuf1 = (pbuf_t *)mtest_allocate_page_buf(handle); in memory_test_extended()
431 readbuf0 = (pbuf_t *)mtest_allocate_page_buf(handle); in memory_test_extended()
432 readbuf1 = (pbuf_t *)mtest_allocate_page_buf(handle); in memory_test_extended()
[all …]
H A Dmema_test.h102 #define mtest_allocate_page_buf(H) mtest_allocate_buf((H), \ macro