| /freebsd-9-stable/sys/arm/conf/ |
| D | ETHERNUT5.hints | 11 hint.map.0.readonly=1 17 hint.map.1.readonly=1 23 hint.map.2.readonly=1 29 #hint.map.3.readonly=1 35 hint.map.4.readonly=1 41 hint.map.5.readonly=1 47 hint.map.6.readonly=1
|
| /freebsd-9-stable/tools/regression/bin/sh/errors/ |
| D | assignment-error1.0 | 11 readonly -p,\ 19 ${SH} -c "readonly a=0; a=2; exit 0" 2>/dev/null && exit 1 25 ${SH} -c "readonly a=0; a=2 ${cmd}; exit 0" 2>/dev/null && exit 1 29 ${SH} -c 'readonly a=0; a=1 true; exit $a' 2>/dev/null || exit 1 30 ${SH} -c 'readonly a=0; a=1 command :; exit $a' 2>/dev/null || exit 1
|
| D | assignment-error2.0 | 5 readonly HOME
|
| D | option-error.0 | 9 readonly -x,
|
| D | redirection-error.0 | 11 readonly -p,
|
| /freebsd-9-stable/sys/mips/conf/ |
| D | PB92.hints | 83 hint.map.0.readonly=1 89 hint.map.1.readonly=0 95 hint.map.2.readonly=1 101 hint.map.3.readonly=0 107 hint.map.4.readonly=0 113 hint.map.5.readonly=1
|
| /freebsd-9-stable/sys/geom/ |
| D | geom_map.c | 60 uint8_t readonly[MAP_MAXSLICE]; member 75 if (dwrite > 0 && sc->readonly[pp->index]) in g_map_access() 207 int readonly, ret; in g_map_parse_part() local 261 if (resource_int_value("map", i, "readonly", &readonly) != 0) in g_map_parse_part() 262 readonly = 0; in g_map_parse_part() 333 sc->readonly[i] = readonly ? 1 : 0; in g_map_parse_part()
|
| D | geom_redboot.c | 74 uint8_t readonly[REDBOOT_MAXSLICE]; member 102 if (dwrite > 0 && sc->readonly[pp->index]) in g_redboot_access() 312 sc->readonly[i] = (strcmp(fd->name, FISDIR_NAME) == 0) || in g_redboot_taste()
|
| /freebsd-9-stable/cddl/contrib/opensolaris/cmd/zhack/ |
| D | zhack.c | 125 import_pool(const char *target, boolean_t readonly) in import_pool() argument 136 kernel_init(readonly ? FREAD : (FREAD | FWRITE)); in import_pool() 142 g_readonly = readonly; in import_pool() 149 if (readonly && spa_open(target, &spa, FTAG) == 0) { in import_pool() 155 g_importargs.can_be_active = readonly; in import_pool() 182 if (readonly) { in import_pool() 200 zhack_spa_open(const char *target, boolean_t readonly, void *tag, spa_t **spa) in zhack_spa_open() argument 204 import_pool(target, readonly); in zhack_spa_open()
|
| /freebsd-9-stable/usr.bin/mail/ |
| D | edit.c | 104 fp = run_editor(setinput(mp), mp->m_size, type, readonly); in edit1() 136 run_editor(FILE *fp, off_t size, int type, int readonly) in run_editor() argument 151 if (readonly && fchmod(t, 0400) == -1) { in run_editor() 191 if (readonly) { in run_editor()
|
| D | lex.c | 115 readonly = 0; in setfile() 117 readonly++; in setfile() 352 if (readonly && com->c_argtype & W) { in execute() 662 if (readonly) in newfileinfo()
|
| D | glob.h | 45 int readonly; /* Will be unable to rewrite file */ variable
|
| /freebsd-9-stable/sys/cddl/contrib/opensolaris/common/zfs/ |
| D | zfeature_common.c | 130 const char *desc, boolean_t readonly, boolean_t mos, in zfeature_register() argument 138 ASSERT(!readonly || !mos); in zfeature_register() 149 feature->fi_can_readonly = readonly; in zfeature_register()
|
| /freebsd-9-stable/contrib/nvi/common/ |
| D | main.c | 66 int ch, flagchk, lflag, secure, startup, readonly, rval, silent; local 93 readonly = 0; 100 readonly = 1; 177 readonly = 1; 269 if (readonly)
|
| /freebsd-9-stable/crypto/openssl/fips/ |
| D | fips_premain.c | 57 "LIB$INITIALIZ"} readonly _align(LONGWORD) 61 "LIB$INITIALIZE"} readonly _align(LONGWORD)
|
| /freebsd-9-stable/sys/xen/ |
| D | gnttab.c | 132 gnttab_grant_foreign_access(domid_t domid, unsigned long frame, int readonly, in gnttab_grant_foreign_access() argument 145 shared[ref].flags = GTF_permit_access | (readonly ? GTF_readonly : 0); in gnttab_grant_foreign_access() 155 unsigned long frame, int readonly) in gnttab_grant_foreign_access_ref() argument 161 shared[ref].flags = GTF_permit_access | (readonly ? GTF_readonly : 0); in gnttab_grant_foreign_access_ref()
|
| /freebsd-9-stable/contrib/llvm/patches/ |
| D | patch-r262261-llvm-r200368-sparc.diff | 57 -define i32 @func() nounwind readonly { 58 +define i32 @func(i32 %a) nounwind readonly {
|
| /freebsd-9-stable/contrib/ntp/sntp/ |
| D | kod_management.h | 15 void kod_init_kod_db(const char *db_file, int readonly);
|
| D | kod_management.c | 181 int readonly in kod_init_kod_db() argument 299 if (!readonly && write_kod_db()) in kod_init_kod_db()
|
| /freebsd-9-stable/tools/regression/bin/sh/expansion/ |
| D | readonly1.0 | 6 readonly v=~:~/:$w
|
| D | arith10.0 | 12 readonly ro=4
|
| /freebsd-9-stable/sys/geom/eli/ |
| D | g_eli_ctl.c | 60 int *nargs, *detach, *readonly; in g_eli_ctl_attach() local 82 readonly = gctl_get_paraml(req, "readonly", sizeof(*readonly)); in g_eli_ctl_attach() 83 if (readonly == NULL) { in g_eli_ctl_attach() 133 if (*detach && *readonly) { in g_eli_ctl_attach() 140 if (*readonly) in g_eli_ctl_attach()
|
| /freebsd-9-stable/tools/regression/bin/sh/builtins/ |
| D | command8.0 | 11 readonly -p,\
|
| D | var-assign2.0 | 11 readonly -p,\
|
| /freebsd-9-stable/libexec/ftpd/ |
| D | extern.h | 97 extern int readonly;
|