Searched refs:test_write (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/cfgadm_plugins/ac/common/ |
H A D | mema.c | 972 ac_mem_test_write_t test_write; in mtest_write() local 977 (void) memset((void *)&test_write, 0, sizeof (test_write)); in mtest_write() 979 test_write.handle = DRVHANDLE(handle); in mtest_write() 980 test_write.page_buf = page_buf; in mtest_write() 981 test_write.address.page_num = page_no; in mtest_write() 982 test_write.address.line_offset = line_offset; in mtest_write() 984 test_write.address.line_count = handle->lines_per_page; in mtest_write() 986 test_write.address.line_count = line_count; in mtest_write() 988 mema_cmd_init(&cmd, &test_write, outputstr, 0); in mtest_write() 989 dump_ioctl(AC_MEM_TEST_WRITE, &test_write); in mtest_write() [all …]
|
/titanic_50/usr/src/cmd/cdrw/ |
H A D | misc_scsi.h | 105 int prepare_for_write(cd_device *dev, int track_mode, int test_write,
|
H A D | misc_scsi.c | 474 prepare_for_write(cd_device *dev, int track_mode, int test_write, in prepare_for_write() argument 506 if (no_err && test_write && (buf[2] & 0x10)) { in prepare_for_write() 518 if (test_write && (!reset_device)) { in prepare_for_write() 525 if (!test_write) { in prepare_for_write()
|