Searched refs:BLOCK_SIZE (Results 1 - 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/
H A Daes_provider.c15 #define BLOCK_SIZE 16 macro
46 char local_iv_data[BLOCK_SIZE];
52 if (input->length < BLOCK_SIZE)
65 if (ivec->data == NULL || ivec->length != BLOCK_SIZE) {
67 ASSERT(ivec->length == BLOCK_SIZE);
77 nblocks = (input->length + BLOCK_SIZE - 1) / BLOCK_SIZE;
80 partialamount = input->length % BLOCK_SIZE;
116 char tmp[BLOCK_SIZE];
119 ((nblocks - 2) * BLOCK_SIZE));
[all...]
/illumos-gate/usr/src/cmd/cdrw/
H A Ddae.c42 #define BLOCK_SIZE 2352 macro
107 for (i = BLOCK_SIZE*(READ_OVERLAP - BLOCKS_COMPARE); i >= 0; i -= 4) {
108 if (memcmp(last_end - BLOCK_SIZE * BLOCKS_COMPARE, buf + i,
109 BLOCK_SIZE * BLOCKS_COMPARE) == 0) {
110 return (i + (BLOCK_SIZE * BLOCKS_COMPARE));
113 for (i = BLOCK_SIZE*(READ_OVERLAP - BLOCKS_COMPARE);
114 i < 2*READ_OVERLAP*BLOCK_SIZE; i += 4) {
115 if (memcmp(last_end - BLOCK_SIZE * BLOCKS_COMPARE, buf + i,
116 BLOCK_SIZE * BLOCKS_COMPARE) == 0) {
117 return (i + (BLOCK_SIZE * BLOCKS_COMPAR
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/reservation/
H A Dreservation_012_pos.sh75 ((write_count = (RESV_FREE_SPACE + RESV_TOLERANCE) / BLOCK_SIZE))
77 file_write -o create -f $TESTDIR2/$TESTFILE1 -b $BLOCK_SIZE -c $write_count \
84 ((write_count = (RESV_FREE_SPACE - RESV_TOLERANCE) / BLOCK_SIZE))
85 log_must file_write -o create -f $TESTDIR/$TESTFILE2 -b $BLOCK_SIZE -c \
H A Dreservation_006_pos.sh72 # Calculate how many writes of BLOCK_SIZE it would take to fill
76 write_count=`expr $fill_size / $BLOCK_SIZE`
78 log_must file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE \
H A Dreservation_009_pos.sh83 write_count=`expr $fill_size / $BLOCK_SIZE`
87 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE \
H A Dreservation_010_pos.sh85 write_count=`expr $fill_size / $BLOCK_SIZE`
89 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE -c $write_count -d 0
H A Dreservation_015_pos.sh83 write_count=$((fill_size / BLOCK_SIZE))
87 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE -c $write_count -d 0
H A Dreservation_016_pos.sh82 write_count=$((fill_size / BLOCK_SIZE))
86 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE -c $write_count -d 0
H A Dreservation_008_pos.sh102 write_count=`expr $fill_size / $BLOCK_SIZE`
109 file_write -o create -f $TESTDIR$num/$TESTFILE1 -b $BLOCK_SIZE \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/grow_pool/
H A Dgrow_pool_001_pos.ksh53 -b $BLOCK_SIZE -c $WRITE_COUNT -d 0
71 -b $BLOCK_SIZE -c $SMALL_WRITE_COUNT -d 0
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_minix.c41 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS) macro
46 #define SBLOCK (WHICH_SUPER * BLOCK_SIZE / DEV_BSIZE) /* = 2 */
72 #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))
73 #define MINIX2_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix2_inode)))
141 ((struct minix_inode *)((int) SUPERBLOCK + BLOCK_SIZE))
145 ((int)((int)DATABLOCK1 + BLOCK_SIZE))
195 return devread (fsblock * (BLOCK_SIZE / DEV_BSIZE), 0,
196 BLOCK_SIZE, (char *) buffer);
258 offset = filepos & (BLOCK_SIZE - 1);
266 size = BLOCK_SIZE;
[all...]
H A Dvstafs.h26 #define BLOCK_SIZE 512 macro
H A Dfsys_vstafs.c52 || ! devread (0, 0, BLOCK_SIZE, (char *) FSYS_BUF)
62 devread (sector, 0, BLOCK_SIZE, (char *) FILE_INFO);
H A Dfsys_ext2fs.c31 #define BLOCK_SIZE 1024 /* initial block size for superblock read */ macro
35 #define SBLOCK (WHICH_SUPER * BLOCK_SIZE / DEV_BSIZE) /* = 2 */
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemset.s56 #define BLOCK_SIZE 64 define
190 prefetch [%o5 + (3 * BLOCK_SIZE)], 22
191 prefetch [%o5 + (6 * BLOCK_SIZE)], 22
H A Dmemcmp.s54 #define BLOCK_SIZE 64 define
72 prefetch [%o0 + (1 * BLOCK_SIZE)], #one_read
73 prefetch [%o1 + (1 * BLOCK_SIZE)], #one_read
110 prefetch [%o0 + (2 * BLOCK_SIZE)], #one_read
111 prefetch [%o1 + (2 * BLOCK_SIZE)], #one_read
126 prefetch [%g1 + (3 * BLOCK_SIZE)], #one_read
127 prefetch [%o0 + (3 * BLOCK_SIZE)], #one_read
H A Dmemcpy.s57 #define BLOCK_SIZE 64 define
147 prefetch [%o1 - (1 * BLOCK_SIZE)], 20 ! into the prefetch cache
150 prefetch [%o1 - (2 * BLOCK_SIZE)], 20 ! into the prefetch cache
154 prefetch [%o1 - (3 * BLOCK_SIZE)], 20 ! into the prefetch cache
156 prefetch [%o1 - (4 * BLOCK_SIZE)], 20 ! into the prefetch cache
158 prefetch [%o1 - (5 * BLOCK_SIZE)], 20 ! into the prefetch cache
259 prefetch [%o5 - (5 * BLOCK_SIZE)], 20 ! into the prefetch cache
473 prefetch [%o1 + (1 * BLOCK_SIZE)], 20
484 prefetch [%o1 + (2 * BLOCK_SIZE)], 20
491 prefetch [%o1 + (3 * BLOCK_SIZE)], 2
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/quota/
H A Dquota.kshlib33 # BLOCK_SIZE, QUOTA_VALUE and TOLERANCE set in quota.cfg
53 file_write -o create -f $MNTPT/$TESTFILE1 -b $BLOCK_SIZE \
86 -b $BLOCK_SIZE -c $write_size -d 0
/illumos-gate/usr/src/test/zfs-tests/tests/functional/grow_replicas/
H A Dgrow_replicas_001_pos.ksh85 -b $BLOCK_SIZE -c $WRITE_COUNT -d 0
103 -b $BLOCK_SIZE -c $SMALL_WRITE_COUNT -d 0
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s57 #define BLOCK_SIZE 64 define
129 prefetch [%o1 - (4 * BLOCK_SIZE)], #one_read
130 prefetch [%o0 - (4 * BLOCK_SIZE)], #one_write
163 prefetch [%o1 - (8 * BLOCK_SIZE)], #one_read
166 prefetch [%o0 - (8 * BLOCK_SIZE)], #one_write
236 prefetch [%o5 - (5 * BLOCK_SIZE)], #one_read
240 prefetch [%o0 - (5 * BLOCK_SIZE)], #one_write
427 prefetch [%o1 + (4 * BLOCK_SIZE)], #one_read
428 prefetch [%o0 + (4 * BLOCK_SIZE)], #one_write
452 prefetch [%o1 + (1 * BLOCK_SIZE)], #one_rea
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_send/
H A Dzfs_send_001_pos.ksh98 file_write -o create -f $init_data -b $BLOCK_SIZE -c $WRITE_COUNT
113 file_write -o create -f $inc_data -b $BLOCK_SIZE -c $WRITE_COUNT -d 0
H A Dzfs_send_002_pos.ksh70 file_write -o create -f $origfile -b $BLOCK_SIZE -c $WRITE_COUNT
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.s166 #define BLOCK_SIZE 64 define
317 prefetch [%o1 + (1 * BLOCK_SIZE)], #one_read
323 prefetch [%o1 + (2 * BLOCK_SIZE)], #one_read
352 prefetch [%o1 + (3 * BLOCK_SIZE)], #one_read
364 prefetch [%o1 + (4 * BLOCK_SIZE)], #one_read
370 prefetch [%o1 + (4 * BLOCK_SIZE)], #one_read
379 prefetch [%o1 + (4 * BLOCK_SIZE)], #one_read
385 prefetch [%o1 + (4 * BLOCK_SIZE)], #one_read
407 prefetch [%o1 + (5 * BLOCK_SIZE)], #one_read
424 prefetch [%o1 + (4 * BLOCK_SIZE)], #one_rea
[all...]
/illumos-gate/usr/src/cmd/mkfile/
H A Dmkfile.c41 #define BLOCK_SIZE 512 /* bytes */ macro
97 mult = BLOCK_SIZE;
/illumos-gate/usr/src/test/zfs-tests/tests/functional/inuse/
H A Dinuse_003_pos.ksh119 -b $BLOCK_SIZE -c $BLOCK_COUNT

Completed in 87 milliseconds

12