Home
last modified time | relevance | path

Searched refs:ibs (Results 1 – 16 of 16) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/bio/
Dbf_buff.c296 int ibs, obs; in buffer_ctrl() local
355 ibs = (int)num; in buffer_ctrl()
359 ibs = ctx->ibuf_size; in buffer_ctrl()
363 ibs = (int)num; in buffer_ctrl()
368 if ((ibs > DEFAULT_BUFFER_SIZE) && (ibs != ctx->ibuf_size)) { in buffer_ctrl()
386 ctx->ibuf_size = ibs; in buffer_ctrl()
/freebsd-10-stable/crypto/openssl/crypto/comp/
Dc_zlib.c691 int ibs, obs; in bio_zlib_ctrl() local
710 ibs = -1; in bio_zlib_ctrl()
715 ibs = (int)num; in bio_zlib_ctrl()
719 ibs = (int)num; in bio_zlib_ctrl()
720 obs = ibs; in bio_zlib_ctrl()
723 if (ibs != -1) { in bio_zlib_ctrl()
728 ctx->ibufsize = ibs; in bio_zlib_ctrl()
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Ddnode.c539 dnode_allocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, int ibs, in dnode_allocate() argument
551 if (ibs == 0) in dnode_allocate()
552 ibs = zfs_default_ibs; in dnode_allocate()
554 ibs = MIN(MAX(ibs, DN_MIN_INDBLKSHIFT), DN_MAX_INDBLKSHIFT); in dnode_allocate()
557 dn->dn_object, tx->tx_txg, blocksize, ibs); in dnode_allocate()
592 dn->dn_indblkshift = ibs; in dnode_allocate()
615 dn->dn_next_indblkshift[tx->tx_txg & TXG_MASK] = ibs; in dnode_allocate()
1377 dnode_set_blksz(dnode_t *dn, uint64_t size, int ibs, dmu_tx_t *tx) in dnode_set_blksz() argument
1388 if (ibs == dn->dn_indblkshift) in dnode_set_blksz()
1389 ibs = 0; in dnode_set_blksz()
[all …]
Ddmu.c1799 dmu_object_set_blocksize(objset_t *os, uint64_t object, uint64_t size, int ibs, in dmu_object_set_blocksize() argument
1808 err = dnode_set_blksz(dn, size, ibs, tx); in dmu_object_set_blocksize()
/freebsd-10-stable/sys/tools/
Dembed_mfs.sh36 dd if=$2 ibs=8192 of=$1 obs=${obs} oseek=1 conv=notrunc 2> /dev/null
/freebsd-10-stable/sys/tools/fdt/
Dembed_dtb.sh44 dd if=$2 ibs=${dtbsize} of=$1 obs=${obs} oseek=1 conv=notrunc 2> /dev/null
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Ddnode.h292 void dnode_allocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, int ibs,
300 int dnode_set_blksz(dnode_t *dn, uint64_t size, int ibs, dmu_tx_t *tx);
Ddmu.h397 int ibs, dmu_tx_t *tx);
/freebsd-10-stable/bin/dd/
DMakefile28 @./gen 189284 | ./dd ibs=16 obs=8 conv=sparse of=obs_zeroes 2> /dev/null
/freebsd-10-stable/crypto/openssh/contrib/redhat/
Dopenssh.spec789 * Tue Nov 09 1999 Damien Miller <djm@ibs.com.au>
793 * Mon Nov 08 1999 Damien Miller <djm@ibs.com.au>
797 * Sat Oct 30 1999 Damien Miller <djm@ibs.com.au>
800 * Fri Oct 29 1999 Damien Miller <djm@ibs.com.au>
803 * Thu Oct 28 1999 Damien Miller <djm@ibs.com.au>
807 * Wed Oct 27 1999 Damien Miller <djm@ibs.com.au>
/freebsd-10-stable/contrib/netbsd-tests/usr.bin/rump_server/
Dt_disk.sh80 echo 'test string' | dd of=testfile ibs=512 count=1 conv=sync
/freebsd-10-stable/contrib/ofed/libmlx4/fixes/
Dfix_inline_size.patch23 @@ -402,6 +402,44 @@ int mlx4_destroy_srq(struct ibv_srq *ibs
/freebsd-10-stable/release/picobsd/build/
Dpicobsd856 dd if=${c_fs} ibs=8192 iseek=1 of=kernel obs=${mfs_ofs} \
920 dd if=${c_boot2} iseek=1 ibs=276 2> /dev/null | \
/freebsd-10-stable/crypto/openssh/contrib/suse/
Dopenssh.spec84 * Wed Mar 15 2000 Damien Miller <djm@ibs.com.au>
/freebsd-10-stable/share/examples/csh/
Ddot.cshrc31 complete dd 'c/[io]f=/f/ n/*/"(if of ibs obs bs skip seek count)"/='
/freebsd-10-stable/contrib/tcsh/
Dcomplete.tcsh228 n/*/"(if of conv ibs obs bs cbs files skip file seek count)"/=