Searched refs:test_write (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c972 ac_mem_test_write_t test_write; local
977 (void) memset((void *)&test_write, 0, sizeof (test_write));
979 test_write.handle = DRVHANDLE(handle);
980 test_write.page_buf = page_buf;
981 test_write.address.page_num = page_no;
982 test_write.address.line_offset = line_offset;
984 test_write.address.line_count = handle->lines_per_page;
986 test_write.address.line_count = line_count;
988 mema_cmd_init(&cmd, &test_write, outputst
[all...]

Completed in 23 milliseconds