Searched refs:rdonly (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/sbin/fsck_msdosfs/
H A Dmain.c49 int rdonly; /* device is opened read only (supersedes above) */ variable
138 if (alwaysyes || alwaysno || rdonly)
139 def = (alwaysyes && !rdonly && !alwaysno);
150 if (alwaysyes || alwaysno || rdonly) {
H A Dcheck.c60 rdonly = alwaysno;
64 dosfs = open(fname, rdonly ? O_RDONLY : O_RDWR, 0);
65 if (dosfs < 0 && !rdonly) {
71 rdonly = 1;
H A Dext.h47 extern int rdonly; /* device is opened read only (supersedes above) */
H A Dfat.c509 if (rdonly) {
717 PROT_READ | (rdonly ? 0 : PROT_WRITE),
/freebsd-12-stable/libexec/makewhatis.local/
H A Dmakewhatis.local.sh50 localdirs=`find -H $dirs -fstype local \! -fstype rdonly -type d -prune -print`
/freebsd-12-stable/release/picobsd/mfs_tree/etc/
H A Drc18 mount -o rdonly ${dev} /fd && \
/freebsd-12-stable/usr.sbin/periodic/etc/daily/
H A D100.clean-disks44 rc=$(find / \( ! -fstype local -o -fstype rdonly \) -prune -o \
/freebsd-12-stable/contrib/netbsd-tests/dev/fss/
H A Dt_fss.sh55 mount -o rdonly /dev/fss0 ./m2
/freebsd-12-stable/cddl/usr.sbin/dtrace/tests/common/scripting/
H A DMakefile11 err.D_OP_LVAL.rdonly.d \
/freebsd-12-stable/sys/contrib/ngatm/netnatm/api/
H A Dcc_user.c576 goto rdonly;
590 goto rdonly;
600 goto rdonly;
609 goto rdonly;
613 goto rdonly;
619 goto rdonly;
625 goto rdonly;
634 goto rdonly;
637 goto rdonly;
640 goto rdonly;
[all...]
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_set/
H A Dproperty_alias_001_pos.ksh97 set -A rw_prop "readonly" "rdonly" "compression" "compress" "reservation" "reserv"
98 set -A chk_prop "rdonly" "readonly" "compress" "compression" "reserv" "reservation"
117 readonly|rdonly )
/freebsd-12-stable/sys/kern/
H A Dvfs_lookup.c688 int rdonly; /* lookup read-only flag bit */ local
718 rdonly = cnp->cn_flags & RDONLY;
984 if (rdonly) {
1120 if (rdonly &&
1189 int rdonly; /* lookup read-only flag bit */ local
1199 rdonly = cnp->cn_flags & RDONLY;
1255 if (rdonly) {
1277 if (rdonly &&
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vfsops.c1552 uint64_t rdonly; local
1555 zfs_prop_to_name(ZFS_PROP_READONLY), &rdonly, NULL))
1557 return (rdonly ? 0 : EACCES);
/freebsd-12-stable/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib2834 rdonly) prop=readonly ;;

Completed in 239 milliseconds