Home
last modified time | relevance | path

Searched refs:blocks (Results 1 – 25 of 119) sorted by relevance

12345

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_property/
H A Dzfs_written_property_001_pos.ksh74 count=$blocks
81 ((blocks = blocks + 50))
85 blocks=0
98 ((blocks = blocks + 50))
106 blocks=50
113 ((blocks = blocks + 50))
138 blocks=20
140 count=$blocks
196 blocks=10
208 ((blocks = blocks + 10))
[all …]
/illumos-gate/usr/src/cmd/du/
H A Ddu.c101 blkcnt_t blocks = 0; in main() local
261 blocks = descend(*np ? np : ".", 0, &retcode, in main()
264 printsize(blocks, base); in main()
287 blkcnt_t blocks = 0; in descend() local
384 blocks = Aflg ? stb.st_size : stb.st_blocks; in descend()
415 printsize(blocks, base); in descend()
416 return (blocks); in descend()
489 blocks += retval; in descend()
508 printsize(blocks, base); in descend()
526 return (blocks); in descend()
[all …]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAuthBlock.java87 Hashtable blocks = new Hashtable(); in makeAuthBlocks() local
94 return blocks; in makeAuthBlocks()
124 Hashtable blocks = new Hashtable(); in makeAuthBlocks() local
128 blocks.put(ab.getSPI(), ab); in makeAuthBlocks()
131 return blocks; in makeAuthBlocks()
153 Enumeration blocks = authBlocks.elements(); in verifyAll() local
155 while (blocks.hasMoreElements()) { in verifyAll()
177 while (blocks.hasMoreElements()) { in getShortestLifetime()
208 while (blocks.hasMoreElements()) { in externalizeAll()
252 while (blocks.hasMoreElements()) { in desc()
[all …]
/illumos-gate/usr/src/tools/onbld/Checks/
H A DCmtBlk.py58 blocks = []
85 blocks.append({'start':start, 'block':lic})
96 if not len(blocks) and not lenient:
103 if len(blocks) > 1:
108 ', '.join([str(x['start']) for x in blocks])))
111 for b in blocks:
/illumos-gate/usr/src/test/zfs-tests/tests/functional/alloc_class/
H A Dalloc_class_012_pos.ksh78 typeset -l blocks=25
84 count=$blocks
85 ((blocks = blocks + 25))
/illumos-gate/usr/src/test/zfs-tests/tests/functional/holes/
H A Dholes.shlib18 # data_blks The expected number of data blocks.
29 log_note "Found $found_hole_blks, not $hole_blks hole blocks."
34 log_note "Found $found_data_blks, not $data_blks data blocks."
38 [[ $failures -eq 0 ]] || log_fail "Wrong number of data/hole blocks."
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dmae.c362 operation->blocks[0].source = source; in lm_dmae_operation_create()
363 operation->blocks[0].dest = dest; in lm_dmae_operation_create()
364 operation->blocks[0].length = length; in lm_dmae_operation_create()
477 if (new_sge_idx >= ARRSIZE(operation->blocks)) in lm_dmae_operation_add_sge()
496 operation->blocks[new_sge_idx].source = source; in lm_dmae_operation_add_sge()
497 operation->blocks[new_sge_idx].dest = dest; in lm_dmae_operation_add_sge()
498 operation->blocks[new_sge_idx].length = length; in lm_dmae_operation_add_sge()
892 switch (operation->blocks[0].source.type) in lm_dmae_context_execute_sub_operation()
924 switch (operation->blocks[0].dest.type) in lm_dmae_context_execute_sub_operation()
1003 cnt_split = operation->blocks[0].length / length_limit; in lm_dmae_context_execute_single_block()
[all …]
/illumos-gate/usr/src/lib/libzutil/common/
H A Dzutil_pool.c41 char blocks[6], lsize[6], psize[6], dsize[6]; in dump_ddt_stat() local
52 zfs_nicenum(dds->dds_blocks, blocks, sizeof (blocks)); in dump_ddt_stat()
63 blocks, lsize, psize, dsize, in dump_ddt_stat()
/illumos-gate/usr/src/tools/smatch/src/
H A Dsort.c228 int blocks = 1; in sort_list() local
251 for (i = 0; i < blocks; i++) { in sort_list()
265 for (i = 0; i < blocks; ) { in sort_list()
275 newhead = merge_block_seqs (block1, blocks, in sort_list()
279 verify_seq_sorted (newhead, blocks + i, cmp); in sort_list()
288 blocks <<= 1; in sort_list()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass1.c577 int blocks; in collapse_dirhole() local
594 blocks = howmany(new_size, sblock.fs_bsize); in collapse_dirhole()
595 if (blocks > NDADDR) { in collapse_dirhole()
596 if (blocks < (NDADDR + NINDIR(&sblock))) in collapse_dirhole()
597 blocks = NDADDR; in collapse_dirhole()
598 else if (blocks < (NDADDR + NINDIR(&sblock) + in collapse_dirhole()
600 blocks = NDADDR + NINDIR(&sblock); in collapse_dirhole()
602 blocks = NDADDR + NINDIR(&sblock) + in collapse_dirhole()
604 new_size = blocks * sblock.fs_bsize; in collapse_dirhole()
607 (longlong_t)new_size, blocks); in collapse_dirhole()
/illumos-gate/usr/src/cmd/fs.d/ufs/quot/
H A Dquot.c71 long blocks; member
342 dp->blocks += size; in qacct()
405 if ((*p1)->blocks > (*p2)->blocks) in qcmp()
407 if ((*p1)->blocks < (*p2)->blocks) in qcmp()
444 if ((*dp)->blocks == 0) in report()
446 (void) printf("%5ld\t", (*dp)->blocks); in report()
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c1674 blkcnt_t blocks; in passtape() local
1824 blkcnt_t blocks; in putfile() local
2347 blocks); in putfile()
2368 blocks); in putfile()
2391 blocks) { in putfile()
2440 blocks); in putfile()
2487 blocks); in putfile()
2497 blocks); in putfile()
2534 blocks); in putfile()
2673 blocks--; in splitfile()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dstack.c55 stack->blocks = b; in stackalloc()
75 b = stack->blocks; in stackfree()
92 stack->position.block = stack->blocks; in stackclear()
/illumos-gate/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
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dfirewall9 a) blocks all packets which might belong to an IP Spoofing attack;
10 b) blocks all packets with IP options;
11 c) blocks all packets which have a length which is too short for
/illumos-gate/usr/src/boot/common/
H A Ddisk.c82 ptblread(void *d, void *buf, size_t blocks, uint64_t offset) in ptblread() argument
101 blocks * od->sectorsize, (char *)buf, NULL)); in ptblread()
177 disk_read(struct disk_devdesc *dev, void *buf, uint64_t offset, uint_t blocks) in disk_read() argument
184 blocks * od->sectorsize, buf, NULL); in disk_read()
190 disk_write(struct disk_devdesc *dev, void *buf, uint64_t offset, uint_t blocks) in disk_write() argument
197 blocks * od->sectorsize, buf, NULL); in disk_write()
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Ddockspace.c361 long blocks, nodes; in readspace() local
376 blocks = nodes = 0; in readspace()
382 (void) sscanf(line, "%s %ld %ld", path, &blocks, &nodes); in readspace()
404 fs_tab->bused += blocks; in readspace()
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dgptldr.S48 .set COPY_BLKS,0x8 # Number of blocks
50 .set COPY_BLK_SZ,0x8000 # Copy in 32k blocks; must be
90 mov $COPY_BLKS,%bx # Copy COPY_BLKS 32k blocks
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbios.c64 unsigned short blocks; in biosdisk() member
81 dap.blocks = nsec; in biosdisk()
91 if (err == 0 && dap.blocks != nsec) in biosdisk()
H A Dfsys_reiserfs.c337 unsigned int blocks[MAX_HEIGHT]; member
624 memset (INFO->blocks, 0, sizeof (INFO->blocks)); in reiserfs_mount()
702 if (blockNr == INFO->blocks[depth]) in read_tree_node()
721 INFO->blocks[depth] = blockNr; in read_tree_node()
772 cache = read_tree_node (INFO->blocks[depth], depth); in next_key()
934 block_read (INFO->blocks[DISK_LEAF_NODE_LEVEL], in reiserfs_read()
H A Dfsys_vstafs.c81 a = FILE_INFO->blocks; in vstafs_readdir()
198 a = FILE_INFO->blocks; in vstafs_read()
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Ddata-structures.txt32 An entrypoint has a list of basic blocks.
40 So basic blocks represent a node in the control flow graph.
45 So you have an entrypoint, which has a graph of basic blocks, each of which has a list of instructi…
54 For instance, the context checking works in terms of basic blocks.
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dmemcluster.c84 u_long blocks; member
285 stats[new_size].blocks++; in __memget_record()
511 if (s->blocks != 0U) in memstats()
513 s->blocks, s->freefrags); in memstats()
/illumos-gate/usr/src/lib/crypt_modules/bsdbf/
H A Dblowfish.c525 blf_enc(blf_ctx *c, uint32_t *data, uint16_t blocks) in blf_enc() argument
531 for (i = 0; i < blocks; i++) { in blf_enc()
538 blf_dec(blf_ctx *c, uint32_t *data, uint16_t blocks) in blf_dec() argument
544 for (i = 0; i < blocks; i++) { in blf_dec()
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dfs109 unsigned long f_blocks; /* total # of blocks of f_frsize on fs */
110 unsigned long f_bfree; /* total # of free blocks of f_frsize */
111 unsigned long f_bavail; /* # of free blocks avail to non-superuser */

12345