Searched refs:test_read (Results 1 – 2 of 2) sorted by relevance
/titanic_53/usr/src/lib/cfgadm_plugins/ac/common/ |
H A D | mema.c | 1008 ac_mem_test_read_t test_read; in mtest_read() local 1014 (void) memset((void *)&test_read, 0, sizeof (test_read)); in mtest_read() 1017 test_read.handle = DRVHANDLE(handle); in mtest_read() 1018 test_read.page_buf = page_buf; in mtest_read() 1019 test_read.address.page_num = page_no; in mtest_read() 1020 test_read.address.line_offset = line_offset; in mtest_read() 1021 test_read.error_buf = &errbuf; in mtest_read() 1023 test_read.address.line_count = handle->lines_per_page; in mtest_read() 1025 test_read.address.line_count = line_count; in mtest_read() 1027 mema_cmd_init(&cmd, &test_read, outputstr, 0); in mtest_read() [all …]
|
/titanic_53/usr/src/boot/sys/boot/userboot/test/ |
H A D | test.c | 172 test_read(void *arg, void *h, void *dst, size_t size, size_t *resid_return) in test_read() function 390 .read = test_read,
|