Searched refs:bs (Results 251 - 275 of 435) sorted by relevance

<<1112131415161718

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import.kshlib51 dd if=/dev/urandom of=${file}_$i bs=128k count=10
73 dd if=/dev/urandom of=$file.$i bs=128k count=80
104 dd if=/dev/urandom of=$file bs=128k count=$blocks > /dev/null
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/
H A Dredundancy.kshlib275 bs=1024k count=$((MINVDEVSIZE / (1024 * 1024))) \
301 log_must dd if=/dev/zero of=$dev seek=512 bs=1024 \
306 log_must dd if=/dev/zero of=$dev bs=1024 \
/freebsd-13-stable/tests/sys/geom/class/nop/
H A Dnop_test.sh116 dd if=/dev/random of=src bs=1m count=1 >/dev/null 2>&1
117 dd if=src of=/dev/${us}.nop bs=1m count=1 > /dev/null 2>&1
118 dd if=/dev/${us}.nop of=dst bs=1m count=1 > /dev/null 2>&1
/freebsd-13-stable/usr.sbin/boot0cfg/
H A Dboot0cfg.c487 boot0version(const u_int8_t *bs) argument
490 int v = boot0bs(bs);
495 return *(const int *)(bs + OFF_VERSION) & 0xffff;
515 boot0bs(const u_int8_t *bs) argument
536 if (!memcmp(bs + p->off, p->key, p->len)) /* match */
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-edge.mk141 TESTS+= eq-bs
142 INP.eq-bs= file.c file.c=%.o
143 MOD.eq-bs= ${INP.eq-bs:%.c\=%.o=%.ext}
144 EXP.eq-bs= file.c file.ext
H A Descape.mk68 all: var-1bs
69 var-1bs: .PHONY __printvars VAR1BS VAR1BSa VAR1BSA VAR1BSda VAR1BSdA \
82 all: var-2bs
83 var-2bs: .PHONY __printvars VAR2BS VAR2BSa VAR2BSA VAR2BSda VAR2BSdA \
/freebsd-13-stable/contrib/file/python/
H A DMakefile.in42 bs=\\; \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
/freebsd-13-stable/contrib/openpam/misc/
H A DMakefile.in43 bs=\\; \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
/freebsd-13-stable/lib/libc/tests/sys/
H A DMakefile97 ${DD} if=/dev/null bs=1 count=1 of=${.TARGET}
/freebsd-13-stable/crypto/openssl/ssl/record/
H A Dssl3_record.c888 size_t bs, mac_size = 0; local
918 bs = EVP_CIPHER_CTX_block_size(ds);
922 if ((bs != 1) && sending) {
923 i = bs - (l % bs);
937 if (l == 0 || l % bs != 0)
939 /* otherwise, rec->length >= bs */
956 if ((bs != 1) && !sending)
957 return ssl3_cbc_remove_padding(rec, bs, mac_size);
980 size_t bs, mac_siz local
[all...]
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_events/
H A Dzpool_events_duplicates.ksh106 dd if=$FILEPATH of=/dev/null bs=128K > /dev/null 2>&1
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_trim/
H A Dzpool_trim_partial.ksh78 seek=$((LARGESIZE / (1024 * 1024))) bs=$((1024 * 1024)) \
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend-wR_encrypted_zvol.ksh86 log_must dd if=/dev/urandom of=$mntpnt/file bs=1M count=1
/freebsd-13-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dt_vnd.sh44 dd if=/dev/zero of=disk.img bs=1m count=10
/freebsd-13-stable/contrib/netbsd-tests/sbin/fsck_ffs/
H A Dt_enable_quotas.sh61 atf_check -o ignore -e ignore dd if=/dev/zero of=${IMG} bs=512 \
/freebsd-13-stable/usr.sbin/periodic/etc/daily/
H A D221.backup-gpart95 dd if="/dev/${mb}" of="$bak_dir/$safe_name.tmp" bs=512 count=1 2> /dev/null
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/
H A Dzpool_upgrade.kshlib62 count=1 bs=1024 > /dev/null 2>&1
/freebsd-13-stable/tests/sys/cddl/zfs/tests/zfsd/
H A Dzfsd_replace_003_pos.ksh111 log_must $DD if=/dev/random of=/$TESTPOOL/randfile bs=1m count=1
/freebsd-13-stable/tests/sys/kern/
H A Dsendfile_test.sh127 atf_check -e ignore dd if=/dev/zero of=$FILE bs=1m count=1
/freebsd-13-stable/tools/boot/
H A Dci-qemu-test.sh64 dd if=/dev/random of=${ROOTDIR}/boot/entropy bs=4k count=1
/freebsd-13-stable/sbin/newfs_msdos/
H A Dmkfs_msdos.c104 struct bs { struct
244 struct bs *bs; local
680 x1 = sizeof(struct bs);
723 bs = (struct bs *)img;
724 mk1(bs->bsJump[0], 0xeb);
725 mk1(bs->bsJump[1], x1 - 2);
726 mk1(bs->bsJump[2], 0x90);
727 setstr(bs
[all...]
/freebsd-13-stable/crypto/openssl/crypto/x509v3/
H A Dv3_purp.c376 BASIC_CONSTRAINTS *bs; local
403 if ((bs = X509_get_ext_d2i(x, NID_basic_constraints, &i, NULL))) {
404 if (bs->ca)
406 if (bs->pathlen) {
407 if (bs->pathlen->type == V_ASN1_NEG_INTEGER) {
411 x->ex_pathlen = ASN1_INTEGER_get(bs->pathlen);
412 if (!bs->ca && x->ex_pathlen != 0) {
419 BASIC_CONSTRAINTS_free(bs);
/freebsd-13-stable/libexec/save-entropy/
H A Dsave-entropy.sh129 dd if=/dev/random of="${save_file}" bs=${entropy_save_sz} count=1 2>/dev/null
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_send/
H A Dzfs_send_006_pos.ksh107 bs=1M count=$block_size
180 bs=1M count=64
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
H A Dredacted_deleted.ksh56 log_must dd if=/dev/urandom of=$clone_mnt/f1 bs=512 count=1 conv=notrunc
70 #log_mustnot dd if=$recv_mnt/f1 of=/dev/null bs=512 count=1

Completed in 190 milliseconds

<<1112131415161718