test_write
acd_init_writer(device_t dev, int test_write)
param.test_write = track->test_write ? 1 : 0;
param.test_write = cuesheet->test_write ? 1 : 0;
u_int8_t test_write :1; /* test write enable */
int test_write; /* use test writes, laser turned off */
int test_write;
test_write(testname, sock2);
test_write(testname, sock2);
test_write = 1;
if (ioctl(fd, CDRIOCINITWRITER, &test_write) < 0)
do_DAO(test_write, multi);
do_TAO(test_write, preemp);
do_DAO(int test_write, int multi)
sheet.test_write = test_write;
do_TAO(int test_write, int preemp)
track.test_write = test_write;
int nogap = 0, speed = 4 * 177, test_write = 0;