Searched refs:blocks (Results 1 - 25 of 73) sorted by relevance

123

/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dfs.c122 struct grub_fs_block *blocks;
124 /* First, count the number of blocks. */
135 blocks = grub_zalloc (sizeof (struct grub_fs_block) * (num + 1));
136 if (! blocks)
145 blocks[i].offset = grub_strtoull (p, &p, 0);
155 blocks[i].length = grub_strtoul (p, &p, 0);
157 || blocks[i].length == 0
165 if (disk->total_sectors < blocks[i].offset + blocks[i].length)
171 file->size += (blocks[
121 struct grub_fs_block *blocks; local
[all...]
/osnet-11/usr/src/tools/onbld/Checks/
H A DCmtBlk.py57 blocks = []
84 blocks.append({'start':start, 'block':lic})
95 if not len(blocks) and not lenient:
101 # Check for multiple comment blocks
102 if len(blocks) > 1:
104 output.write('%s: Error: Multiple %s blocks\n'
107 ', '.join([str(x['start']) for x in blocks])))
110 for b in blocks:
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dvstafs.h76 struct alloc blocks[32]; member in struct:fs_file
H A Dfsys_vstafs.c81 a = FILE_INFO->blocks;
198 a = FILE_INFO->blocks;
H A Dbios.c63 unsigned short blocks;
80 dap.blocks = nsec;
90 if (err == 0 && dap.blocks != nsec)
61 unsigned short blocks; member in struct:disk_address_packet
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAuthBlock.java39 * authentication blocks.
47 * in the protocol specification for auth blocks. AuthBlocks will
61 * A convenience method for creating a set of auth blocks
87 Hashtable blocks = new Hashtable();
92 blocks.put(spi, new AuthBlock(message, spi, bsd, lifetime));
94 return blocks;
98 * A convenience method which creates a Hashtable of auth blocks
107 * @param nBlocks Number of auth blocks to read.
124 Hashtable blocks = new Hashtable();
128 blocks
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dfs.t87 $blksize,$blocks);
96 $blksize,$blocks) = stat('c');
124 $blksize,$blocks) = stat('c');
139 $blksize,$blocks) = stat('c');
148 $blksize,$blocks) = stat('x');
159 $blksize,$blocks) = stat('b');
164 $blksize,$blocks) = stat('x');
172 $blksize,$blocks) = stat('a');
183 $blksize,$blocks) = stat('b');
235 $blksize,$blocks)
[all...]
/osnet-11/usr/src/lib/libast/common/misc/
H A Dstack.c55 stack->blocks = b;
75 b = stack->blocks;
92 stack->position.block = stack->blocks;
/osnet-11/usr/src/lib/libast/common/include/
H A Dstack.h51 struct stackblock* blocks; /* stack table blocks */ member in struct:stacktable
/osnet-11/usr/src/grub/grub2/include/grub/i386/pc/
H A Dbiosdisk.h104 grub_uint16_t blocks; member in struct:grub_biosdisk_dap
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dlook.pl16 $blksize,$blocks) = stat(FH);
H A DAnyDBM_File.t38 $blksize,$blocks) = stat($Dfile);
120 $blksize,$blocks) = stat($Dfile);
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dstack.h60 struct stackblock* blocks; /* stack table blocks */ member in struct:stacktable
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dstack.h60 struct stackblock* blocks; /* stack table blocks */ member in struct:stacktable
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dstack.h60 struct stackblock* blocks; /* stack table blocks */ member in struct:stacktable
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dstack.h60 struct stackblock* blocks; /* stack table blocks */ member in struct:stacktable
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_status.c329 char blocks[6], lsize[6], psize[6], dsize[6]; local
340 zfs_nicenum(dds->dds_blocks, blocks, sizeof (blocks));
351 blocks, lsize, psize, dsize,
374 "blocks", "LSIZE", "PSIZE", "DSIZE",
375 "blocks", "LSIZE", "PSIZE", "DSIZE");
/osnet-11/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemset.s39 / For all basic blocks in this routine, maintain the following
87 shr $6, %ecx / number of 64 byte blocks to set
100 cmpl $262143, %ebx / blocks smaller than this allocate in the cache
113 dec %ecx / dec count of blocks
139 dec %ecx / dec count of blocks
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dfind2perl.PL401 \$atime,\$mtime,\$ctime,\$blksize,\$blocks) = $stat(_);
405 $blocks
406 or $blocks = int(($size + 1023) / 1024);
437 $blocks,
457 my %blocks = ();
466 ++$blocks{$fh};
484 $atime,$mtime,$ctime,$blksize,$blocks);
490 $atime,$mtime,$ctime,$blksize,$blocks) = (0) x 13;
494 \$atime,\$mtime,\$ctime,\$blksize,\$blocks) = $stat(_);
551 print $blocks{
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A Dstat.pm31 atime mtime ctime blksize blocks
103 blocks.
H A Dstat.t57 is( $stat->blocks, $stat[12], "number of blocks in position 12" );
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2_mkfs.c291 blk_t blocks[12]; local
299 if (!(blocks[i] = ext2_find_free_block(fs)))
302 if (!ext2_set_block_state(fs, blocks[i], 1, 1))
306 /* create the directory entries, preallocating lots of blocks */
308 bh = ext2_bcreate(fs, blocks[0]);
320 /* subsequent blocks are empty */
326 bh = ext2_bcreate(fs, blocks[i]);
346 inode.i_block[i] = PED_CPU_TO_LE32(blocks[i]);
526 /* if the FS is > 512Mb, use 4k blocks, otherwise 1k blocks */
[all...]
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dmemcluster.c89 u_long blocks; member in struct:stats
242 * If there are no blocks in the free list for this size, get a chunk
243 * of memory and then break it up into "new_size"-sized blocks, adding
290 stats[new_size].blocks++;
292 /* Set up a linked-list of blocks of size "new_size". */
516 if (s->blocks != 0U)
518 s->blocks, s->freefrags);
555 * restrictions, both of which are needed to make lists of blocks.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.xs147 U8 buffer[128]; /* collect complete 64 byte blocks */
239 MD5Transform(MD5_CTX* ctx, const U8* buf, STRLEN blocks)
278 fprintf(stderr,"%5d: Transform %p (%d)", ++tcount, buf, blocks);
367 } while (--blocks);
391 STRLEN blocks;
416 blocks = len >> 6;
417 if (blocks)
418 MD5Transform(ctx, buf, blocks);
420 Copy(buf + (blocks << 6), ctx->buffer, len, U8);
635 * complete blocks
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DO.pm79 to STDOUT by BEGIN blocks or use'd modules will be stored in this
118 set, the program does not start running (excepting BEGIN blocks of

Completed in 57 milliseconds

123