Home
last modified time | relevance | path

Searched refs:writable (Results 1 – 21 of 21) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/chattr/
H A Dchattr_002_neg.ksh46 set -A files writable immutable append
63 log_must user_run $QUSER1 touch $TESTDIR/writable
67 log_must chattr -i $TESTDIR/writable
71 log_must user_run $QUSER1 chattr -i $TESTDIR/writable
72 log_must user_run $QUSER1 chattr -a $TESTDIR/writable
76 log_mustnot user_run $QUSER1 chattr +i $TESTDIR/writable
77 log_mustnot user_run $QUSER1 chattr +a $TESTDIR/writable
H A Dchattr_001_pos.ksh46 set -A files writable immutable append
69 log_must touch $TESTDIR/writable
74 log_must chflags noschg $TESTDIR/writable
78 log_must chattr -i $TESTDIR/writable
/f-stack/freebsd/contrib/device-tree/Bindings/nvmem/
H A Dqcom,qfprom.yaml21 # needs to be provided. If the QFPROM is writable then all 4 regions
32 # Clock must be provided if QFPROM is writable from the OS image.
38 # Supply reference must be provided if QFPROM is writable from the OS image.
/f-stack/freebsd/kern/
H A Duipc_mbuf2.c101 int writable; in m_pulldown() local
155 writable = 0; in m_pulldown()
158 writable = 1; in m_pulldown()
212 && writable) { in m_pulldown()
219 && writable && n->m_next->m_len >= tlen) { in m_pulldown()
/f-stack/app/redis-5.0.5/tests/integration/
H A Dreplication-4.tcl74 test {With min-slaves-to-write (1,3): master should be writable} {
80 test {With min-slaves-to-write (2,3): master should not be writable} {
87 test {With min-slaves-to-write: master not writable with lagged slave} {
H A Dreplication-3.tcl34 test {Slave is able to evict keys created in writable slaves} {
/f-stack/freebsd/tools/
H A Dembed_mfs.sh42 echo $1 not writable
/f-stack/freebsd/contrib/openzfs/scripts/
H A Dzloop.sh228 echo "core dump directory ($coredir) is not writable."
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Darmada-385-linksys-caiman.dts126 * 38MiB, last MiB is for the BBT, not writable
H A Darmada-385-linksys-shelby.dts126 * 38MiB, last MiB is for the BBT, not writable
H A Darmada-385-linksys-cobra.dts126 * 38MiB, last MiB is for the BBT, not writable
H A Darmada-385-linksys-rango.dts140 * 86MiB, last MiB is for the BBT, not writable
H A Darmada-370-netgear-rn102.dts269 /* Last MB is for the BBT, i.e. not writable */
H A Darmada-370-netgear-rn104.dts295 /* Last MB is for the BBT, i.e. not writable */
H A Darmada-xp-netgear-rn2120.dts350 /* Last MB is for the BBT, i.e. not writable */
H A Darmada-xp-linksys-mamba.dts380 * 38MB, last MB is for the BBT, not writable
/f-stack/freebsd/amd64/vmm/
H A Dvmm_instruction_emul.c2070 int nlevels, pfcode, ptpshift, ptpindex, retval, usermode, writable; in _vm_gla2gpa() local
2079 writable = prot & VM_PROT_WRITE; in _vm_gla2gpa()
2124 (writable && (pte32 & PG_RW) == 0)) { in _vm_gla2gpa()
2155 if (!check_only && writable && (pte32 & PG_M) == 0) { in _vm_gla2gpa()
2214 (writable && (pte & PG_RW) == 0)) { in _vm_gla2gpa()
2246 if (!check_only && writable && (pte & PG_M) == 0) { in _vm_gla2gpa()
/f-stack/dpdk/doc/guides/howto/
H A Dopenwrt.rst14 fully writable filesystem with package management.
/f-stack/app/redis-5.0.5/
H A DREADME.md274 …. These buffers are incrementally written to the socket as soon as the file descriptor is writable.
331 … data pending in the output buffers to the client and is called by the *writable event handler* `s…
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c401 int writable = 1; in zfs_dozonecheck_impl() local
408 !zone_dataset_visible(dataset, &writable)) in zfs_dozonecheck_impl()
426 if (!writable) in zfs_dozonecheck_impl()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib3635 # Scripts must only be user writable.