Home
last modified time | relevance | path

Searched refs:rdonly (Results 1 – 24 of 24) sorted by relevance

/titanic_51/usr/src/lib/libbc/libc/sys/sys5/
H A Dmount.c31 mount(spec, dir, rdonly) in mount() argument
34 int rdonly;
38 if ((ret = _mount(spec, dir, rdonly)) != 0) {
/titanic_51/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_util.c53 * removed if rdonly is false (i.e., used when the source file resides
59 ipmgmt_cpfile(const char *src, const char *dst, boolean_t rdonly) in ipmgmt_cpfile() argument
127 if (!rdonly) in ipmgmt_cpfile()
/titanic_51/usr/src/lib/libpkg/common/
H A Dpkgmount.c85 (devp->rdonly ? 0 : DM_FORMFS|DM_WLABEL), prompt))) { in pkgmount()
129 if (devp->rdonly) { in pkgmount()
H A Ddevtype.c49 devp->rdonly = 0; in devtype()
H A Dpkgtrans.c336 srcdev.rdonly++; in _pkgtrans()
/titanic_51/usr/src/head/
H A Dpkgdev.h38 int rdonly; member
/titanic_51/usr/src/cmd/hal/probing/storage/
H A Dprobe-storage.c339 int rdonly; in main() local
425 if ((ioctl(rfd, DKIOCREADONLY, &rdonly) == 0) && rdonly) { in main()
/titanic_51/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dproperty_alias_001_pos.ksh79 set -A rw_prop "readonly" "rdonly" "compression" "compress" "reservation" "reserv"
80 set -A chk_prop "rdonly" "readonly" "compress" "compression" "reserv" "reservation"
99 readonly|rdonly )
/titanic_51/usr/src/cmd/svr4pkg/libinst/
H A Dopen_package_datastream.c235 a_pkgdev->rdonly++; in open_package_datastream()
/titanic_51/usr/src/cmd/svr4pkg/pkgmk/
H A Dmkpkgmap.c97 *rdonly[256]; variable
152 rdonly[nrdonly++] = qstrdup(envparam[i]); in mkpkgmap()
791 if (strcmp(rdonly[i], s) == 0) { in lputenv()
/titanic_51/usr/src/uts/common/fs/nfs/
H A Dnfs_acl_srv.c206 if (rdonly(ro, vp)) { in acl2_setacl()
307 if (rdonly(ro, vp) && (vp->v_type == VREG || vp->v_type == VDIR)) in acl2_access()
580 if (rdonly(ro, vp)) { in acl3_setacl()
H A Dnfs_srv.c164 if (rdonly(ro, vp)) { in rfs_setattr()
940 if (rdonly(ro, vp)) { in rfs_write_sync()
1422 if (rdonly(rp->ro, vp)) { in rfs_write()
1794 if (rdonly(ro, dvp)) { in rfs_create()
1964 if (rdonly(ro, vp)) { in rfs_remove()
2092 if (rdonly(ro, tovp)) { in rfs_rename()
2236 if (rdonly(ro, tovp)) { in rfs_link()
2294 if (rdonly(ro, vp)) { in rfs_symlink()
2386 if (rdonly(ro, vp)) { in rfs_mkdir()
2475 if (rdonly(r in rfs_rmdir()
[all...]
H A Dnfs3_srv.c228 if (rdonly(ro, vp)) { in rfs3_setattr()
607 if (rdonly(ro, vp) && (vp->v_type == VREG || vp->v_type == VDIR)) in rfs3_access()
1349 if (rdonly(ro, vp)) { in rfs3_write()
1555 if (rdonly(ro, dvp)) { in rfs3_create()
1912 if (rdonly(ro, dvp)) { in rfs3_mkdir()
2061 if (rdonly(ro, dvp)) { in rfs3_symlink()
2237 if (rdonly(ro, dvp)) { in rfs3_mknod()
2434 if (rdonly(ro, vp)) { in rfs3_remove()
2578 if (rdonly(ro, vp)) { in rfs3_rmdir()
2758 if (rdonly(r in rfs3_rename()
[all...]
/titanic_51/usr/src/cmd/svr4pkg/pkginstall/
H A Dmain.c95 static int rdonly(char *p);
510 pkgdev.rdonly++; in main()
2190 if (rdonly(param)) { in merg_respfile()
2818 rdonly(char *p) in rdonly() function
/titanic_51/usr/src/uts/common/nfs/
H A Dexport.h599 #define rdonly(ro, vp) ((ro) || vn_is_readonly(vp)) macro
/titanic_51/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c3390 int rdonly; in daemon_call() local
3415 rdonly = 0; in daemon_call()
3418 rdonly = 1; in daemon_call()
3428 if (rdonly && stat(DEVNAME_CHECK_FILE, &sb) != -1) in daemon_call()
3438 if (rdonly) in daemon_call()
/titanic_51/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c1334 uint64_t rdonly; in zfs_check_global_label() local
1337 zfs_prop_to_name(ZFS_PROP_READONLY), &rdonly, NULL)) in zfs_check_global_label()
1339 return (rdonly ? 0 : EACCES); in zfs_check_global_label()
/titanic_51/usr/src/cmd/lofiadm/
H A Dmain.c421 mech_alias_t *cipher, const char *rkey, size_t rksz, boolean_t rdonly, in add_mapping() argument
427 li.li_readonly = rdonly; in add_mapping()
/titanic_51/usr/src/lib/libshell/common/sh/
H A Darray.c303 int rdonly = nv_isattr(np,NV_RDONLY); in nv_arraysettype() local
323 if(!rdonly) in nv_arraysettype()
H A Dnvtype.c1286 int rdonly = nv_isattr(np,NV_RDONLY); in nv_settype() local
1359 if(!rdonly) in nv_settype()
/titanic_51/usr/src/uts/common/fs/
H A Dvfs.c1163 int rdonly; in domount() local
1315 if (rdonly = vfs_optionisset_nolock(&mnt_mntopts, MNTOPT_RO, NULL)) { in domount()
1482 if (rdonly && vn_is_readonly(vp) == 0 && in domount()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Darray.c407 int rdonly = nv_isattr(np,NV_RDONLY); in nv_arraysettype() local
427 if(!rdonly) in nv_arraysettype()
H A Dnvtype.c1315 int rdonly = nv_isattr(np,NV_RDONLY); in nv_settype() local
1395 if(!rdonly) in nv_settype()
/titanic_51/usr/src/pkg/manifests/
H A Dsystem-dtrace-tests.mf1596 file path=opt/SUNWdtrt/tst/common/scripting/err.D_OP_LVAL.rdonly.d mode=0444