Searched refs:test_write (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/usr.sbin/burncd/ |
H A D | burncd.c | 73 int nogap = 0, speed = 4 * 177, test_write = 0; in main() local 121 test_write = 1; in main() 260 if (ioctl(fd, CDRIOCINITWRITER, &test_write) < 0) in main() 265 do_DAO(test_write, multi); in main() 267 do_TAO(test_write, preemp); in main() 341 do_DAO(int test_write, int multi) in do_DAO() argument 414 sheet.test_write = test_write; in do_DAO() 441 do_TAO(int test_write, int preemp) in do_TAO() argument 447 track.test_write = test_write; in do_TAO()
|
/dflybsd-src/sys/sys/ |
H A D | cdrio.h | 62 int test_write; /* use test writes, laser turned off */ member 91 int test_write; member
|
/dflybsd-src/tools/regression/sockets/sigpipe/ |
H A D | sigpipe.c | 104 test_write(const char *testname, int sock) in test_write() function 160 test_write(testname, sock2); in test_write_wantsignal() 179 test_write(testname, sock2); in test_write_dontsignal()
|
/dflybsd-src/sys/dev/disk/nata/ |
H A D | atapi-cd.h | 198 u_int8_t test_write :1; /* test write enable */ member
|
H A D | atapi-cd.c | 1117 acd_init_writer(device_t dev, int test_write) in acd_init_writer() argument 1188 param.test_write = track->test_write ? 1 : 0; in acd_init_track() 1331 param.test_write = cuesheet->test_write ? 1 : 0; in acd_send_cue()
|