Searched refs:mtest_handle_t (Results 1 – 4 of 4) sorted by relevance
| /illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/ |
| H A D | mema_test.h | 52 typedef struct mtest_handle *mtest_handle_t; typedef 54 typedef int mtest_func_t(mtest_handle_t); 99 extern void *mtest_allocate_buf(mtest_handle_t, size_t); 102 extern void mtest_deallocate_buf(mtest_handle_t, void *); 103 extern void mtest_deallocate_buf_all(mtest_handle_t); 111 extern int mtest_write(mtest_handle_t, void *, u_longlong_t, uint_t, uint_t); 112 extern int mtest_read(mtest_handle_t, void *, u_longlong_t, uint_t, uint_t, 119 extern void mtest_message(mtest_handle_t, const char *);
|
| H A D | mema_test_subr.c | 37 mtest_handle_t handle, in mtest_allocate_buf() 62 mtest_handle_t handle, in mtest_deallocate_buf() 78 mtest_deallocate_buf_all(mtest_handle_t handle) in mtest_deallocate_buf_all() 90 mtest_message(mtest_handle_t handle, const char *msg) in mtest_message()
|
| H A D | mema_test.c | 96 error_summary(mtest_handle_t handle, uint_t total_errors) in error_summary() 106 error_print(char *writebuf, char *readbuf, mtest_handle_t handle, long pageno, in error_print() 131 mtest_handle_t handle) in memory_test_normal() 286 mtest_handle_t handle) in memory_test_quick() 415 mtest_handle_t handle) in memory_test_extended()
|
| H A D | mema.c | 964 mtest_handle_t handle, in mtest_write() 999 mtest_handle_t handle, in mtest_read()
|