| /freebsd-src/tests/sys/fs/fusefs/ |
| H A D | lseek.cc | 9 * 1. Redistributions of source code must retain the above copyright 60 off_t fsize = 1 << 30; /* 1 GiB */ in TEST_F() 61 off_t offset_in = 1 << 28; in TEST_F() 64 expect_lookup(RELPATH, ino, S_IFREG | 0644, fsize, 1); in TEST_F() 65 expect_open(ino, 0, 1); in TEST_F() 77 EXPECT_EQ(-1, fpathconf(fd, _PC_MIN_HOLE_SIZE)); in TEST_F() 85 * pathconf can return 1 immediately. 1 mean [all...] |
| /freebsd-src/contrib/libarchive/libarchive/ |
| H A D | archive_write_set_options.3 | 7 .\" 1. Redistributions of source code must retain the above copyright 159 .Dq 1 . 182 bzip2 compression level. Supported values are from 1 to 9. 208 lrzip compression level. Supported values are from 1 to 9. 232 lzop compression level. Supported values are from 1 to 9. 257 common values are from 1 to 22. 292 which only supports values between 1 and 9. 427 .It Cm iso-level=1 431 files are limited to 4 GiB, 432 the complete ISO9660 image cannot exceed 4 GiB. [all …]
|
| /freebsd-src/sys/contrib/device-tree/src/arm64/realtek/ |
| H A D | rtd1295-xnano-x5.dts | 14 memory@1f000 { 16 reg = <0x1f000 0x3ffe1000>; /* boot ROM to 1 GiB or 2 GiB */
|
| H A D | rtd1395-bpi-m4.dts | 16 reg = <0x2f000 0x3ffd1000>; /* boot ROM to 1 GiB or 2 GiB */
|
| H A D | rtd1395-lionskin.dts | 16 reg = <0x2f000 0x3ffd1000>; /* boot ROM to 1 GiB or 2 GiB */
|
| H A D | rtd1293-ds418j.dts | 14 memory@1f000 { 16 reg = <0x1f000 0x3ffe1000>; /* boot ROM to 1 GiB */
|
| H A D | rtd1295-probox2-ava.dts | 15 memory@1f000 { 17 reg = <0x1f000 0x7ffe1000>; /* boot ROM to 2 GiB */
|
| H A D | rtd1295-mele-v9.dts | 15 memory@1f000 { 17 reg = <0x1f000 0x7ffe1000>; /* boot ROM to 2 GiB */
|
| H A D | rtd1296-ds418.dts | 14 memory@1f000 { 16 reg = <0x1f000 0x7ffe1000>; /* boot ROM to 2 GiB */
|
| H A D | rtd1295-zidoo-x9s.dts | 14 memory@1f000 { 16 reg = <0x1f000 0x7ffe1000>; /* boot ROM to 2 GiB */
|
| /freebsd-src/contrib/tcsh/nls/german/ |
| H A D | set3 | 3 1 Ein Zeichen zurück 21 19 Lösche Zeichen unter Cursor oder gib EOF-Signal am Ende der Zeile 23 21 Lösche Zeichen unter Cursor oder zeige Vervollständigungen oder gib EOF-Signal 25 23 Füge Argument hinzu, wenn gestartet, oder gib zahl ein 51 49 Zeige Möglichkeiten der Vervollständigung oder gib EOF, falls Zeile leer
|
| /freebsd-src/sys/contrib/device-tree/Bindings/mtd/partitions/ |
| H A D | fixed-partitions.yaml | 74 #address-cells = <1>; 75 #size-cells = <1>; 92 #address-cells = <1>; 95 /* a 4 GiB partition */ 109 /* an 8 GiB partition */ 111 label = "filesystem #1"; 115 /* a 4 GiB partition */ 125 #address-cells = <1>; 126 #size-cells = <1>; 145 #address-cells = <1>; [all …]
|
| /freebsd-src/contrib/xz/src/xz/ |
| H A D | hardware.c | 24 /// even if only one thread was requested explicitly (-T+1). 81 threads_max = 1; in hardware_threads_set() 83 threads_max = 1; in hardware_threads_set() 87 threads_max = 1; in hardware_threads_set() 107 return threads_max > 1 || use_mt_mode_with_one_thread; in hardware_threads_is_mt() 137 // when using a 64-bit kernel that gives full 4 GiB address in hardware_memlimit_set() 140 // less than 4 GiB to a single application. in hardware_memlimit_set() 229 // NOTE: If the string is invalid, this will be -1. Using -1 as in memlimit_show() 241 uint64_to_str(value, 1)); in memlimit_show() 250 uint32_t cputhreads = 1; in hardware_memlimit_show() [all …]
|
| /freebsd-src/sys/contrib/device-tree/src/arm64/amlogic/ |
| H A D | meson-gxl-s905w-tx3-mini.dts | 20 reg = <0x0 0x0 0x0 0x40000000>; /* 1 GiB or 2 GiB */
|
| H A D | meson-gxm-rbox-pro.dts | 34 reg = <0x0 0x0 0x0 0x80000000>; /* 2 GiB or 3 GiB */ 120 dai-link-1 { 204 #address-cells = <1>; 222 brcmf: brcmf@1 { 223 reg = <1>; 256 mmc-ddr-1_8v; 257 mmc-hs200-1_8v;
|
| /freebsd-src/sys/arm64/iommu/ |
| H A D | iommu_pte.h | 12 * 1. Redistributions of source code must retain the above copyright 34 /* Level 0 table, 512GiB per entry */ 41 /* Level 1 table, 1GiB per entry */ 55 #define IOMMU_L3_SIZE (1 << IOMMU_L3_SHIFT) 64 #define IOMMU_L0_ENTRIES (1 << IOMMU_L0_ENTRIES_SHIFT) 65 #define IOMMU_L0_ADDR_MASK (IOMMU_L0_ENTRIES - 1) 68 #define IOMMU_Ln_ENTRIES (1 << IOMMU_Ln_ENTRIES_SHIFT) 69 #define IOMMU_Ln_ADDR_MASK (IOMMU_Ln_ENTRIES - 1) 70 #define IOMMU_Ln_TABLE_MASK ((1 << 12) - 1)
|
| /freebsd-src/sys/arm64/include/ |
| H A D | vmparam.h | 13 * 1. Redistributions of source code must retain the above copyright 47 #define MAXTSIZ (1*1024*1024*1024) /* max text size */ 53 #define MAXDSIZ (1*1024*1024*1024) /* max data size */ 59 #define MAXSSIZ (1*1024*1024*1024) /* max stack size */ 84 #define VM_FREEPOOL_DEFAULT 1 94 #define VM_FREELIST_DMA32 1 125 * pages when PAGE_SIZE is 16KB. Level 1 reservations consist of 32 64KB 195 /* 512 GiB of kernel addresses */ 199 /* 128 GiB KASAN shadow map */ 203 /* 512GiB KMSA [all...] |
| H A D | pte.h | 12 * 1. Redistributions of source code must retain the above copyright 47 #define TATTR_AP_TABLE_NO_EL0 (1UL << 61) 48 #define TATTR_UXN_TABLE (1UL << 60) 49 #define TATTR_PXN_TABLE (1UL << 59) 58 #define ATTR_SW_UNUSED1 (1UL << 58) 59 #define ATTR_SW_NO_PROMOTE (1UL << 57) 60 #define ATTR_SW_MANAGED (1UL << 56) 61 #define ATTR_SW_WIRED (1UL << 55) 63 #define ATTR_S1_UXN (1UL << 54) 64 #define ATTR_S1_PXN (1U [all...] |
| /freebsd-src/sys/contrib/device-tree/src/arm64/exynos/ |
| H A D | exynos850-e850-96.dts | 49 * RAM: 4 GiB (eMCP): 50 * - 2 GiB at 0x80000000 51 * - 2 GiB at 0x880000000 84 user_led1: led-1 { 136 reg_usb_host_vbus: regulator-1 { 146 #size-cells = <1>; 184 mmc-hs200-1_8v; 185 mmc-hs400-1_8v;
|
| /freebsd-src/contrib/xz/src/common/ |
| H A D | tuklib_physmem.c | 91 // supports reporting values greater than 4 GiB. To keep the in tuklib_physmem() 136 != (unsigned long)-1) in tuklib_physmem() 155 ret += entries[i].end - entries[i].start + 1; in tuklib_physmem() 163 if (pagesize != -1 && pages != -1) in tuklib_physmem() 165 // Simple case is 32-bit box with 4 GiB or more RAM, in tuklib_physmem() 166 // which may report exactly 4 GiB of RAM, and "long" in tuklib_physmem() 185 if (sysctl(name, 2, &mem.u64, &mem_ptr_size, NULL, 0) != -1) { in tuklib_physmem() 201 != -1) in tuklib_physmem() 206 if (pstat_getstatic(&pst, sizeof(pst), 1, 0) != -1) in tuklib_physmem() 211 if (setinvent_r(&st) != -1) { in tuklib_physmem()
|
| /freebsd-src/sys/contrib/openzfs/.github/workflows/scripts/ |
| H A D | setup-dependencies.sh | |
| /freebsd-src/sys/riscv/include/ |
| H A D | pte.h | 17 * 1. Redistributions of source code must retain the above copyright 45 /* Level 0 table, 512GiB per entry, SV48 only */ 47 #define L0_SIZE (1UL << L0_SHIFT) 48 #define L0_OFFSET (L0_SIZE - 1) 50 /* Level 1 table, 1GiB per entry */ 52 #define L1_SIZE (1UL << L1_SHIFT) 53 #define L1_OFFSET (L1_SIZE - 1) 57 #define L2_SIZE (1U [all...] |
| /freebsd-src/tools/tools/nanobsd/ |
| H A D | FlashDevice.sub | 9 # 1. Redistributions of source code must retain the above copyright 40 a1=`echo $1 | tr '[:upper:]' '[:lower:]'` 135 1024|1024mb|1g) 208 # (eg, 1 sector smaller than N GB is always smaller than any flash 209 # claiming to be N GB, but wastes a little space sometimes when 1GB 210 # really means 1GiB). This is intended to be used when producing 213 # Power of 2 variants can be specified with gi or mi for GiB and MiB
|
| /freebsd-src/sys/contrib/device-tree/src/arm/intel/socfpga/ |
| H A D | socfpga_cyclone5_mcv.dtsi | 15 reg = <0x0 0x40000000>; /* 1 GiB */
|
| /freebsd-src/sys/contrib/device-tree/src/arm/actions/ |
| H A D | owl-s500-sparky.dts | 26 reg = <0x0 0x40000000>; /* 1 or 2 GiB */
|