Home
last modified time | relevance | path

Searched refs:readonly (Results 1 – 25 of 123) sorted by relevance

12345

/freebsd-9-stable/sys/arm/conf/
DETHERNUT5.hints11 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/
Dassignment-error1.011 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
Dassignment-error2.05 readonly HOME
Doption-error.09 readonly -x,
Dredirection-error.011 readonly -p,
/freebsd-9-stable/sys/mips/conf/
DPB92.hints83 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/
Dgeom_map.c60 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()
Dgeom_redboot.c74 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/
Dzhack.c125 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/
Dedit.c104 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()
Dlex.c115 readonly = 0; in setfile()
117 readonly++; in setfile()
352 if (readonly && com->c_argtype & W) { in execute()
662 if (readonly) in newfileinfo()
Dglob.h45 int readonly; /* Will be unable to rewrite file */ variable
/freebsd-9-stable/sys/cddl/contrib/opensolaris/common/zfs/
Dzfeature_common.c130 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/
Dmain.c66 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/
Dfips_premain.c57 "LIB$INITIALIZ"} readonly _align(LONGWORD)
61 "LIB$INITIALIZE"} readonly _align(LONGWORD)
/freebsd-9-stable/sys/xen/
Dgnttab.c132 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/
Dpatch-r262261-llvm-r200368-sparc.diff57 -define i32 @func() nounwind readonly {
58 +define i32 @func(i32 %a) nounwind readonly {
/freebsd-9-stable/contrib/ntp/sntp/
Dkod_management.h15 void kod_init_kod_db(const char *db_file, int readonly);
Dkod_management.c181 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/
Dreadonly1.06 readonly v=~:~/:$w
Darith10.012 readonly ro=4
/freebsd-9-stable/sys/geom/eli/
Dg_eli_ctl.c60 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/
Dcommand8.011 readonly -p,\
Dvar-assign2.011 readonly -p,\
/freebsd-9-stable/libexec/ftpd/
Dextern.h97 extern int readonly;

12345