Home
last modified time | relevance | path

Searched refs:etc (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/f-stack/tools/libxo/
H A DREADME.md26 % wc /etc/motd
27 25 165 1140 /etc/motd
28 % wc --libxo xml,pretty,warn /etc/motd
31 <filename>/etc/motd</filename>
37 % wc --libxo json,pretty,warn /etc/motd
42 "filename": "/etc/motd",
50 % wc --libxo html,pretty,warn /etc/motd
59 <div class="data" data-tag="filename">/etc/motd</div>
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_share/
H A Dzfs_share_012_pos.ksh60 rm /etc/exports.d/zfs.exports
73 log_must cp /etc/exports.d/zfs.exports /etc/exports.d/zfs.exports.save
79 log_must mv /etc/exports.d/zfs.exports.save /etc/exports.d/zfs.exports
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/
H A Dxattr_013_pos.ksh62 create_xattr $TESTDIR/myfile.$$ passwd /etc/passwd
81 log_mustnot set_xattr_stdin passwd $TESTDIR/myfile.$$ </etc/passwd
84 log_mustnot set_xattr_stdin passwd $TESTDIR/new.$$ </etc/passwd
93 verify_xattr $TESTDIR/myfile.$$ passwd /etc/passwd
102 create_xattr $TESTDIR/new.$$ passwd /etc/passwd
H A Dxattr_011_pos.ksh60 create_xattr $TESTDIR/myfile.$$ passwd /etc/passwd
71 create_xattr $TESTDIR/cpio.$$ passwd /etc/passwd
144 create_xattr $TESTDIR/mvfile.$$ passwd /etc/passwd
146 verify_xattr $TESTDIR/mvfile2.$$ passwd /etc/passwd
152 create_xattr $TESTDIR/pax.$$ passwd /etc/passwd
169 verify_xattr $TESTDIR/pax.$$ passwd /etc/passwd
183 create_xattr $TESTDIR/tar.$$ passwd /etc/passwd
198 verify_xattr tar.$$ passwd /etc/passwd
212 create_xattr $TESTDIR/tar.$$ passwd /etc/passwd
227 verify_xattr tar.$$ passwd /etc/passwd
H A Dxattr_005_pos.ksh57 create_xattr $TESTDIR/myfile.$$ passwd /etc/passwd
65 verify_xattr $TESTDIR/clone/myfile.$$ passwd /etc/passwd
68 create_xattr $TESTDIR/clone/myfile.$$ foo /etc/passwd
75 verify_xattr $TESTDIR/clone/myfile.$$ passwd /etc/passwd
H A Dxattr_009_neg.ksh54 create_xattr $TESTDIR/myfile.$$ passwd /etc/passwd
57 log_mustnot runat $TESTDIR/myfile.$$ ln -s /etc/passwd foo
60 log_mustnot runat $TESTDIR/myfile.$$ ln /etc/passwd foo
H A Dxattr_003_neg.ksh56 create_xattr $TESTDIR/myfile.$$ passwd /etc/passwd
65 log_mustnot diff /etc/passwd /tmp/passwd.$$
72 log_must diff /etc/passwd /tmp/passwd.$$
H A Dxattr_006_pos.ksh55 create_xattr $TESTDIR/myfile.$$ passwd /etc/passwd
61 verify_xattr $TESTDIR/.zfs/snapshot/snap/myfile.$$ passwd /etc/passwd
H A Dxattr_004_pos.ksh74 cp /etc/passwd .
82 diff passwd /etc/passwd
H A Dxattr_common.kshlib116 log_must set_xattr_stdin $XATTR_NAME $FILE < /etc/passwd
120 log_must dd if=/etc/passwd of=$TEST_BASE_DIR/passwd_dd.$$
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Drhead_tunnel.c240 efx_tunnel_cfg_t etc; in rhead_tunnel_reconfigure() local
252 memcpy(&etc, etcp, sizeof (etc)); in rhead_tunnel_reconfigure()
255 for (i = 0; i < etc.etc_udp_entries_num; i++) { in rhead_tunnel_reconfigure()
256 efx_tunnel_udp_entry_t *etc_entry = &etc.etc_udp_entries[i]; in rhead_tunnel_reconfigure()
312 if (etc.etc_udp_entries[i].etue_busy == B_FALSE) in rhead_tunnel_reconfigure()
315 switch (etc.etc_udp_entries[i].etue_state) { in rhead_tunnel_reconfigure()
320 &etc.etc_udp_entries[i]); in rhead_tunnel_reconfigure()
324 &etc.etc_udp_entries[i]); in rhead_tunnel_reconfigure()
H A Defx_tunnel.c663 efx_tunnel_cfg_t etc; in ef10_tunnel_reconfigure() local
666 memcpy(&etc, etcp, sizeof (etc)); in ef10_tunnel_reconfigure()
675 if (etc.etc_udp_entries_num == 0) in ef10_tunnel_reconfigure()
684 rc = efx_mcdi_set_tunnel_encap_udp_ports(enp, &etc, B_FALSE, in ef10_tunnel_reconfigure()
691 if (rc != EACCES || etc.etc_udp_entries_num != 0) in ef10_tunnel_reconfigure()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_020_pos.ksh60 log_must rm -f /etc/zfs/zpool.cache
94 if [[ -f /etc/zfs/zpool.cache ]] ; then
95 REF=$(strings /etc/zfs/zpool.cache | grep ${TESTPOOL})
98 strings /etc/zfs/zpool.cache
H A Dzpool_create.shlib68 # Find the storage device in /etc/vfstab
77 vfstab="/etc/vfstab"
80 vfstab="/etc/fstab"
/f-stack/tools/libxo/doc/
H A Dintro.rst24 % wc /etc/motd
25 25 165 1140 /etc/motd
26 % wc --libxo xml,pretty,warn /etc/motd
32 <filename>/etc/motd</filename>
35 % wc --libxo json,pretty,warn /etc/motd
43 "filename": "/etc/motd"
48 % wc --libxo html,pretty,warn /etc/motd
57 <div class="data" data-tag="filename">/etc/motd</div>
/f-stack/freebsd/contrib/openzfs/config/
H A Dzfs-build.m4426 if test -f /etc/toss-release ; then
428 elif test -f /etc/fedora-release ; then
430 elif test -f /etc/redhat-release ; then
432 elif test -f /etc/gentoo-release ; then
434 elif test -f /etc/arch-release ; then
436 elif test -f /etc/SuSE-release ; then
440 elif test -f /etc/lunar.release ; then
442 elif test -f /etc/lsb-release ; then
444 elif test -f /etc/debian_version ; then
446 elif test -f /etc/alpine-release ; then
[all …]
/f-stack/freebsd/contrib/openzfs/contrib/initramfs/
H A DREADME.initramfs.markdown8 primarily the `/etc/zfs/zfs-functions` script.
32 `ZFS_POOL_EXCEPTIONS` in `/etc/default/zfs`.
36 * Try `/dev/disk/by-vdev` if it exists; see `/etc/zfs/vdev_id.conf`.
42 `/etc/default/zfs`.
50 `rpool/ROOT/rootfs`, `rpool/root/rootfs/var`, `rpool/root/rootfs/usr`, etc.
80 2. Add your SSH key(s) to `/etc/dropbear-initramfs/authorized_keys`. Note
/f-stack/dpdk/devtools/
H A Dload-devel-config7 test ! -r /etc/dpdk/devel.config ||
8 . /etc/dpdk/devel.config
/f-stack/freebsd/contrib/device-tree/Bindings/usb/
H A Dmediatek,mtk-xhci.txt15 soc-model is the name of SoC, such as mt8173, mt2712 etc, when using
31 "ref_ck": reference clock used by low power mode etc,
45 - 1 : used by mt8173 etc
46 - 2 : used by mt2712 etc
48 bit1 for u3port1, ... etc;
90 soc-model is the name of SoC, such as mt8173, mt2712 etc, when using
H A Dmediatek,mtu3.txt5 soc-model is the name of SoC, such as mt8173, mt2712 etc,
58 - 1 : used by mt8173 etc
59 - 2 : used by mt2712 etc
61 bit1 for u3port1, ... etc;
/f-stack/freebsd/contrib/openzfs/contrib/initramfs/hooks/
H A Dzfs.in94 mkdir -p $DESTDIR/etc/modprobe.d
96 cp -p "/etc/modprobe.d/$ii" $DESTDIR/etc/modprobe.d/
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_swap/
H A Dzvol_swap_003_pos.ksh71 VFSTAB_FILE=/etc/vfstab
77 awk '{if ($4 != "swap") print $1}' /etc/vfstab > $NEW_VFSTAB_FILE
/f-stack/freebsd/contrib/openzfs/etc/zfs/
H A Dzfs-functions.in1 # This is a script with common functions etc used by zfs-import, zfs-mount,
16 if [ -f /etc/rc.d/init.d/functions ]; then
18 . /etc/rc.d/init.d/functions
19 elif [ -L /etc/init.d/functions.sh ]; then
21 . /etc/init.d/functions.sh
252 # Test if it works (will catch missing/broken libs etc)
260 # Test if it works (will catch missing/broken libs etc)
404 done < /etc/fstab
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/
H A Dmmp_hostid.ksh62 log_must zfs create -o primarycache=none -o secondarycache=none $MMP_POOL/etc
63 mntpnt_etc=$(get_prop mountpoint $MMP_POOL/etc)
/f-stack/freebsd/contrib/openzfs/contrib/dracut/
H A DREADME.dracut.markdown21 3) To set zfs module options put them in /etc/modprobe.d/zfs.conf file.
49 /etc/hostid inside the initramfs. This file is placed there from the host
53 format should be hex exactly as found in the `/etc/hostid` file, IE
74 …To use the above script place it in a plain text file named /etc/kernel/install.d/99-zfs-cleanup.i…
76 $ chmod +x /etc/kernel/install.d/99-zfs-cleanup.install
78 …On Red Hat based systems, you can change the value of `installonly_limit` in /etc/dnf/dnf.conf to …
93 and z* programs. Also triggers inclusion of `/etc/hostid` and the zpool
125 asserted on udev-rules, and the various zfs, zpool, etc. helpers are included.
132 `/etc/udev/rules/60-z*.rules`, you'll need to update this file to match.
134 Currently this file also includes `/etc/hostid` and `/etc/zfs/zpool.cache`

12345678910>>...13