Home
last modified time | relevance | path

Searched refs:bs (Results 1 – 25 of 242) sorted by last modified time

12345678910

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c1648 zfs_get_hole_count(const char *path, uint64_t *count, uint64_t *bs) in zfs_get_hole_count() argument
1672 if (bs != NULL) { in zfs_get_hole_count()
1673 *bs = ss.st_blksize; in zfs_get_hole_count()
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src14254 # (ibmmono: this had an unknown `sb' boolean, I changed it to `bs'.
19093 h19-bs|heathkit w/keypad shifted,
20069 # It had both ":bs:" and ":bs=^H:"; I removed the latter. Also, it had
21676 # * Thorsten Lockert added termcap `bs' to a lot of types, working from
21765 # * Thorsten Lockert added termcap `bs' to a lot of types, working from
H A Dtermcap.src311 :am:bs:\
316 :bs:\
1827 :bs:\
4796 :bs:\
4808 :bs:\
4815 :bs:\
4823 :bs:\
4830 :bs:\
4837 :bs:\
8717 :bs:\
[all …]
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c2592 int bs = FZAP_BLOCK_SHIFT(zap); in zap_get_leaf_byblk() local
2599 (*lp)->l_bs = bs; in zap_get_leaf_byblk()
2600 (*lp)->l_phys = malloc(1 << bs); in zap_get_leaf_byblk()
2606 err = dnode_read(zap->zap_spa, zap->zap_dnode, blk << bs, (*lp)->l_phys, in zap_get_leaf_byblk()
2607 1 << bs); in zap_get_leaf_byblk()
2618 int bs = FZAP_BLOCK_SHIFT(zap); in zap_table_load() local
2619 uint64_t blk = idx >> (bs - 3); in zap_table_load()
2620 uint64_t off = idx & ((1 << (bs - 3)) - 1); in zap_table_load()
2627 rc = dnode_read(zap->zap_spa, zap->zap_dnode, (tbl->zt_blk + blk) << bs, in zap_table_load()
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dlibtest.shlib309 log_must eval "zfs send -i $snap $incr | dd bs=10k count=1 > $sendfile"
2680 typeset bs=${4:-1024k}
2695 --bs=$bs \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/
H A Ddelegate_common.kshlib1397 bs=512 count=1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/pool_checkpoint/
H A Dcheckpoint_capacity.ksh63 log_must dd if=/dev/urandom of=$NESTEDFS0FILE bs=700M count=1
74 log_mustnot dd if=/dev/urandom of=$NESTEDFS0FILE bs=300M count=1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/truncate/
H A Dtruncate_002_pos.ksh56 log_must dd if=/dev/urandom of=$srcfile bs=1024k count=1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/slog/
H A Dslog_014_pos.ksh56 dd if=/dev/urandom of=/$TESTPOOL/filler bs=1024k count=50
68 log_must dd if=/dev/urandom of=$VDIR/a bs=1024k oseek=4 \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Dsend_encrypted_files.ksh73 bs=512 count=1 seek=1048576 >/dev/null 2>&1
H A Dsend_encrypted_truncated_files.ksh93 bs=128k count=3 iflag=fullblock
95 bs=512 count=1 iflag=fullblock
/illumos-gate/usr/src/test/zfs-tests/tests/functional/removal/
H A Dremoval.kshlib108 bs=$block_size count=1 seek=$((RANDOM % nblocks)) >/dev/null 2>&1
H A Dremove_expanded.ksh66 dd if=/dev/urandom of=$TESTDIR/$TESTFILE0 bs=8M
/illumos-gate/usr/src/test/zfs-tests/tests/functional/log_spacemap/
H A Dlog_spacemap_import_logs.ksh66 log_must dd if=/dev/urandom of=/$LOGSM_POOL/fs/00 bs=128k count=10
68 log_must dd if=/dev/urandom of=/$LOGSM_POOL/fs/00 bs=128k count=10
/illumos-gate/usr/src/test/zfs-tests/tests/functional/features/async_destroy/
H A Dasync_destroy_001_pos.ksh66 log_must dd bs=1024k count=128 if=/dev/zero of=/$TEST_FS/file
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_trim/
H A Dzpool_trim_partial.ksh72 log_must dd if=/dev/urandom of=/$TESTPOOL/file bs=1048576 count=$cnt
83 seek=$((LARGESIZE / (1024 * 1024))) bs=$((1024 * 1024)) \
H A Dzpool_trim_verify_checksums.ksh57 log_must dd if=/dev/urandom of=/$TESTPOOL/file1 bs=1048576 count=64
64 log_must dd if=/dev/urandom of=/$TESTPOOL/file2 bs=1048576 count=64
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_scrub/
H A Dzpool_scrub_multiple_copies.ksh63 log_must dd if=$mntpnt/file of=/dev/null bs=1M iflag=fullblock
/illumos-gate/usr/src/test/zfs-tests/tests/functional/alloc_class/
H A Dalloc_class_012_pos.ksh83 log_must dd if=/dev/urandom of=/$TESTPOOL/$TESTFS/testfile.$i bs=1M \
/illumos-gate/usr/src/common/util/
H A Dstring.c78 char *digits, *sp, *bs; in vsnprintf() local
84 bs = NULL; in vsnprintf()
261 bs = va_arg(args, char *); in vsnprintf()
262 base = *bs++; in vsnprintf()
316 c = *bs++; in vsnprintf()
321 while ((c = *bs++) > 32) in vsnprintf()
325 while ((c = *bs++) > 32) in vsnprintf()
/illumos-gate/usr/src/data/ucode/
H A Dupdate.amd123 dd if=$f bs=1 count=$size status=none
126 dd if=/dev/zero bs=1 count=16 status=none
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPHeaderV2.java816 byte bs = (byte)0; in parseServiceURLOut()
834 bs = (byte) auth.size(); in parseServiceURLOut()
849 bbaos.write((byte)(0xFF & bs)); in parseServiceURLOut()
855 if (bs > (byte)0) { in parseServiceURLOut()
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_name.c738 ns_name_eq(ns_nname_ct a, size_t as, ns_nname_ct b, size_t bs) { in ns_name_eq() argument
739 ns_nname_ct ae = a + as, be = b + bs; in ns_name_eq()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_initialize/
H A Dzpool_initialize_verify_initialized.ksh72 bs=512
84 dd if=$SMALLFILE skip=$(($offset / $bs)) count=$(($size / $bs)) bs=$bs |
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_recv.c770 int bs; /* data block size */ in av1394_ir_copyout() local
780 bs = *(uchar_t *)(seg[idx].is_kaddr + 1) * 4 + AV1394_CIPSZ; in av1394_ir_copyout()
781 if ((bs > pktsz) || (bs < AV1394_CIPSZ + 8)) { in av1394_ir_copyout()
782 bs = pktsz; in av1394_ir_copyout()
804 len = bs - pkt_off; in av1394_ir_copyout()
815 if (pkt_off + len == bs) { in av1394_ir_copyout()

12345678910