Home
last modified time | relevance | path

Searched refs:nowrite (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/ucbcmd/touch/
H A Dtouch.c55 int nowrite;
246 nowrite = access(filename, R_OK|W_OK);
247 if (nowrite && !force) {
286 if (nowrite && force) {
/titanic_50/usr/src/cmd/boot/common/
H A Dboot_utils.c34 boolean_t nowrite = B_FALSE; variable
66 if (nowrite) in write_out()
H A Dboot_utils.h46 extern boolean_t nowrite;
/titanic_50/usr/src/uts/common/io/
H A Demul64.c1453 emul64_nowrite_t *nowrite; in emul64_write_off() local
1458 nowrite = emul64_nowrite_alloc(&tgtr->emul64_blkrange); in emul64_write_off()
1465 *prev = nowrite; in emul64_write_off()
1466 nowrite->emul64_nwnext = cur; in emul64_write_off()
1478 nowrite->emul64_blocked.emul64_sb, in emul64_write_off()
1479 nowrite->emul64_blocked.emul64_blkcnt, in emul64_write_off()
1482 emul64_nowrite_free(nowrite); in emul64_write_off()
/titanic_50/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c154 nowrite = B_TRUE; in main()
212 if (nowrite) in main()
912 if (nowrite) in get_disk_fd()
1531 if (nowrite) in get_raw_partition_fd()
/titanic_50/usr/src/cmd/boot/installboot/
H A Dinstallboot.c916 nowrite = B_TRUE; in main()
940 if (nowrite) in main()