Searched refs:du (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-current/usr.bin/du/
H A DMakefile5 PROG= du
/freebsd-current/usr.bin/du/tests/
H A Ddu_test.sh47 atf_check -o inline:'1\tsparse.file\n' du -g sparse.file
48 atf_check -o inline:'10\tsparse.file\n' du -A -g sparse.file
66 atf_check -o save:du.out du -aAH testdir
67 atf_check egrep -q "${lineprefix}$(echo $paths1 | sed -e "s/ /$sep/g")$" du.out
70 atf_check -s exit:1 egrep -vq "${lineprefix}$(echo $paths1 | sed -e "s/ /$sep/g")$" du.out
72 atf_check -o save:du_C.out du -aAH testdir/C
94 atf_check -o save:du.out -x "cd testdir && du -s $paths_sans_foo_named"
95 atf_check -o save:du_I.out -x "cd testdir && du
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/compression/
H A Dcompress_001_pos.ksh63 FILE0_BLKS=`du -k $TESTDIR/$TESTFILE0 | awk '{print $1}'`
64 FILE1_BLKS=`du -k $TESTDIR/$TESTFILE1 | awk '{print $1}'`
H A Dcompress_002_pos.ksh68 FILE0_BLKS=`du -k $TESTDIR1/$TESTFILE0 | awk '{print $1}'`
69 FILE1_BLKS=`du -k $TESTDIR1/$TESTFILE1 | awk '{print $1}'`
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_trim/
H A Dzpool_trim_verify_trimmed.ksh61 original_size=$(du -B1 "$LARGEFILE" | cut -f1)
69 new_size=$(du -B1 "$LARGEFILE" | cut -f1)
78 new_size=$(du -B1 "$LARGEFILE" | cut -f1)
H A Dzpool_trim_partial.ksh71 new_size=$(du -B1 "$LARGEFILE" | cut -f1)
83 new_size=$(du -B1 "$LARGEFILE" | cut -f1)
97 new_size=$(du -B1 "$LARGEFILE" | cut -f1)
110 new_size=$(du -B1 "$LARGEFILE" | cut -f1)
/freebsd-current/tests/sys/acl/
H A D03.sh106 mdconfig -du $MD3
110 mdconfig -du $MD2
114 mdconfig -du $MD1
H A D04.sh74 mdconfig -du $MD
/freebsd-current/sys/contrib/openzfs/cmd/zpool/zpool.d/
H A Dsize79 size=$(du -h --apparent-size "$somepath" | cut -f 1)
H A Dmodel79 size=$(du -h --apparent-size "$somepath" | cut -f 1)
H A Dlabel79 size=$(du -h --apparent-size "$somepath" | cut -f 1)
H A Dvendor79 size=$(du -h --apparent-size "$somepath" | cut -f 1)
H A Dlsblk79 size=$(du -h --apparent-size "$somepath" | cut -f 1)
/freebsd-current/sys/net/
H A Dieee8023ad_lacp.c271 struct lacpdu *du; local
274 if (m->m_pkthdr.len != sizeof(*du)) {
282 if (m->m_len < sizeof(*du)) {
283 m = m_pullup(m, sizeof(*du));
289 du = mtod(m, struct lacpdu *);
291 if (memcmp(&du->ldu_eh.ether_dhost,
301 if (du->ldu_sph.sph_version != 1) {
310 if (tlv_check(du, sizeof(*du), &du
367 struct lacpdu *du; local
1704 lacp_sm_rx(struct lacp_port *lp, const struct lacpdu *du) argument
1773 lacp_sm_rx_record_pdu(struct lacp_port *lp, const struct lacpdu *du) argument
1820 lacp_sm_rx_update_ntt(struct lacp_port *lp, const struct lacpdu *du) argument
1865 lacp_sm_rx_update_selected(struct lacp_port *lp, const struct lacpdu *du) argument
2186 lacp_dump_lacpdu(const struct lacpdu *du) argument
[all...]
/freebsd-current/usr.bin/gzip/
H A Dznew24 a=`du -k "$1" | awk '{ print $1 }'`
25 b=`du -k "$2" | awk '{ print $1 }'`
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_copies/
H A Dzfs_copies_002_pos.ksh43 # du(1) commands;
105 log_note "Verify du(1) can correctly display the space charged."
108 used=`du -h /$TESTPOOL/fs_$val/$FILE | awk '{print $1}'`
110 used=`du -k /$TESTPOOL/fs_$val/$FILE | awk '{print $1}'`
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/trim/
H A Dtrim.kshlib25 du --block-size 1048576 -s "$1" | cut -f1
H A Dautotrim_trim_integrity.ksh83 log_must du -hs /$TESTPOOL
H A Dtrim_integrity.ksh77 log_must du -hs /$TESTPOOL
H A Dautotrim_integrity.ksh78 log_must du -hs /$TESTPOOL
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog_013_pos.ksh54 mdconfig -du ${lofidev#md}
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cache/
H A Dcache_010_pos.ksh54 mdconfig -du ${lofidev#md}
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fallocate/
H A Dfallocate_punch-hole.ksh39 # Note: We can't compare exact block numbers as reported by du, because
75 du "$FILE" | awk '{print $1}'
H A Dfallocate_zero-range.ksh39 # Note: We can't compare exact block numbers as reported by du, because
65 du "$FILE" | awk '{print $1}'
/freebsd-current/tools/tools/nanobsd/
H A Dlegacy.sh133 ( cd ${MNT} && du -k ) > ${NANO_OBJ}/_.du

Completed in 126 milliseconds

12