/netbsd-src/usr.sbin/mscdlabel/ |
H A D | main.c | 132 int readonly = 0; in main() local 143 readonly = 1; in main() 162 readonly = 1; in main() 194 readonly = 1; in main() 196 if (!readonly) { in main()
|
/netbsd-src/external/cddl/osnet/dist/cmd/zhack/ |
H A D | zhack.c | 124 import_pool(const char *target, boolean_t readonly) in import_pool() argument 135 kernel_init(readonly ? FREAD : (FREAD | FWRITE)); in import_pool() 141 g_readonly = readonly; in import_pool() 148 if (readonly && spa_open(target, &spa, FTAG) == 0) { in import_pool() 154 g_importargs.can_be_active = readonly; in import_pool() 181 if (readonly) { in import_pool() 199 zhack_spa_open(const char *target, boolean_t readonly, void *tag, spa_t **spa) in zhack_spa_open() argument 203 import_pool(target, readonly); in zhack_spa_open()
|
/netbsd-src/lib/libc/gen/ |
H A D | utmpx.c | 58 static int readonly = 0; variable 112 readonly = 0; in endutxent() 129 readonly = 1; in getutxent() 253 if (fp != NULL && readonly) in pututxline() 256 if (fp == NULL || readonly) in pututxline() 266 if (fp == NULL || readonly) in pututxline()
|
/netbsd-src/usr.sbin/vnconfig/ |
H A D | vnconfig.c | 100 static int readonly = 0; variable 142 readonly = 1; in main() 158 readonly = 1; in main() 322 if (readonly) in config() 353 ffd = open(file, readonly ? O_RDONLY : O_RDWR); in config()
|
/netbsd-src/external/bsd/nvi/dist/common/ |
H A D | main.c | 74 int ch, flagchk, lflag, secure, startup, readonly, rval, silent; in editor() local 92 readonly = 0; in editor() 99 readonly = 1; in editor() 173 readonly = 1; in editor() 263 if (readonly) in editor()
|
/netbsd-src/usr.sbin/quotaon/ |
H A D | quotaon.c | 74 static int readonly(struct fstab *, const char *); 222 if (strcmp(fs->fs_file, "/") && readonly(fs, fsspec)) { in quotaonoff() 255 readonly(struct fstab *fs, const char *fsspec) in readonly() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | sched-deps.c | 1587 if (deps->readonly || DEBUG_INSN_P (insn)) in add_dependence_list_and_free() 1720 gcc_assert (!deps->readonly); in add_insn_mem_dependence() 1760 if (!deps->readonly) in flush_pending_lists() 1788 if (!deps->readonly) in flush_pending_lists() 2257 if (reload_completed && deps->readonly) in extend_deps_reg_info() 2362 if (!deps->readonly && ref == USE && !DEBUG_INSN_P (insn)) in sched_analyze_reg() 2481 if (!deps->readonly in sched_analyze_1() 2529 if (!deps->readonly) in sched_analyze_1() 2696 if (!deps->readonly) in sched_analyze_2() 2737 if (!deps->readonly) in sched_analyze_2() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | sched-deps.cc | 1587 if (deps->readonly || DEBUG_INSN_P (insn)) in add_dependence_list_and_free() 1720 gcc_assert (!deps->readonly); in add_insn_mem_dependence() 1760 if (!deps->readonly) in flush_pending_lists() 1788 if (!deps->readonly) in flush_pending_lists() 2257 if (reload_completed && deps->readonly) in extend_deps_reg_info() 2362 if (!deps->readonly && ref == USE && !DEBUG_INSN_P (insn)) in sched_analyze_reg() 2481 if (!deps->readonly in sched_analyze_1() 2529 if (!deps->readonly) in sched_analyze_1() 2681 if (!deps->readonly) in sched_analyze_2() 2722 if (!deps->readonly) in sched_analyze_2() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | safe.c | 34 bool checkUnsafeAccess(Scope *sc, Expression *e, bool readonly, bool printmsg) in checkUnsafeAccess() argument 56 if (readonly || !e->type->isMutable()) in checkUnsafeAccess()
|
/netbsd-src/sys/fs/hfs/ |
H A D | hfs_subr.c | 180 mode = vol->readonly ? FREAD : FREAD|FWRITE; in hfs_libcb_opendev() 210 (void)VOP_CLOSE(cbdata->devvp, vol->readonly ? FREAD : in hfs_libcb_opendev() 234 in_vol->readonly ? FREAD : FREAD | FWRITE, NOCRED); in hfs_libcb_closedev()
|
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
H A D | dmu_objset.h | 149 boolean_t readonly, void *tag, objset_t **osp); 151 dmu_objset_type_t type, boolean_t readonly, void *tag, objset_t **osp);
|
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/ |
H A D | pdp11.em | 65 …fprintf (file, _(" -N, --omagic Do not make text readonly, do not page align data (default)\n")… 66 fprintf (file, _(" -n, --nmagic Make text readonly, align data to next page\n")); 67 fprintf (file, _(" -z, --imagic Make text readonly, separate instruction and data spaces\n"));
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/ |
H A D | pdp11.em | 64 …fprintf (file, _(" -N, --omagic Do not make text readonly, do not page align data (default)\n")… 65 fprintf (file, _(" -n, --nmagic Make text readonly, align data to next page\n")); 66 fprintf (file, _(" -z, --imagic Make text readonly, separate instruction and data spaces\n"));
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | safe.d | 46 bool checkUnsafeAccess(Scope* sc, Expression e, bool readonly, bool printmsg) in checkUnsafeAccess() argument 87 if (readonly || !e.type.isMutable()) in checkUnsafeAccess()
|
/netbsd-src/external/bsd/ntp/dist/sntp/ |
H A D | kod_management.c | 183 int readonly in kod_init_kod_db() argument 303 if (!readonly && write_kod_db()) in kod_init_kod_db()
|
H A D | kod_management.h | 17 void kod_init_kod_db(const char *db_file, int readonly);
|
/netbsd-src/usr.bin/mail/ |
H A D | lex.c | 265 readonly = 0; in setfile() 267 readonly++; in setfile() 696 if (readonly && com->c_argtype & W) { in execute() 1077 if (readonly) in newfileinfo()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/corpus_examples/objc/ |
H A D | ClassExtension.m | 10 @property(atomic, assign, readonly) int field2;
|
H A D | ClassCategory.m | 5 @property(atomic, assign, readonly) int field;
|
/netbsd-src/sys/dev/flash/ |
H A D | files.flash | 3 define flashbus { [offset = 0], [size = 0], [readonly = 0], [dynamic = 0] }
|
/netbsd-src/external/bsd/iscsi/dist/include/ |
H A D | conffile.h | 49 int readonly; /* nonzero if file is readonly */ member
|
/netbsd-src/sys/arch/aarch64/aarch64/ |
H A D | db_interface.c | 63 db_accessible_address(vaddr_t addr, bool readonly) in db_accessible_address() argument 78 if (readonly) in db_accessible_address() 84 if (readonly) in db_accessible_address()
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | sshconnect.c | 995 struct sshkey *host_key, int readonly, int clobber_port, in check_host_key() argument 1038 readonly = RDONLY; in check_host_key() 1101 if (!readonly && (num_user_hostfiles == 0 || in check_host_key() 1103 readonly = RDONLY; in check_host_key() 1163 if (readonly || want_cert) in check_host_key() 1203 if (readonly || want_cert) in check_host_key() 1328 if (readonly == ROQUIET) in check_host_key()
|
/netbsd-src/sys/uvm/ |
H A D | uvm_fault.c | 1371 vaddr_t currva, struct vm_page *pg, bool readonly) in uvm_fault_upper_neighbor() argument 1406 readonly ? (flt->enter_prot & ~VM_PROT_WRITE) : in uvm_fault_upper_neighbor() 2058 const bool readonly = uvm_pagereadonly_p(pg) || pg->loan_count > 0; in uvm_fault_lower_neighbor() local 2098 readonly ? (flt->enter_prot & ~VM_PROT_WRITE) : in uvm_fault_lower_neighbor() 2464 const bool readonly = uvm_pagereadonly_p(pg); in uvm_fault_lower_enter() local 2502 KASSERTMSG((flt->access_type & VM_PROT_WRITE) == 0 || !readonly, in uvm_fault_lower_enter() 2508 KASSERT((flt->access_type & VM_PROT_WRITE) == 0 || !readonly); in uvm_fault_lower_enter() 2511 readonly ? flt->enter_prot & ~VM_PROT_WRITE : flt->enter_prot, in uvm_fault_lower_enter()
|
/netbsd-src/sys/external/bsd/drm2/include/drm/ |
H A D | drm_vma_manager.h | 67 bool readonly; member
|