/src/sys/opencrypto/ |
deflate.c | 147 int nextsize = buf[i-1].size * 2; local in function:deflate_global 148 if (i == ZBUF || nextsize > 1000000) 150 buf[i].out = malloc(nextsize, M_CRYPTO_DATA, M_NOWAIT); 154 zbuf.avail_out = buf[i].size = nextsize; 341 int nextsize = buf[i-1].size * 2; local in function:gzip_global 342 if (i == ZBUF || nextsize > 1000000) 344 buf[i].out = malloc(nextsize, M_CRYPTO_DATA, M_NOWAIT); 348 zbuf.avail_out = buf[i].size = nextsize;
|
deflate.c | 147 int nextsize = buf[i-1].size * 2; local in function:deflate_global 148 if (i == ZBUF || nextsize > 1000000) 150 buf[i].out = malloc(nextsize, M_CRYPTO_DATA, M_NOWAIT); 154 zbuf.avail_out = buf[i].size = nextsize; 341 int nextsize = buf[i-1].size * 2; local in function:gzip_global 342 if (i == ZBUF || nextsize > 1000000) 344 buf[i].out = malloc(nextsize, M_CRYPTO_DATA, M_NOWAIT); 348 zbuf.avail_out = buf[i].size = nextsize;
|
/src/sys/ufs/ext2fs/ |
ext2fs_readwrite.c | 202 int nextsize = fs->e2fs_bsize; local in function:ext2fs_bufrd 204 size, &nextlbn, &nextsize, 1, 0, &bp);
|
ext2fs_readwrite.c | 202 int nextsize = fs->e2fs_bsize; local in function:ext2fs_bufrd 204 size, &nextlbn, &nextsize, 1, 0, &bp);
|
/src/sys/ufs/lfs/ |
ulfs_readwrite.c | 170 int nextsize = lfs_blksize(fs, ip, nextlbn); local in function:BUFRD 172 size, &nextlbn, &nextsize, 1, 0, &bp);
|
ulfs_readwrite.c | 170 int nextsize = lfs_blksize(fs, ip, nextlbn); local in function:BUFRD 172 size, &nextlbn, &nextsize, 1, 0, &bp);
|
/src/sys/ufs/ufs/ |
ufs_readwrite.c | 173 int nextsize = ufs_blksize(fs, ip, nextlbn); local in function:BUFRD 175 size, &nextlbn, &nextsize, 1, 0, &bp);
|
ufs_readwrite.c | 173 int nextsize = ufs_blksize(fs, ip, nextlbn); local in function:BUFRD 175 size, &nextlbn, &nextsize, 1, 0, &bp);
|
/src/sys/ufs/ffs/ |
ffs_extattr.c | 209 u_int nextsize = sblksize(fs, dp->di_extsize, nextlbn); local in function:ffs_extread 213 size, &nextlbn, &nextsize, 1, 0, &bp);
|
ffs_snapshot.c | 2103 int nextsize = fs->fs_bsize; local in function:ffs_snapshot_read 2105 size, &nextlbn, &nextsize, 1, 0, &bp);
|
ffs_extattr.c | 209 u_int nextsize = sblksize(fs, dp->di_extsize, nextlbn); local in function:ffs_extread 213 size, &nextlbn, &nextsize, 1, 0, &bp);
|
ffs_snapshot.c | 2103 int nextsize = fs->fs_bsize; local in function:ffs_snapshot_read 2105 size, &nextlbn, &nextsize, 1, 0, &bp);
|
/src/sys/ufs/chfs/ |
chfs_vnops.c | 702 int nextsize = chfs_blksize(chmp, ip, nextlbn); local in function:chfs_read 705 size, &nextlbn, &nextsize, 1, 0, &bp);
|
chfs_vnops.c | 702 int nextsize = chfs_blksize(chmp, ip, nextlbn); local in function:chfs_read 705 size, &nextlbn, &nextsize, 1, 0, &bp);
|