Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema_test.h99 extern void *mtest_allocate_buf(mtest_handle_t, size_t);
100 #define mtest_allocate_page_buf(H) mtest_allocate_buf((H), \
H A Dmema_test_subr.c36 mtest_allocate_buf( in mtest_allocate_buf() function