Searched refs:bs (Results 76 - 100 of 295) sorted by relevance

1234567891011>>

/freebsd-11-stable/release/sparc64/
H A Dmkisoimages.sh56 dd if="$BASEBITSDIR/boot/boot1" of="$BOOTFSIMG" bs=512 conv=notrunc,sync
71 dd if="$NAME.tmp" of="$NAME" bs="${CYLSIZE}b" conv=notrunc,sync
72 dd if="$BOOTFSIMG" of="$NAME" bs="${CYLSIZE}b" seek=$ISOCYLS conv=notrunc,sync
74 dd if=/dev/zero of="$NAME" bs="${CYLSIZE}b" seek=$ENDCYL count=2 conv=notrunc,sync
/freebsd-11-stable/tools/tools/nanobsd/Files/root/
H A Dupdatep246 dd if=/dev/zero of=/dev/${NANO_DRIVE}s2 bs=1m count=1 > /dev/null 2>&1
/freebsd-11-stable/tools/tools/nanobsd/gateworks/Files/root/
H A Dupdatep246 dd if=/dev/zero of=/dev/${NANO_DRIVE}s2 bs=1m count=1 > /dev/null 2>&1
/freebsd-11-stable/tools/tools/nanobsd/pcengines/Files/root/
H A Dupdatep246 dd if=/dev/zero of=/dev/${NANO_DRIVE}s2 bs=1m count=1 > /dev/null 2>&1
/freebsd-11-stable/usr.bin/gzip/
H A Dzmore68 REPLY=`dd bs=1 count=1 2>/dev/null`
/freebsd-11-stable/release/arm/
H A DWANDBOARD.conf25 of=/dev/${mddev} bs=512 seek=2 conv=sync
H A DCUBIEBOARD2.conf25 of=/dev/${mddev} bs=1k seek=8 conv=sync
H A DCUBIEBOARD.conf24 of=/dev/${mddev} bs=1k seek=8 conv=sync
H A DCUBOX-HUMMINGBOARD.conf25 of=/dev/${mddev} bs=512 seek=2 conv=sync
H A DBANANAPI.conf25 of=/dev/${mddev} bs=1k seek=8 conv=sync
/freebsd-11-stable/crypto/openssl/crypto/dh/
H A Ddh_asn1.c173 ASN1_BIT_STRING bs; local
179 bs.flags = ASN1_STRING_FLAG_BITS_LEFT;
180 bs.data = dh->seed;
181 bs.length = dh->seedlen;
182 dhv.seed = &bs;
/freebsd-11-stable/contrib/netbsd-tests/sbin/resize_ffs/
H A Dcommon.sh111 local bs=$1
119 echo "bs is ${bs} numdata is ${numdata}"
120 echo "****resizing fs with blocksize ${bs}"
129 newfs -B ${BYTESWAP} -O${fslevel} -b ${bs} -f ${fragsz} \
132 newfs -O${fslevel} -b ${bs} -f ${fragsz} -s ${osize} ${i} \
/freebsd-11-stable/stand/efi/boot1/
H A Dufs_module.c83 uint64_t bs; local
115 bs = devinfo->dev->Media->BlockSize;
116 if (bs != 0 && bs <= BSD_LABEL_BUFFER / 2)
117 dl = (struct disklabel *)&buffer[bs];
/freebsd-11-stable/tests/sys/geom/class/eli/
H A Ddelkey_test.sh19 atf_check dd if=/dev/random of=keyfile1 bs=512 count=16 status=none
20 atf_check dd if=/dev/random of=keyfile2 bs=512 count=16 status=none
21 atf_check dd if=/dev/random of=keyfile3 bs=512 count=16 status=none
22 atf_check dd if=/dev/random of=keyfile4 bs=512 count=16 status=none
96 atf_check dd if=/dev/random of=keyfile bs=512 count=16 status=none
H A Dinit_test.sh18 atf_check dd if=rnd of=/dev/${md}.eli bs=${secsize} count=${sectors} \
21 md_rnd=`dd if=rnd bs=${secsize} count=${sectors} status=none | md5`
23 md_ddev=`dd if=/dev/${md}.eli bs=${secsize} count=${sectors} status=none | md5`
25 md_edev=`dd if=/dev/${md} bs=${secsize} count=${sectors} status=none | md5`
48 atf_check dd if=/dev/random of=keyfile bs=512 count=16 status=none
49 atf_check dd if=/dev/random of=rnd bs=$MAX_SECSIZE count=${sectors} \
70 atf_check dd if=/dev/random of=keyfile bs=512 count=16 status=none
124 atf_check dd if=/dev/random of=keyfile0 bs=512 count=16 status=none
125 atf_check dd if=/dev/random of=keyfile1 bs=512 count=16 status=none
126 dd if=/dev/random bs
[all...]
H A Dattach_test.sh18 atf_check dd if=/dev/random of=keyfile bs=512 count=16 status=none
55 atf_check dd if=/dev/random of=keyfile bs=512 count=16 status=none
83 atf_check dd if=/dev/random of=keyfile bs=512 count=16 status=none
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_box_set.c47 const ARG_CH_T ts, const ARG_CH_T bs,
60 _tracech_t2(4, bs),
74 RENDER_WITH_DEFAULT(bs, WACS_HLINE);
45 wborder_set(WINDOW *win, const ARG_CH_T ls, const ARG_CH_T rs, const ARG_CH_T ts, const ARG_CH_T bs, const ARG_CH_T tl, const ARG_CH_T tr, const ARG_CH_T bl, const ARG_CH_T br) argument
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Df_string.c96 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size) argument
198 bs->length = num;
199 bs->data = s;
H A Df_int.c102 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size) argument
110 bs->type = V_ASN1_INTEGER;
204 bs->length = num;
205 bs->data = s;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzap.c144 int bs = FZAP_BLOCK_SHIFT(zap); local
145 int hepb = 1<<(bs-4);
159 tbl->zt_blk << bs, tbl->zt_numblks << bs,
170 (tbl->zt_blk + b) << bs, FTAG, &db_old, DMU_READ_NO_PREFETCH);
177 (newblk + 2*b+0) << bs, FTAG, &db_new, DMU_READ_NO_PREFETCH));
184 (newblk + 2*b+1) << bs, FTAG, &db_new, DMU_READ_NO_PREFETCH));
199 tbl->zt_blk << bs, tbl->zt_numblks << bs, tx);
218 int bs local
263 int bs = FZAP_BLOCK_SHIFT(zap); local
496 int bs = FZAP_BLOCK_SHIFT(zap); local
938 int bs = FZAP_BLOCK_SHIFT(zap); local
1276 int bs = FZAP_BLOCK_SHIFT(zap); local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dt_devices.sh43 atf_check -s eq:0 -o ignore -e ignore dd if=zero of=a bs=10k count=1
/freebsd-11-stable/lib/libbsdstat/
H A Dbsdstat.h100 static int _t##_get_curstat(struct _t *wf, int s, char b[], size_t bs) \
101 { return wf->base.get_curstat(&wf->base, s, b, bs); } \
102 static int _t##_get_totstat(struct _t *wf, int s, char b[], size_t bs) \
103 { return wf->base.get_totstat(&wf->base, s, b, bs); } \
/freebsd-11-stable/stand/pc98/boot0.5/
H A DMakefile20 cat ${BOOT}.bin /dev/zero | ${DD} of=${BOOT} bs=1 count=7168
/freebsd-11-stable/stand/pc98/pc98boot/
H A DMakefile25 ${DD} if=/dev/zero of=${.TARGET} bs=512 count=1
/freebsd-11-stable/contrib/netbsd-tests/dev/fss/
H A Dt_fss.sh45 dd if=/dev/zero of=./image bs=32k count=64

Completed in 204 milliseconds

1234567891011>>