Searched refs:blocks (Results 26 - 50 of 73) sorted by relevance

123

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_reiserfs.c55 __u32 s_block_count; /* blocks count */
56 __u32 s_free_blocks; /* free blocks count */
61 __u32 s_journal_trans_max; /* max number of blocks in a transaction. */
63 __u32 s_journal_max_batch; /* max number of blocks to batch into a trans */
72 __u16 s_bmap_nr; /* amount of bitmap blocks needed to address each block of file system */
92 __u32 j_realblock[JOURNAL_TRANS_HALF]; /* real locations for the first blocks */
100 __u32 j_realblock[JOURNAL_TRANS_HALF]; /* real locations for the last blocks */
101 char j_digest[16]; /* md5 sum of all the blocks involved, including desc and commit. not used, kill it */
107 fully flushed means all the log blocks and all the real blocks ar
337 unsigned int blocks[MAX_HEIGHT]; member in struct:fsys_reiser_info
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dtail.c58 "[b:blocks?Copy units of 512 bytes.]"
408 int blocks = 0; local
441 blocks = 512;
586 if (blocks)
587 number *= blocks;
H A Dls.c78 " [+blocks?size in blocks]"
83 " [+dir.blocks?directory blocks]"
104 " [+total.blocks?running total block count]"
128 "[k:kilobytes?Use 1024 blocks instead of 512.]"
149 "[s:size?Print size of each file, in blocks.]"
177 " [s:size|blocks?File size.]"
204 "[101:block-size?Use \ablocksize\a blocks.]#[blocksize]"
304 Sfulong_t blocks; /* numbe member in struct:__anon1490
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dufs.c78 (data,blocks.dir_blocks[blk],32,64)
80 (data,blocks.indir_blocks[blk],32,64)
82 /* The blocks on which the superblock can be found. */
104 /* The size of filesystem blocks to disk blocks. */
160 } blocks; member in union:grub_ufs_inode::__anon434
184 } blocks; member in union:grub_ufs_inode::__anon436
281 "ufs does not support triple indirect blocks");
H A Dext2.c22 /* Amount of indirect blocks in an inode. */
52 /* Log2 size of ext2 block in 512 blocks. */
225 } blocks; member in union:grub_ext2_inode::__anon389
393 (struct grub_ext4_extent_header *) inode->blocks.dir_blocks,
429 /* Direct blocks. */
431 blknr = grub_le_to_cpu32 (inode->blocks.dir_blocks[fileblock]);
439 grub_le_to_cpu32 (inode->blocks.indir_block))
456 grub_le_to_cpu32 (inode->blocks.double_indir_block))
482 grub_le_to_cpu32 (inode->blocks.triple_indir_block))
506 "ext2fs doesn't support quadruple indirect blocks");
[all...]
H A Dreiserfs.c160 grub_uint32_t blocks; member in struct:grub_reiserfs_stat_item_v2
903 grub_le_to_cpu32 (entry_v2_stat.blocks),
917 entry_v2_stat.blocks,
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeysUtil.c1330 CK_ULONG blocks, remainder; local
1369 blocks = dkLen / hLen;
1371 /* crude "Ceiling" function to adjust the number of blocks to use */
1372 if (blocks * hLen != dkLen)
1373 blocks++;
1375 remainder = dkLen - ((blocks - 1) * hLen);
1397 * blocks are all iterated, the secret_key will
1403 for (i = 0; i < blocks && (rv == CKR_OK); i++) {
1424 ((i + 1) == blocks ? remainder : hLen));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DUCD.pm283 positions within all blocks are defined.
440 numbering and separation into blocks of (mostly) 256 characters.
442 For example the Latin B<script> is spread over several B<blocks>, such
449 For blocks see http://www.unicode.org/Public/UNIDATA/Blocks.txt
457 while C<\p{In...}> is used for blocks (e.g. C<\p{InTibetan}> matches
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/NDBM_File/t/
H A Dndbm.t48 $blksize,$blocks) = stat($Dfile);
129 $blksize,$blocks) = stat($Dfile);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ODBM_File/t/
H A Dodbm.t48 $blksize,$blocks) = stat($Dfile);
129 $blksize,$blocks) = stat($Dfile);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/t/
H A Dsdbm.t48 $blksize,$blocks) = stat($Dfile);
129 $blksize,$blocks) = stat($Dfile);
/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse_compat.h170 long blocks; member in struct:fuse_statfs_compat1
/osnet-11/usr/src/lib/crypt_modules/bsdbf/
H A Dblowfish.c544 blf_enc(blf_ctx *c, uint32_t *data, uint16_t blocks) argument
551 for (i = 0; i < blocks; i++) {
559 blf_dec(blf_ctx *c, uint32_t *data, uint16_t blocks) argument
566 for (i = 0; i < blocks; i++) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2text.PL141 for viewing code documented with POD blocks with the POD rendered and the
152 for C<=over> blocks. Defaults to 4 spaces if this option isn't given.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DBblock.pm174 B::Bblock - Walk basic blocks
187 This module is used by the B::CC back end. It walks "basic blocks".
H A DBytecode.pm814 Save all the BEGIN blocks. Normally only BEGIN blocks that C<require>
/osnet-11/usr/src/lib/libc/capabilities/sun4v-hwcap3/common/
H A Dmemset.s169 andn %o2, 63, %o4 ! calculate size of blocks in bytes
334 4: ! set final blocks of 64 bytes
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/
H A DTEST401 /(?:lost|reachable):\s+\d+ bytes in (\d+) blocks/) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm376 Returns the AV object (i.e. in class B::AV) representing INIT blocks.
380 Returns the AV object (i.e. in class B::AV) representing CHECK blocks.
384 Returns the AV object (i.e. in class B::AV) representing BEGIN blocks.
388 Returns the AV object (i.e. in class B::AV) representing END blocks.
/osnet-11/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemset.s129 andn %o2, 63, %o4 ! calc size of blocks in bytes
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dpk11keys.c568 int i, blocks, block_size; local
630 blocks = plaintext->Length/block_size;
632 for (i = 0; i < blocks; i++) {
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dloadsave.c754 UINT32 chunksize, blocks; local
786 blocks = cleartxt_len / chunksize + ((cleartxt_len % chunksize) > 0);
787 padded_len = RSA_BLOCK_SIZE * blocks;
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c344 * all blocks if lit_bufsize is not greater than 32K.)
385 /* Number of blocks produced since the last time Z_PACKET_FLUSH
2443 * on 16 bit machines and because stored blocks are restricted to
2742 BLOCKS, /* decompressing blocks */
2765 *blocks; /* current inflate_blocks state */ member in struct:internal_state
2780 inflate_blocks_reset(z->state->blocks, z, &c);
2793 if (z->state->blocks != Z_NULL)
2794 inflate_blocks_free(z->state->blocks, z, &c);
2814 z->state->blocks = Z_NULL;
2833 if ((z->state->blocks
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/disk/i386/pc/
H A Dbiosdisk.c459 dap->blocks = size;
/osnet-11/usr/src/grub/grub2/grub-core/net/drivers/i386/pc/
H A Dpxe.c150 } blocks[8]; member in struct:grub_pxe_undi_tbd

Completed in 6405 milliseconds

123