Searched refs:FSIZE (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/tests/sys/cddl/zfs/tests/txg_integrity/ |
| H A D | txg_integrity.c | 83 #define FSIZE (512 * (CLUSTERSIZE)) //FSIZE may range from NUM_CHUNKS clusters to 8GB macro 111 *begin = (uint32_t)((uint64_t)FSIZE * (uint64_t)pat->partitions[chunk - 1] >> 31); in get_chunk_range() 113 *end = (uint32_t)((uint64_t)FSIZE * (uint64_t)pat->partitions[chunk] >> 31); in get_chunk_range() 508 if ( ftruncate(outfd, FSIZE)){ in main() 514 for(ofs=0; ofs < FSIZE; ofs+=CLUSTERSIZE){ in main() 529 p_file = mmap(0, FSIZE, PROT_READ | PROT_WRITE, MAP_SHARED, outfd, 0); in main() 586 if (munmap(p_file, FSIZE)){ in main()
|
| H A D | fsync_integrity.c | 91 #define FSIZE (64 * (CLUSTERSIZE)) //FSIZE may range from NUM_CHUNKS clusters to 8GB macro 121 *begin = (uint32_t)((uint64_t)FSIZE * (uint64_t)pat->partitions[chunk - 1] >> 31); in get_chunk_range() 123 *end = (uint32_t)((uint64_t)FSIZE * (uint64_t)pat->partitions[chunk] >> 31); in get_chunk_range() 443 if ( ftruncate(outfd, FSIZE)){ in main() 449 for(ofs=0; ofs < FSIZE; ofs+=CLUSTERSIZE){ in main()
|
| /freebsd-12.1/tests/sys/cddl/zfs/bin/ |
| H A D | file_trunc.c | 46 #define FSIZE 256*1024*1024 macro 50 static long fsize = FSIZE;
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | libgcc2.c | 1452 # define FSIZE DF_SIZE in FUNC() 1455 # define FSIZE XF_SIZE in FUNC() 1458 # define FSIZE TF_SIZE in FUNC() 1464 #define REP_BIT ((UDWtype) 1 << (DI_SIZE - FSIZE)) in FUNC() 1471 if (! (- ((DWtype) 1 << FSIZE) < u in FUNC() 1472 && u < ((DWtype) 1 << FSIZE))) in FUNC() 1564 # define FSIZE DF_SIZE in FUNC() 1567 # define FSIZE XF_SIZE in FUNC() 1570 # define FSIZE TF_SIZE in FUNC() 1576 #define REP_BIT ((UDWtype) 1 << (DI_SIZE - FSIZE)) in FUNC() [all …]
|
| /freebsd-12.1/contrib/elftoolchain/libelf/ |
| H A D | libelf_fsize.m4 | 123 define(`FSIZE', macro 128 `FSIZE($1)
|
| /freebsd-12.1/crypto/heimdal/appl/login/ |
| H A D | limits_conf.c | 55 LIM(FSIZE, 1024),
|
| /freebsd-12.1/crypto/heimdal/appl/rsh/ |
| H A D | limits_conf.c | 55 LIM(FSIZE, 1024),
|
| /freebsd-12.1/share/doc/psd/05.sysman/ |
| H A D | spell.ok | 15 FSIZE
|
| /freebsd-12.1/contrib/libstdc++/ |
| H A D | acinclude.m4 | 393 GLIBCXX_CHECK_SETRLIMIT_ancilliary(FSIZE)
|
| H A D | ChangeLog-2004 | 4082 GLIBCXX_CHECK_SETRLIMIT_ancilliary for FSIZE too, adjust define
|