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

/netbsd-6-1-5-RELEASE/sbin/apmlabel/
H A Dapmlabel.c304 int write_it; /* update in-core label if changed */ local
309 write_it = 0;
322 write_it = 1;
333 if ((sd = opendisk(argv[0], write_it ? O_RDWR : O_RDONLY, name,
346 if (write_it) {
/netbsd-6-1-5-RELEASE/sbin/mbrlabel/
H A Dmbrlabel.c256 int write_it; /* update in-core label if changed */ local
263 write_it = 0;
291 write_it = 1;
302 if ((sd = opendisk(argv[0], write_it ? O_RDWR : O_RDONLY, name,
315 if (write_it) {
/netbsd-6-1-5-RELEASE/sbin/svhlabel/
H A Dsvhlabel.c296 int write_it; /* update in-core label if changed */ local
301 write_it = 0;
314 write_it = 1;
325 if ((sd = opendisk(argv[0], write_it ? O_RDWR : O_RDONLY, name,
338 if (write_it) {

Completed in 84 milliseconds