/freebsd/lib/libpmc/pmu-events/arch/arm64/freescale/imx8mp/sys/ |
H A D | metrics.json | 6 "ScaleUnit": "9.765625e-4KB", 14 "ScaleUnit": "9.765625e-4KB", 22 "ScaleUnit": "9.765625e-4KB", 30 "ScaleUnit": "9.765625e-4KB", 38 "ScaleUnit": "9.765625e-4KB", 46 "ScaleUnit": "9.765625e-4KB", 54 "ScaleUnit": "9.765625e-4KB", 62 "ScaleUnit": "9.765625e-4KB", 70 "ScaleUnit": "9.765625e-4KB", 78 "ScaleUnit": "9.765625e-4KB", [all …]
|
/freebsd/sys/contrib/edk2/Include/Library/ |
H A D | MemoryAllocationLib.h | 18 Allocates one or more 4KB pages of type EfiBootServicesData. 20 Allocates the number of 4KB pages of type EfiBootServicesData and returns a pointer to the 21 allocated buffer. The buffer returned is aligned on a 4KB boundary. If Pages is 0, then NULL 25 @param Pages The number of 4 KB pages to allocate. 37 Allocates one or more 4KB pages of type EfiRuntimeServicesData. 39 Allocates the number of 4KB pages of type EfiRuntimeServicesData and returns a pointer to the 40 allocated buffer. The buffer returned is aligned on a 4KB boundary. If Pages is 0, then NULL 44 @param Pages The number of 4 KB pages to allocate. 56 Allocates one or more 4KB pages of type EfiReservedMemoryType. 58 Allocates the number of 4KB pages of type EfiReservedMemoryType and returns a pointer to the [all …]
|
/freebsd/contrib/sendmail/libsm/ |
H A D | memstat.c | 181 MemTotal: 255340 kB 182 MemFree: 9100 kB 183 MemShared: 0 kB 184 Buffers: 3764 kB 185 Cached: 107240 kB 186 Active: 104340 kB 187 Inact_dirty: 4220 kB 188 Inact_clean: 2444 kB 189 Inact_target: 4092 kB 190 HighTotal: 0 kB [all …]
|
/freebsd/tools/diag/prtblknos/ |
H A D | README | 30 size blocks which by today's default is 32Kb. 34 fragment. Since the default size for fragments today is 4Kb, the 35 physical block numbers reference 4Kb blocks. The distances listed 37 means a separation of just one 32Kb block. For example lbn 11, ends 38 at 3217895, the 32Kb first level indirect immediately follows it at 43 half the block size (say 32Kb blocks with 16Kb fragments) then the 44 physical block numbers listed would be 16Kb in size.
|
/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_engine.c | 1358 size_t half_len, unsigned char *kb) in compute_key_block() argument 1367 iprf(kb, half_len << 1, in compute_key_block() 1378 unsigned char kb[192]; in br_ssl_engine_switch_cbc_in() local 1396 mac_key_len + cipher_key_len + iv_len, kb); in br_ssl_engine_switch_cbc_in() 1398 mac_key = &kb[mac_key_len]; in br_ssl_engine_switch_cbc_in() 1399 cipher_key = &kb[(mac_key_len << 1) + cipher_key_len]; in br_ssl_engine_switch_cbc_in() 1400 iv = &kb[((mac_key_len + cipher_key_len) << 1) + iv_len]; in br_ssl_engine_switch_cbc_in() 1402 mac_key = &kb[0]; in br_ssl_engine_switch_cbc_in() 1403 cipher_key = &kb[mac_key_len << 1]; in br_ssl_engine_switch_cbc_in() 1404 iv = &kb[(mac_key_len + cipher_key_len) << 1]; in br_ssl_engine_switch_cbc_in() [all …]
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | crypto-arcfour.c | 71 krb5_keyblock kb; in _krb5_HMAC_MD5_checksum() local 90 ksign.key = &kb; in _krb5_HMAC_MD5_checksum() 91 kb.keyvalue = ksign_c.checksum; in _krb5_HMAC_MD5_checksum() 136 krb5_keyblock kb; in ARCFOUR_subencrypt() local 159 ke.key = &kb; in ARCFOUR_subencrypt() 160 kb.keyvalue = k2_c.checksum; in ARCFOUR_subencrypt() 169 ke.key = &kb; in ARCFOUR_subencrypt() 170 kb.keyvalue = k1_c.checksum; in ARCFOUR_subencrypt() 205 krb5_keyblock kb; in ARCFOUR_subdecrypt() local 229 ke.key = &kb; in ARCFOUR_subdecrypt() [all …]
|
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | vga.c | 46 #define KB (1024UL) macro 222 data = (((sc->vga_ram[offset + 0 * 64*KB] >> bit) & 0x1) << 0) | in vga_get_pixel() 223 (((sc->vga_ram[offset + 1 * 64*KB] >> bit) & 0x1) << 1) | in vga_get_pixel() 224 (((sc->vga_ram[offset + 2 * 64*KB] >> bit) & 0x1) << 2) | in vga_get_pixel() 225 (((sc->vga_ram[offset + 3 * 64*KB] >> bit) & 0x1) << 3); in vga_get_pixel() 269 ch = sc->vga_ram[offset + 0 * 64*KB]; in vga_get_text_pixel() 270 attr = sc->vga_ram[offset + 1 * 64*KB]; in vga_get_text_pixel() 293 font = sc->vga_ram[font_offset + 2 * 64*KB]; in vga_get_text_pixel() 352 offset &= (128 * KB - 1); in vga_mem_rd_handler() 359 offset &= (64 * KB - 1); in vga_mem_rd_handler() [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/block_cloning/ |
H A D | block_cloning_lwb_buffer_overflow.ksh | 32 # Test for LWB buffer overflow with multiple VDEVs ZIL when 128KB 33 # block write is split into two 68KB ones, trying to write maximum 34 # sizes 128KB TX_CLONE_RANGE record with 1022 block pointers into 35 # 68KB buffer. 40 # pointers into 68KB buffer 75 # an assert is hit when 128KB block write is split into two 68KB ones
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_platform_mac.cpp | 176 "shadow (0x%016zx-0x%016zx): resident %zd kB, dirty %zd kB\n" in WriteMemoryProfile() 177 "meta (0x%016zx-0x%016zx): resident %zd kB, dirty %zd kB\n" in WriteMemoryProfile() 179 "low app (0x%016zx-0x%016zx): resident %zd kB, dirty %zd kB\n" in WriteMemoryProfile() 180 "high app (0x%016zx-0x%016zx): resident %zd kB, dirty %zd kB\n" in WriteMemoryProfile() 181 "heap (0x%016zx-0x%016zx): resident %zd kB, dirty %zd kB\n" in WriteMemoryProfile() 183 "app (0x%016zx-0x%016zx): resident %zd kB, dirty %zd kB\n" in WriteMemoryProfile() 185 "stacks: %zd unique IDs, %zd kB allocated\n" in WriteMemoryProfile()
|
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb_pcireg.h | 37 * BAR0 size: 8KB 49 * BAR0 size: 16KB 60 * BAR0 size: 16KB 71 * BAR0 size: 32KB 84 * 4KB mapping, newer devices will vary. 131 #define BHNDB_PCI_V0_BAR0_SIZE 0x2000 /* 8KB BAR0 */ 146 #define BHNDB_PCI_V1_BAR0_SIZE 0x4000 /* 16KB BAR0 */ 161 #define BHNDB_PCI_V2_BAR0_SIZE 0x4000 /* 16KB BAR0 */ 175 #define BHNDB_PCI_V3_BAR0_SIZE 0x8000 /* 32KB BAR0 */ 196 #define BHNDB_PCI_SPROM_SZ_1KB 0x00 /**< 1KB sprom size */ [all …]
|
/freebsd/share/examples/pf/ |
H A D | ackpri | 9 # Example: 512/128 kbps ADSL. Download is 50 kB/s. When a concurrent 10 # upload saturates the uplink, download drops to 7 kB/s. With the 11 # priority queue below, download drops only to 48 kB/s. 17 # For a 512/128 kbps ADSL with PPPoE link, using "bandwidth 100Kb" 23 altq on $ext_if priq bandwidth 100Kb queue { q_pri, q_def }
|
H A D | faq-example3 | 24 queue std_ext bandwidth 500Kb cbq(default borrow) 25 queue www_ext bandwidth 500Kb { www_ext_http, www_ext_misc } 28 queue boss_ext bandwidth 500Kb priority 3 cbq(borrow) 49 queue std_int bandwidth 250Kb cbq(default borrow) 50 queue it_int bandwidth 500Kb cbq(borrow) 51 queue boss_int bandwidth 250Kb priority 3 cbq(borrow) 70 queue net_dmz bandwidth 500Kb { net_dmz_http, net_dmz_misc }
|
/freebsd/share/man/man4/ |
H A D | sym.4 | 210 .It "sym53c825a 10MHz 16Bit 4KB N Y" 212 .It "sym53c875 20MHz 16Bit 4KB N Y" 213 .It "sym53c876 20MHz 16Bit 4KB N Y" 214 .It "sym53c885 20MHz 16Bit 4KB N Y" 215 .It "sym53c895 40MHz 16Bit 4KB N Y" 216 .It "sym53c895A 40MHz 16Bit 8KB N Y" 217 .It "sym53c896 40MHz 16Bit 8KB Y Y" 218 .It "sym53c897 40MHz 16Bit 8KB Y Y" 219 .It "sym53c1510D 40MHz 16Bit 4KB Y Y" 220 .It "sym53c1010 80MHz 16Bit 8KB Y Y"
|
H A D | fdc.4 | 91 possible to use either a 720 KB medium or a 1440 KB medium in a 124 (like 1200 KB for 5.25 inch HD drives or 1440 KB for 3.5 inch HD 135 5.25 inch double-density device with 40 cylinders (360 KB native 138 5.25 inch high-density device with 80 cylinders (1200 KB native 141 3.5 inch double-density device with 80 cylinders (720 KB native 144 3.5 inch high-density device with 80 cylinders (1440 KB native 147 3.5 inch extra-density device with 80 cylinders (2880 KB native 148 capacity, usage currently restricted to at most 1440 KB media)
|
/freebsd/contrib/kyua/utils/ |
H A D | units_test.cpp | 65 using units::KB; in ATF_TEST_CASE_BODY() 68 ATF_REQUIRE_EQ("1023.50M", units::bytes(1023 * MB + 512 * KB).format()); in ATF_TEST_CASE_BODY() 75 using units::KB; in ATF_TEST_CASE_BODY() 77 ATF_REQUIRE_EQ("3.00K", units::bytes(3 * KB).format()); in ATF_TEST_CASE_BODY() 78 ATF_REQUIRE_EQ("1.33K", units::bytes(1 * KB + 340).format()); in ATF_TEST_CASE_BODY() 121 using units::KB; in ATF_TEST_CASE_BODY() 133 using units::KB; in ATF_TEST_CASE_BODY() 136 ATF_REQUIRE_EQ(units::bytes(KB), units::bytes::parse("1K")); in ATF_TEST_CASE_BODY() 137 ATF_REQUIRE_EQ(units::bytes(KB), units::bytes::parse("1k")); in ATF_TEST_CASE_BODY() 224 output << "foo " << units::bytes(5 * units::KB) << " bar"; in ATF_TEST_CASE_BODY()
|
/freebsd/share/man/man4/man4.i386/ |
H A D | sbni.4 | 75 0 baud rate (2Mb in fast mode/500kb in slow) 77 1 baud rate (1Mb/250kb) 79 2 baud rate (500kb/125kb) 81 3 baud rate (250kb/62.5kb)
|
/freebsd/usr.sbin/fstyp/ |
H A D | hammer2_disk.h | 76 * are always 64KB. Logical file buffers are typically 16KB. All data 85 * to optimize storage efficiency. The minimum fragment size is 1KB. 94 * A full indirect block use supports 512 x 128-byte blockrefs in a 64KB 95 * buffer. Indirect blocks down to 1KB are supported to keep small 99 * using 64KB indirect blocks (128 byte refs, 512 or radix 9 per indblk). 165 * <= 512KB. Up to 4 directory entries can be referenced from a directory 168 * Indirect blocks are typically either 4KB (64 blockrefs / ~4MB represented), 169 * or 64KB (1024 blockrefs / ~64MB represented). 247 * Note that each FREEMAP_LEAF or FREEMAP_NODE uses 32KB ou [all...] |
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | brt_impl.h | 39 * by a 16bit counter, thus 1TB VDEV requires 128kB of memory: (1TB / 16MB) * 2B 58 * 128MB array of entcounts into 32kB disk blocks, as we don't want to update 60 * We maintain a bitmap where each 32kB disk block within 128MB entcounts array 63 * that reside on a 32kB disk block (32kB / sizeof (uint16_t)). 140 * (so the whole array is 128kB). We updated bv_entcount[2] and 142 * be set and we will write only first BRT_BLOCKSIZE out of 128kB.
|
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/ |
H A D | zynqmp-sm-k26-revA.dts | 160 reg = <0x0 0x80000>; /* 512KB */ 166 reg = <0x80000 0x80000>; /* 512KB */ 172 reg = <0x100000 0x20000>; /* 128KB */ 176 reg = <0x120000 0x20000>; /* 128KB */ 180 reg = <0x140000 0xC0000>; /* 768KB */ 188 reg = <0xF00000 0x80000>; /* 512KB */ 198 reg = <0x1C80000 0x80000>; /* 512KB */ 220 reg = <0x2200000 0x20000>; /* 128KB */ 224 reg = <0x2220000 0x20000>; /* 128KB */ 228 reg = <0x2240000 0x40000>; /* 256B but 256KB sector */ [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYBaseInfo.h | 30 AddrMode32B = 1, // ld32.b, ld32.bs, st32.b, st32.bs, +4kb 31 AddrMode32H = 2, // ld32.h, ld32.hs, st32.h, st32.hs, +8kb 32 AddrMode32WD = 3, // ld32.w, st32.w, ld32.d, st32.d, +16kb 35 AddrMode16W = 6, // ld16.w, +128b or +1kb 36 AddrMode32SDF = 7, // flds, fldd, +1kb
|
/freebsd/contrib/netbsd-tests/lib/libc/db/ |
H A D | h_lfsr.c | 60 char kb[256]; in main() local 74 key.data = kb; in main() 85 memset(kb, c, key.size); in main() 107 memset(kb, c, key.size); in main() 123 if (memcmp(key.data, kb, key.size) != 0) in main() 138 memset(kb, c, key.size); in main() 160 memset(kb, c, key.size); in main()
|
/freebsd/contrib/bearssl/src/ec/ |
H A D | ec_all_m31.c | 92 const unsigned char *kb, size_t kblen, int curve) in api_mul() argument 97 return br_ec_p256_m64.mul(G, Glen, kb, kblen, curve); in api_mul() 99 return br_ec_p256_m31.mul(G, Glen, kb, kblen, curve); in api_mul() 103 return br_ec_c25519_m64.mul(G, Glen, kb, kblen, curve); in api_mul() 105 return br_ec_c25519_m31.mul(G, Glen, kb, kblen, curve); in api_mul() 108 return br_ec_prime_i31.mul(G, Glen, kb, kblen, curve); in api_mul()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsPostLegalizerCombiner.cpp | 52 GISelKnownBits &KB, GISelCSEInfo *CSEInfo, 73 GISelKnownBits &KB, GISelCSEInfo *CSEInfo, in MipsPostLegalizerCombinerImpl() argument 77 : Combiner(MF, CInfo, TPC, &KB, CSEInfo), RuleConfig(RuleConfig), STI(STI), in MipsPostLegalizerCombinerImpl() 78 Helper(Observer, B, /*IsPreLegalize*/ false, &KB, MDT, LI), in MipsPostLegalizerCombinerImpl() 140 GISelKnownBits *KB = &getAnalysis<GISelKnownBitsAnalysis>().get(MF); in runOnMachineFunction() local 146 MipsPostLegalizerCombinerImpl Impl(MF, CInfo, TPC, *KB, /*CSEInfo*/ nullptr, in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64O0PreLegalizerCombiner.cpp | 54 GISelKnownBits &KB, GISelCSEInfo *CSEInfo, 76 GISelKnownBits &KB, GISelCSEInfo *CSEInfo, in AArch64O0PreLegalizerCombinerImpl() argument 79 : Combiner(MF, CInfo, TPC, &KB, CSEInfo), in AArch64O0PreLegalizerCombinerImpl() 80 Helper(Observer, B, /*IsPreLegalize*/ true, &KB), RuleConfig(RuleConfig), in AArch64O0PreLegalizerCombinerImpl() 161 GISelKnownBits *KB = &getAnalysis<GISelKnownBitsAnalysis>().get(MF); in runOnMachineFunction() local 172 AArch64O0PreLegalizerCombinerImpl Impl(MF, CInfo, &TPC, *KB, in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVPreLegalizerCombiner.cpp | 52 GISelKnownBits &KB, GISelCSEInfo *CSEInfo, 73 GISelKnownBits &KB, GISelCSEInfo *CSEInfo, in RISCVPreLegalizerCombinerImpl() argument 77 : Combiner(MF, CInfo, TPC, &KB, CSEInfo), in RISCVPreLegalizerCombinerImpl() 78 Helper(Observer, B, /*IsPreLegalize*/ true, &KB, MDT, LI), in RISCVPreLegalizerCombinerImpl() 144 GISelKnownBits *KB = &getAnalysis<GISelKnownBitsAnalysis>().get(MF); in runOnMachineFunction() local 150 RISCVPreLegalizerCombinerImpl Impl(MF, CInfo, &TPC, *KB, CSEInfo, RuleConfig, in runOnMachineFunction()
|