Searched refs:mtest_handle_t (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/cfgadm_plugins/ac/common/ |
H A D | mema_test.h | 54 typedef struct mtest_handle *mtest_handle_t; typedef 56 typedef int mtest_func_t(mtest_handle_t); 101 extern void *mtest_allocate_buf(mtest_handle_t, size_t); 104 extern void mtest_deallocate_buf(mtest_handle_t, void *); 105 extern void mtest_deallocate_buf_all(mtest_handle_t); 113 extern int mtest_write(mtest_handle_t, void *, u_longlong_t, uint_t, uint_t); 114 extern int mtest_read(mtest_handle_t, void *, u_longlong_t, uint_t, uint_t, 121 extern void mtest_message(mtest_handle_t, const char *);
|
H A D | mema_test_subr.c | 39 mtest_handle_t handle, in mtest_allocate_buf() 64 mtest_handle_t handle, in mtest_deallocate_buf() 80 mtest_deallocate_buf_all(mtest_handle_t handle) in mtest_deallocate_buf_all() 92 mtest_message(mtest_handle_t handle, const char *msg) in mtest_message()
|
H A D | mema_test.c | 98 error_summary(mtest_handle_t handle, uint_t total_errors) in error_summary() 108 error_print(char *writebuf, char *readbuf, mtest_handle_t handle, long pageno, in error_print() 133 mtest_handle_t handle) in memory_test_normal() 288 mtest_handle_t handle) in memory_test_quick() 417 mtest_handle_t handle) in memory_test_extended()
|
H A D | mema.c | 966 mtest_handle_t handle, in mtest_write() 1001 mtest_handle_t handle, in mtest_read()
|