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

123456

/netbsd-current/sys/arch/alpha/stand/mkbootimage/
H A Dmkbootimage.c64 int c, verbose, nowrite, infd, outfd; local
66 verbose = nowrite = 0;
72 nowrite = 1;
147 if (nowrite)
/netbsd-current/sys/arch/mipsco/stand/installboot/
H A Dinstallboot.c64 int verbose, nowrite; variable
83 rflag = lflag = verbose = nowrite = 0;
93 nowrite = 1;
208 if (nowrite) {
/netbsd-current/sys/modules/examples/ping/
H A Dping.c56 .d_write = nowrite,
/netbsd-current/crypto/external/bsd/openssl/dist/util/
H A Dmkerr.pl21 my $nowrite = 0;
59 -nowrite Do not write the header/source files, even if changed.
70 implies -nowrite.
92 } elsif ( $arg eq "-nowrite" ) {
93 $nowrite = 1;
102 $nowrite = 1;
294 next if $nowrite;
/netbsd-current/sys/arch/emips/ebus/
H A Dstub_ebus.c104 .d_write = nowrite,
/netbsd-current/sys/modules/examples/ping_block/
H A Dping.c56 .d_write = nowrite,
/netbsd-current/sys/modules/examples/mapper/
H A Dmapper.c57 .d_write = nowrite,
/netbsd-current/sys/arch/prep/stand/installboot/
H A Dinstallboot.c41 int nowrite, verbose; variable
233 nowrite = 1;
274 if (nowrite) {
/netbsd-current/sys/arch/mvme68k/stand/installboot/
H A Dinstallboot.c52 int verbose, nowrite, hflag; variable
110 nowrite = 1;
153 if (nowrite)
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dlogger.c189 goto nowrite;
192 goto nowrite;
206 nowrite:
/netbsd-current/sys/arch/atari/stand/installboot/
H A Dinstallboot.c78 static bool nowrite; variable
119 nowrite = true;
268 if (!nowrite) {
337 if (!nowrite) {
504 if (!nowrite) {
/netbsd-current/crypto/external/bsd/openssl.old/dist/util/
H A Dmkerr.pl18 my $nowrite = 0;
56 -nowrite Do not write the header/source files, even if changed.
67 implies -nowrite.
89 } elsif ( $arg eq "-nowrite" ) {
90 $nowrite = 1;
99 $nowrite = 1;
422 next if $nowrite;
/netbsd-current/sys/arch/mipsco/obio/
H A Di82072.c66 .d_write = nowrite,
/netbsd-current/sys/modules/examples/readhappy/
H A Dreadhappy.c104 .d_write = nowrite,
/netbsd-current/sys/dev/ppbus/
H A Dpps_ppbus.c68 .d_write = nowrite,
/netbsd-current/sys/dev/scsipi/
H A Duk.c82 .d_write = nowrite,
/netbsd-current/sys/modules/examples/readhappy_mpsafe/
H A Dreadhappy_mpsafe.c125 .d_write = nowrite,
/netbsd-current/sys/modules/examples/luareadhappy/
H A Dluareadhappy.c72 .d_write = nowrite,
/netbsd-current/sys/kern/
H A Dsubr_fault.c234 .d_write = nowrite,
/netbsd-current/sys/dev/acpi/
H A Dacpi_dev.c48 .d_write = nowrite,
/netbsd-current/sys/dev/
H A Dradio.c71 .d_write = nowrite,
H A Dveriexec.c59 .d_write = nowrite,
/netbsd-current/sys/dev/ic/
H A Dicp_ioctl.c101 .d_write = nowrite,
/netbsd-current/sys/dev/wsfont/
H A Dwsfontdev.c160 .d_write = nowrite,
/netbsd-current/sys/arch/sh3/dev/
H A Dwdog.c74 .d_write = nowrite,

Completed in 403 milliseconds

123456