Searched refs:fsize (Results 1 - 25 of 58) sorted by relevance

123

/src/sys/arch/x68k/x68k/
H A Dkgdb_glue.c87 u_int fsize, s; local in function:kgdb_trap_glue
97 fsize = sizeof(frame) - sizeof(frame.F_u) + exframesize[frame.f_format];
98 frame.f_regs[SP] = (u_long)&frame + fsize;
106 roundup(fsize, sizeof(u_long));
108 copywords((u_long *)&frame, (u_long *)nsp, fsize);
131 osp = ((struct frame *)nsp)->f_regs[SP] - fsize;
132 copywords((u_long *)nsp, (u_long *)osp, fsize);
/src/distrib/atari/floppies/install/
H A DMakefile7 IMGMAKEFSOPTIONS= -o bsize=4096,fsize=512,density=4096
/src/sbin/newfs_ext2fs/
H A Dextern.h41 extern uint fsize; /* fragment size */
H A Dnewfs_ext2fs.c109 uint fsize = 0; /* fragment size */ variable in typeref:typename:uint
184 fsize = strsuftoi64("fragment size",
366 bsize = fsize;
376 if (fsize == 0)
377 fsize = bsize;
462 "\t-f fsize\tfragment size\n"
/src/usr.sbin/makefs/
H A Dffs.h47 int fsize; /* fragment size */ member in struct:__anonfa978b910108
/src/lib/libukfs/
H A Dukfs_int_disklabel.h137 uint32_t fsize; /* FFS, ADOS: member in union:ukfs__disklabel::ukfs__partition::__anon8f5400bb030a
141 #define p_fsize __partition_u2.fsize
/src/distrib/sparc64/instfs/
H A DMakefile.instfs5 MAKEFS_FLAGS+= -o bsize=16k,fsize=2k -f 15
/src/sbin/newfs/
H A Dextern.h39 extern int fsize; /* fragment size */
H A Dnewfs.c215 int fsize = 0; /* fragment size */ variable in typeref:typename:int
362 fsize = strsuftoi64("fragment size",
646 if (fsize == 0) {
647 fsize = bsize / DFL_FRAG_BLK;
648 if (fsize <= 0) {
650 fsize = APPLEUFS_DFL_FRAGSIZE;
653 fsize = S_DFL_FRAGSIZE;
655 fsize = M_DFL_FRAGSIZE;
657 fsize = L_DFL_FRAGSIZE;
659 fsize
[all...]
/src/sys/arch/amigappc/amigappc/
H A Damiga_init.c70 set_boot_args(int boot_howto, u_long fstart, u_long fsize, u_long csize, argument
77 boot_fphysize = fsize;
/src/sbin/newfs_lfs/
H A Dmake_lfs.c405 int fsize; /* Fragment size */ local in function:make_lfs
468 if (!(fsize = frag_size)) {
469 fsize = DFL_LFSFRAG;
471 fsize = SMALL_LFSFRAG;
480 ibsize = fsize;
481 if (ibsize <= 0 || ibsize % fsize)
486 /* Sanity check: fsize<=bsize<ssize */
487 if (fsize > bsize) {
488 /* Only complain if fsize was explicitly set */
491 fsize
[all...]
H A Dnewfs.c86 int fsize = 0; /* fragment size */ variable in typeref:typename:int
236 fsize = strsuftoi64("fragment size", optarg, LFS_MINBLOCKSIZE, INT64_MAX, NULL);
393 r = make_lfs(fso, secsize, &dkw, minfree, bsize, fsize, lfs_segsize,
/src/sys/arch/mips/include/
H A Dasm.h242 #define STATIC_NESTED_NOPROFILE(x, fsize, retpc) \
246 .frame sp, fsize, retpc
252 #define NESTED_NOPROFILE(x, fsize, retpc) \
254 STATIC_NESTED_NOPROFILE(x, fsize, retpc)
261 #define NESTED(x, fsize, retpc) \
262 NESTED_NOPROFILE(x, fsize, retpc); \
269 #define STATIC_NESTED(x, fsize, retpc) \
270 STATIC_NESTED_NOPROFILE(x, fsize, retpc); \
367 #define NON_LEAF(x, fsize, retpc) NESTED(x, fsize, retp
[all...]
/src/sys/compat/linux/arch/alpha/
H A Dlinux_machdep.c117 int fsize, rndfsize; local in function:setup_linux_rt_sigframe
126 fsize = sizeof(struct linux_rt_sigframe);
127 rndfsize = ((fsize + 15) / 16) * 16;
172 error = copyout((void *)&sigframe, (void *)sfp, fsize);
212 int fsize, rndfsize; local in function:setup_linux_sigframe
221 fsize = sizeof(struct linux_sigframe);
222 rndfsize = ((fsize + 15) / 16) * 16;
264 error = copyout((void *)&sigframe, (void *)sfp, fsize);
/src/distrib/sun2/ramdisk/
H A DMakefile9 MAKEFS_FLAGS+= -f 15 -o density=3072,bsize=4096,fsize=512,optimization=space
/src/distrib/utils/embedded/conf/
H A Dwii.conf9 fsize=4096 key
H A Devbmips.conf61 # size offset fstype [fsize bsize cpg/sgs]
62 a: ${asize} ${aoffset} 4.2BSD ${fsize} ${bsize} 0 #
H A Driscv.conf59 # size offset fstype [fsize bsize cpg/sgs]
60 a: ${asize} ${aoffset} 4.2BSD ${fsize} ${bsize} 0 #
/src/regress/sys/fs/lfs/ckckp/
H A Dcheck-all55 if ($fsize == 0 && m/fsize *([0-9]*)/) {
56 $fsize = $1;
185 $cmd = "dd if=$rdev of=$wfile bs=$fsize seek=$totalstart " .
271 $fps = $ssize / $fsize;
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_posix.cc202 uptr fsize = internal_filesize(fd); local in function:__sanitizer::MapFileToMemory
203 CHECK_NE(fsize, (uptr)-1);
204 CHECK_GT(fsize, 0);
205 *buff_size = RoundUpTo(fsize, GetPageSizeCached());
/src/tests/dev/scsipi/libscsitest/
H A Dscsitest.c213 uint64_t fsize; local in function:scsitest_match
216 if (rumpuser_getfileinfo(MYCDISO, &fsize, &ft, &error))
220 mycdsize = fsize / CDBLOCKSIZE;
/src/bin/cp/
H A Dutils.c199 size_t fsize = (size_t)fs->st_size; local in function:copy_file
200 p = mmap(NULL, fsize, PROT_READ, MAP_FILE|MAP_SHARED,
215 remainder = fsize;
221 if (write(to_fd, &p[fsize - remainder],
233 if (munmap(p, fsize) < 0) {
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cc133 uptr fsize = internal_filesize(fd); local in function:TEST
134 EXPECT_EQ(len1 + len2, fsize);
140 EXPECT_EQ(fsize, (uptr)st3.st_size);
/src/sys/sys/
H A Ddisklabel.h105 uint32_t fsize; /* FFS, ADOS: filesystem basic fragment size */ member in union:partition::__anon8044b490010a
108 #define p_fsize __partition_u2.fsize
284 uint32_t fsize; member in union:olddisklabel::opartition::__anon8044b490070a
/src/sys/fs/adosfs/
H A Dadosfs.h83 u_long fsize; /* (f) size of file in bytes */ member in struct:anode

Completed in 18 milliseconds

123