/illumos-gate/usr/src/uts/common/xen/sys/ |
H A D | gnttab.h | 87 int gnttab_grant_foreign_access(domid_t, gnttab_frame_t, int readonly); 94 int gnttab_end_foreign_access_ref(grant_ref_t ref, int readonly); 102 void gnttab_end_foreign_access(grant_ref_t ref, int readonly, 134 gnttab_frame_t frame, int readonly);
|
/illumos-gate/usr/src/cmd/zhack/ |
H A D | zhack.c | 123 zhack_import(char *target, boolean_t readonly) in zhack_import() argument 129 kernel_init(readonly ? FREAD : (FREAD | FWRITE)); in zhack_import() 133 g_readonly = readonly; in zhack_import() 134 g_importargs.can_be_active = readonly; in zhack_import() 143 if (readonly) { in zhack_import() 151 (readonly ? ZFS_IMPORT_SKIP_MMP : ZFS_IMPORT_NORMAL)); in zhack_import() 162 zhack_spa_open(char *target, boolean_t readonly, void *tag, spa_t **spa) in zhack_spa_open() argument 166 zhack_import(target, readonly); in zhack_spa_open()
|
/illumos-gate/usr/src/uts/common/xen/os/ |
H A D | gnttab.c | 253 gnttab_grant_foreign_access(domid_t domid, gnttab_frame_t frame, int readonly) in gnttab_grant_foreign_access() argument 265 shared[ref].flags = GTF_permit_access | (readonly ? GTF_readonly : 0); in gnttab_grant_foreign_access() 272 gnttab_frame_t frame, int readonly) in gnttab_grant_foreign_access_ref() argument 279 shared[ref].flags = GTF_permit_access | (readonly ? GTF_readonly : 0); in gnttab_grant_foreign_access_ref() 297 gnttab_end_foreign_access_ref(grant_ref_t ref, int readonly) in gnttab_end_foreign_access_ref() argument 315 gnttab_end_foreign_access(grant_ref_t ref, int readonly, gnttab_frame_t page) in gnttab_end_foreign_access() argument 319 if (gnttab_end_foreign_access_ref(ref, readonly)) { in gnttab_end_foreign_access()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | make.probe | 87 #endif' > readonly.$src 160 readonly= 1606 1) rm -f readonly.$exe 1614 do rm -f readonly.$exe 1615 if $cc -o readonly.$exe $co $1 readonly.$src && $executable readonly.$exe 1616 then if ./readonly.$exe >/dev/null 2>&1 1618 else readonly=$1 1624 rm -f readonly.$exe readonly.s 1625 if $cc -S readonly.$src && test -f readonly.s 1632 readonly.s > ro.s && $cc -o readonly.$exe ro.s && $executable readonly.$exe [all …]
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | temptable.test | 350 catch {file attributes test.db -readonly 1} 353 …error "Unable to make the database file test.db readonly - rerun this test as an unprivileged user" 361 …error "Unable to make the database file test.db readonly - rerun this test as an unprivileged user" 366 } {1 {attempt to write a readonly database}} 380 …error "Unable to make the database file test.db readonly - rerun this test as an unprivileged user" 386 } {1 {attempt to write a readonly database}}
|
H A D | version.test | 180 catch {file attributes test.db -readonly 1} 182 …error "Unable to make the database file test.db readonly - rerun this test as an unprivileged user" 186 } {1 {unable to upgrade database to the version 2.6 format: attempt to write a readonly database}}
|
H A D | delete.test | 264 catch {file attributes test.db -readonly 1} 270 } {1 {attempt to write a readonly database}} 278 } {1 {attempt to write a readonly database}}
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | lex.c | 177 readonly = 0; in setfile() 179 readonly = Passeren() == -1; in setfile() 185 if (!readonly) in setfile() 187 readonly++; in setfile() 556 if (readonly && com->c_argtype & W) { in execute() 908 if (readonly) in newfileinfo()
|
H A D | edit.c | 158 if (readonly) in edit1() 193 if (readonly) { in edit1()
|
H A D | init.c | 123 int readonly; /* Will be unable to rewrite file */ variable
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | pkgserv.c | 251 pkgopenserver_i(const char *root, const char *sadmdir, boolean_t readonly, in pkgopenserver_i() argument 274 if (readonly) { in pkgopenserver_i() 295 server->onetime = readonly; in pkgopenserver_i() 332 if (readonly) { in pkgopenserver_i() 386 if (readonly) in pkgopenserver_i()
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | ocfile.c | 377 boolean_t readonly = B_FALSE; in socfile() local 396 readonly = B_TRUE; in socfile() 399 newserver = pkgopenserver(NULL, pkgadm_dir, readonly); in socfile()
|
/illumos-gate/usr/src/lib/libelfsign/common/ |
H A D | elfcertlib.c | 689 boolean_t readonly; in elfcertlib_settoken() local 693 readonly = B_TRUE; in elfcertlib_settoken() 701 KMF_READONLY_ATTR, &readonly, sizeof (readonly)); in elfcertlib_settoken()
|
/illumos-gate/usr/src/cmd/hal/hald/ |
H A D | property.c | 49 gboolean readonly; member 346 prop->readonly = val; in hal_property_set_attribute() 365 return prop->readonly; in hal_property_get_attribute()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | builtins.c | 72 "export", NV_BLTIN|BLT_ENV|BLT_SPC|BLT_DCL,bltin(readonly), 88 "readonly", NV_BLTIN|BLT_ENV|BLT_SPC|BLT_DCL,bltin(readonly),
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | dmu_objset.h | 208 boolean_t readonly, boolean_t decrypt, void *tag, objset_t **osp); 210 dmu_objset_type_t type, boolean_t readonly, boolean_t decrypt,
|
/illumos-gate/usr/src/test/zfs-tests/include/ |
H A D | properties.shlib | 97 typeset -a binary_props=('atime' 'devices' 'exec' 'nbmand' 'readonly' 'setuid' 130 toggle_prop $ds readonly
|
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/ |
H A D | msgcc.tst | 20 NOTE 'ignore readonly redefinitions'
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 437 boolean_t readonly = B_FALSE; in zfs_register_callbacks() local 464 readonly = B_TRUE; in zfs_register_callbacks() 467 readonly = B_FALSE; in zfs_register_callbacks() 578 readonly_changed_cb(zfsvfs, readonly); in zfs_register_callbacks() 1197 zfsvfs_create(const char *osname, boolean_t readonly, zfsvfs_t **zfvp) in zfsvfs_create() argument 1202 boolean_t ro = (readonly || (strchr(osname, '@') != NULL)); in zfsvfs_create() 1270 boolean_t readonly; in zfsvfs_setup() local 1276 readonly = zfsvfs->z_vfs->vfs_flag & VFS_RDONLY; in zfsvfs_setup() 1277 if (readonly != 0) { in zfsvfs_setup() 1322 if (readonly != 0) in zfsvfs_setup() [all …]
|
/illumos-gate/usr/src/cmd/mailx/hdr/ |
H A D | glob.h | 110 extern int readonly; /* Will be unable to rewrite file */
|
/illumos-gate/usr/src/lib/libnisdb/yptol/ |
H A D | dit_access_utils.h | 56 char *domain, bool_t readonly, int *statP);
|
/illumos-gate/usr/src/lib/libfsmgt/common/ |
H A D | fs_mounts.c | 386 boolean_t readonly; in fs_is_readonly() local 398 readonly = stvfs.f_flag & ST_RDONLY; in fs_is_readonly() 404 return (readonly); in fs_is_readonly()
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | msg.c | 187 const char readonly[] = "readonly"; variable
|
/illumos-gate/usr/src/cmd/cmd-crypto/elfsign/ |
H A D | elfsign.c | 766 boolean_t readonly; in create_csr() local 778 readonly = B_FALSE; in create_csr() 787 KMF_READONLY_ATTR, &readonly, sizeof (readonly)); in create_csr()
|
/illumos-gate/usr/src/lib/libkmf/libkmf/common/ |
H A D | pk11tokens.c | 502 kmf_select_token(KMF_HANDLE_T handle, char *label, int readonly) in kmf_select_token() argument 535 if (!readonly) in kmf_select_token()
|