Searched refs:nowrite (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/boot/common/
H A Dboot_utils.h46 extern boolean_t nowrite;
H A Dboot_utils.c34 boolean_t nowrite = B_FALSE; variable
66 if (nowrite)
/illumos-gate/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) {
/illumos-gate/usr/src/uts/common/io/
H A Demul64.c1453 emul64_nowrite_t *nowrite; local
1458 nowrite = emul64_nowrite_alloc(&tgtr->emul64_blkrange);
1465 *prev = nowrite;
1466 nowrite->emul64_nwnext = cur;
1478 nowrite->emul64_blocked.emul64_sb,
1479 nowrite->emul64_blocked.emul64_blkcnt,
1482 emul64_nowrite_free(nowrite);
/illumos-gate/usr/src/cmd/boot/installboot/sparc/
H A Dinstallboot.c916 nowrite = B_TRUE;
940 if (nowrite)
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c70 * 'nowrite' and 'boot_debug' come from boot_common.h.
152 nowrite = B_TRUE;
210 if (nowrite)
913 if (nowrite)
1539 if (nowrite)
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c827 if (nowrite)
1512 nowrite = B_TRUE;
1542 if (nowrite)

Completed in 264 milliseconds