Home
last modified time | relevance | path

Searched refs:BLOCK_SIZE (Results 1 – 25 of 35) 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]; in krb5int_aes_encrypt()
52 if (input->length < BLOCK_SIZE) in krb5int_aes_encrypt()
65 if (ivec->data == NULL || ivec->length != BLOCK_SIZE) { in krb5int_aes_encrypt()
67 ASSERT(ivec->length == BLOCK_SIZE); in krb5int_aes_encrypt()
77 nblocks = (input->length + BLOCK_SIZE - 1) / BLOCK_SIZE; in krb5int_aes_encrypt()
80 partialamount = input->length % BLOCK_SIZE; in krb5int_aes_encrypt()
116 char tmp[BLOCK_SIZE]; in krb5int_aes_encrypt()
119 ((nblocks - 2) * BLOCK_SIZE)); in krb5int_aes_encrypt()
121 ((nblocks - 1) * BLOCK_SIZE)); in krb5int_aes_encrypt()
[all …]
/illumos-gate/usr/src/cmd/cdrw/
H A Ddae.c40 #define BLOCK_SIZE 2352 macro
105 for (i = BLOCK_SIZE*(READ_OVERLAP - BLOCKS_COMPARE); i >= 0; i -= 4) { in handle_jitter()
106 if (memcmp(last_end - BLOCK_SIZE * BLOCKS_COMPARE, buf + i, in handle_jitter()
107 BLOCK_SIZE * BLOCKS_COMPARE) == 0) { in handle_jitter()
108 return (i + (BLOCK_SIZE * BLOCKS_COMPARE)); in handle_jitter()
111 for (i = BLOCK_SIZE*(READ_OVERLAP - BLOCKS_COMPARE); in handle_jitter()
112 i < 2*READ_OVERLAP*BLOCK_SIZE; i += 4) { in handle_jitter()
113 if (memcmp(last_end - BLOCK_SIZE * BLOCKS_COMPARE, buf + i, in handle_jitter()
114 BLOCK_SIZE * BLOCKS_COMPARE) == 0) { in handle_jitter()
115 return (i + (BLOCK_SIZE * BLOCKS_COMPARE)); in handle_jitter()
[all …]
/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, in minix_rdfsb()
196 BLOCK_SIZE, (char *) buffer); in minix_rdfsb()
258 offset = filepos & (BLOCK_SIZE - 1); in minix_read()
266 size = BLOCK_SIZE; in minix_read()
[all …]
H A Dfsys_vstafs.c52 || ! devread (0, 0, BLOCK_SIZE, (char *) FSYS_BUF) in vstafs_mount()
62 devread (sector, 0, BLOCK_SIZE, (char *) FILE_INFO); in get_file_info()
H A Dvstafs.h26 #define BLOCK_SIZE 512 macro
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.S57 #define BLOCK_SIZE 64 macro
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_read
[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.sh76 write_count=`expr $fill_size / $BLOCK_SIZE`
78 log_must file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE \
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_009_pos.sh83 write_count=`expr $fill_size / $BLOCK_SIZE`
87 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE \
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_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_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/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.S166 #define BLOCK_SIZE 64 macro
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_read
[all …]
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.S57 #define BLOCK_SIZE 64 macro
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)], 20
[all …]
H A Dmemcmp.S54 #define BLOCK_SIZE 64 macro
72 prefetch [%o0 + (1 * BLOCK_SIZE)], #one_read
73 prefetch [%o1 + (1 * BLOCK_SIZE)], #one_read
H A Dmemset.S56 #define BLOCK_SIZE 64 macro
/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/test/zfs-tests/tests/functional/quota/
H A Dquota.kshlib53 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/rsend/
H A Dsend_holds.ksh122 file_write -o create -f $init_data -b $BLOCK_SIZE -c $WRITE_COUNT
142 file_write -o create -f $inc_data -b $BLOCK_SIZE -c $WRITE_COUNT -d 0
159 file_write -o create -f $inc_data2 -b $BLOCK_SIZE -c $WRITE_COUNT -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/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.cfg31 export BLOCK_SIZE=512
H A Dzfs_send_002_pos.ksh70 file_write -o create -f $origfile -b $BLOCK_SIZE -c $WRITE_COUNT
/illumos-gate/usr/src/cmd/mkfile/
H A Dmkfile.c40 #define BLOCK_SIZE 512 /* bytes */ macro
96 mult = BLOCK_SIZE; in main()

12