Searched refs:ibs (Results 1 – 15 of 15) sorted by relevance
| /trueos/crypto/openssl/crypto/bio/ |
| HD | bf_buff.c | 296 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()
|
| /trueos/crypto/openssl/crypto/comp/ |
| HD | c_zlib.c | 690 int ibs, obs; in bio_zlib_ctrl() local 709 ibs = -1; in bio_zlib_ctrl() 714 ibs = (int)num; in bio_zlib_ctrl() 718 ibs = (int)num; in bio_zlib_ctrl() 719 obs = ibs; in bio_zlib_ctrl() 722 if (ibs != -1) { in bio_zlib_ctrl() 727 ctx->ibufsize = ibs; in bio_zlib_ctrl()
|
| /trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | dnode.c | 509 dnode_allocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, int ibs, in dnode_allocate() argument 521 if (ibs == 0) in dnode_allocate() 522 ibs = zfs_default_ibs; in dnode_allocate() 524 ibs = MIN(MAX(ibs, DN_MIN_INDBLKSHIFT), DN_MAX_INDBLKSHIFT); in dnode_allocate() 527 dn->dn_object, tx->tx_txg, blocksize, ibs); in dnode_allocate() 562 dn->dn_indblkshift = ibs; in dnode_allocate() 585 dn->dn_next_indblkshift[tx->tx_txg & TXG_MASK] = ibs; in dnode_allocate() 1349 dnode_set_blksz(dnode_t *dn, uint64_t size, int ibs, dmu_tx_t *tx) in dnode_set_blksz() argument 1360 if (ibs == dn->dn_indblkshift) in dnode_set_blksz() 1361 ibs = 0; in dnode_set_blksz() [all …]
|
| HD | dmu.c | 1702 dmu_object_set_blocksize(objset_t *os, uint64_t object, uint64_t size, int ibs, in dmu_object_set_blocksize() argument 1711 err = dnode_set_blksz(dn, size, ibs, tx); in dmu_object_set_blocksize()
|
| /trueos/sys/tools/ |
| HD | embed_mfs.sh | 36 dd if=$2 ibs=8192 of=$1 obs=${obs} oseek=1 conv=notrunc 2> /dev/null
|
| /trueos/sys/tools/fdt/ |
| HD | embed_dtb.sh | 44 dd if=$2 ibs=${dtbsize} of=$1 obs=${obs} oseek=1 conv=notrunc 2> /dev/null
|
| /trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| HD | dnode.h | 284 void dnode_allocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, int ibs, 292 int dnode_set_blksz(dnode_t *dn, uint64_t size, int ibs, dmu_tx_t *tx);
|
| HD | dmu.h | 391 int ibs, dmu_tx_t *tx);
|
| /trueos/crypto/openssh/contrib/redhat/ |
| HD | openssh.spec | 793 * Tue Nov 09 1999 Damien Miller <djm@ibs.com.au> 797 * Mon Nov 08 1999 Damien Miller <djm@ibs.com.au> 801 * Sat Oct 30 1999 Damien Miller <djm@ibs.com.au> 804 * Fri Oct 29 1999 Damien Miller <djm@ibs.com.au> 807 * Thu Oct 28 1999 Damien Miller <djm@ibs.com.au> 811 * Wed Oct 27 1999 Damien Miller <djm@ibs.com.au>
|
| /trueos/contrib/netbsd-tests/usr.bin/rump_server/ |
| HD | t_disk.sh | 80 echo 'test string' | dd of=testfile ibs=512 count=1 conv=sync
|
| /trueos/contrib/ofed/libmlx4/fixes/ |
| HD | fix_inline_size.patch | 23 @@ -402,6 +402,44 @@ int mlx4_destroy_srq(struct ibv_srq *ibs
|
| /trueos/release/picobsd/build/ |
| HD | picobsd | 856 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 | \
|
| /trueos/crypto/openssh/contrib/suse/ |
| HD | openssh.spec | 86 * Wed Mar 15 2000 Damien Miller <djm@ibs.com.au>
|
| /trueos/share/examples/csh/ |
| HD | dot.cshrc | 31 complete dd 'c/[io]f=/f/ n/*/"(if of ibs obs bs skip seek count)"/='
|
| /trueos/contrib/tcsh/ |
| HD | complete.tcsh | 218 n/*/"(if of conv ibs obs bs cbs files skip file seek count)"/=
|