Home
last modified time | relevance | path

Searched +full:2 +full:kb (Results 1 – 25 of 928) sorted by relevance

12345678910>>...38

/freebsd/lib/libpmc/pmu-events/arch/arm64/freescale/imx8mp/sys/
H A Dmetrics.json6 "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",
67 "BriefDescription": "bytes of gpu 2d read from ddr",
68 "MetricName": "imx8mp_ddr_read.2d",
[all …]
/freebsd/crypto/krb5/src/plugins/preauth/spake/
H A Dt_vectors.c77 /* K'[0], K'[1], K'[2], K'[3] */
102 /* K'[0], K'[1], K'[2], K'[3] */
127 /* K'[0], K'[1], K'[2], K'[3] */
151 /* K'[0], K'[1], K'[2], K'[3] */
177 /* K'[0], K'[1], K'[2], K'[3] */
210 /* K'[0], K'[1], K'[2], K'[3] */
249 /* K'[0], K'[1], K'[2], K'[3] */
265 "2A8F70F46CEE9030700037B77F22CEC7970DCC238E3E066D9D726BAF183992C6",
276 /* K'[0], K'[1], K'[2], K'[3] */
318 /* K'[0], K'[1], K'[2], K'[3] */
[all …]
/freebsd/usr.sbin/bhyve/amd64/
H A Dvga.c2 * SPDX-License-Identifier: BSD-2-Clause
12 * 2. Redistributions in binary form must reproduce the above copyright
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()
264 offset = 2 * sc->vga_crtc.crtc_start_addr; in vga_get_text_pixel()
265 offset += (y / 16 * sc->gc_width / dots) * 2 + (x / dots) * 2; in vga_get_text_pixel()
269 ch = sc->vga_ram[offset + 0 * 64*KB]; in vga_get_text_pixel()
[all …]
/freebsd/contrib/sendmail/libsm/
H A Dmemstat.c115 return (errno != 0) ? errno : -2;
165 return (errno != 0) ? errno : -2;
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
[all …]
/freebsd/crypto/krb5/src/lib/kdb/
H A Ddecrypt_key.c67 krb5_keyblock kb = { 0 }; in krb5_dbe_def_decrypt_key_data() local
77 if (kd->key_data_contents[0] == NULL || kd->key_data_length[0] < 2) in krb5_dbe_def_decrypt_key_data()
85 cipher.ciphertext = make_data(kd->key_data_contents[0] + 2, in krb5_dbe_def_decrypt_key_data()
86 kd->key_data_length[0] - 2); in krb5_dbe_def_decrypt_key_data()
87 ret = alloc_data(&plain, kd->key_data_length[0] - 2); in krb5_dbe_def_decrypt_key_data()
103 kb.magic = KV5M_KEYBLOCK; in krb5_dbe_def_decrypt_key_data()
104 kb.enctype = kd->key_data_type[0]; in krb5_dbe_def_decrypt_key_data()
105 kb.length = keylen; in krb5_dbe_def_decrypt_key_data()
106 kb.contents = (uint8_t *)plain.data; in krb5_dbe_def_decrypt_key_data()
111 if (kd->key_data_ver == 2) { in krb5_dbe_def_decrypt_key_data()
[all …]
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_engine.c484 * these things can be, we still prefer the SHA-2 functions over in rng_init()
524 cc->rng_init_done = 2; in br_ssl_engine_init_rand()
528 if (cc->rng_init_done < 2) { in br_ssl_engine_init_rand()
550 cc->rng_init_done = 2; in br_ssl_engine_inject_entropy()
1033 * 2 for a renegotiation, or 0 for a jump due to I/O completion.
1217 if (cc->application_data == 2) { in br_ssl_engine_recvrec_ack()
1266 jump_handshake(cc, 2); in br_ssl_engine_renegotiate()
1343 br_tls_prf_seed_chunk seed[2] = { in br_ssl_engine_compute_master()
1350 pms, pms_len, "master secret", 2, seed); in br_ssl_engine_compute_master()
1358 size_t half_len, unsigned char *kb) in compute_key_block() argument
[all …]
/freebsd/crypto/heimdal/lib/krb5/
H A Dcrypto-arcfour.c13 * 2. Redistributions in binary form must reproduce the above copyright
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()
95 t[2] = (usage >> 16) & 0xFF; in _krb5_HMAC_MD5_checksum()
136 krb5_keyblock kb; in ARCFOUR_subencrypt() local
144 t[2] = (usage >> 16) & 0xFF; in ARCFOUR_subencrypt()
159 ke.key = &kb; in ARCFOUR_subencrypt()
160 kb.keyvalue = k2_c.checksum; in ARCFOUR_subencrypt()
169 ke.key = &kb; in ARCFOUR_subencrypt()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/block_cloning/
H A Dblock_cloning_lwb_buffer_overflow.ksh33 # Test for LWB buffer overflow with multiple VDEVs ZIL when 128KB
34 # block write is split into two 68KB ones, trying to write maximum
35 # sizes 128KB TX_CLONE_RANGE record with 1022 block pointers into
36 # 68KB buffer.
40 # 2. Write maximum sizes TX_CLONE_RANGE record with 1022 block
41 # pointers into 68KB buffer
72 # an assert is hit when 128KB block write is split into two 68KB ones
73 # for 2 SLOG devices
/freebsd/share/man/man4/man4.i386/
H A Dsbni.48 .\" 2. Redistributions in binary form must reproduce the above copyright
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)
93 bits 4-5 value, otherwise baud rate is set to 2Mb
/freebsd/share/man/man4/
H A Dfdc.411 .\" 2. Redistributions in binary form must reproduce the above copyright
42 .Cd hint.fdc.0.drq="2"
97 possible to use either a 720 KB medium or a 1440 KB medium in a
101 .Xr open 2
110 .Xr open 2
130 (like 1200 KB for 5.25 inch HD drives or 1440 KB for 3.5 inch HD
139 .Bl -tag -width 2n -offset indent
141 5.25 inch double-density device with 40 cylinders (360 KB native
143 .It Ar 2
144 5.25 inch high-density device with 80 cylinders (1200 KB native
[all …]
H A Dsym.439 .\" 2. Redistributions in binary form must reproduce the above copyright
123 they do not involve the chip DMA FIFO and are coded on 2 DWORDs
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"
[all …]
/freebsd/usr.sbin/fstyp/
H A Dhammer2_disk.h14 * 2. Redistributions in binary form must reproduce the above copyright
58 uint32_t error; /* 2C error code or 0 */
76 * are always 64KB. Logical file buffers are typically 16KB. All data
85 * to optimize storage efficiency. The minimum fragment size is 1KB.
86 * Since allocations are in powers of 2 fragments must also be sized in
87 * powers of 2 (1024, 2048, ... 65536).
90 * which is 2^16. Larger extents may be supported in the future. Smaller
94 * A full indirect block use supports 512 x 128-byte blockrefs in a 64KB
95 * buffer. Indirect blocks down to 1KB ar
[all...]
/freebsd/crypto/krb5/src/lib/crypto/krb/
H A Dcf2.c62 /* Concatenate PRF(k, 1||input) || PRF(k, 2||input) || ... to produce the in krb5_c_prfplus()
89 krb5_keyblock *kb = NULL; in krb5_c_derive_prfplus() local
107 &kb); in krb5_c_derive_prfplus()
110 ret = (*ktp->rand2key)(&rnd, kb); in krb5_c_derive_prfplus()
114 *out = kb; in krb5_c_derive_prfplus()
115 kb = NULL; in krb5_c_derive_prfplus()
119 krb5int_c_free_keyblock(context, kb); in krb5_c_derive_prfplus()
135 krb5_keyblock *kb = NULL; in krb5_c_fx_cf2_simple() local
161 &kb); in krb5_c_fx_cf2_simple()
164 ret = (*ktp->rand2key)(&prf1, kb); in krb5_c_fx_cf2_simple()
[all …]
/freebsd/sys/contrib/edk2/Include/Library/
H A DMemoryAllocationLib.h10 SPDX-License-Identifier: BSD-2-Clause-Patent
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.
[all …]
/freebsd/crypto/krb5/src/lib/crypto/crypto_tests/
H A Dt_prf.c45 { KV5M_DATA, 2, "\x01\x61" },
53 { KV5M_DATA, 2, "\x01\x62" },
63 { KV5M_DATA, 2, "\x01\x61" },
72 { KV5M_DATA, 2, "\x02\x61" },
81 { KV5M_DATA, 2, "\x01\x62" },
90 { KV5M_DATA, 2, "\x02\x62" },
123 krb5_keyblock kb; in main() local
129 kb.magic = KV5M_KEYBLOCK; in main()
130 kb.enctype = test->enctype; in main()
131 kb.length = test->keybits.length; in main()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dbrt_impl.h40 * by a 16bit counter, thus 1TB VDEV requires 128kB of memory: (1TB / 16MB) * 2B
58 * entcounts take 128MB of memory ((64TB / 16MB) * 2B). We can divide this
59 * 128MB array of entcounts into 32kB disk blocks, as we don't want to update
61 * We maintain a bitmap where each 32kB disk block within 128MB entcounts array
64 * that reside on a 32kB disk block (32kB / sizeof (uint16_t)).
141 * (so the whole array is 128kB). We updated bv_entcount[2] and
143 * be set and we will write only first BRT_BLOCKSIZE out of 128kB.
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/
H A Dzynqmp-sm-k26-revA.dts56 #address-cells = <2>;
57 #size-cells = <2>;
96 pwms = <&ttc0 2 40000 0>;
146 reg = <0x0 0x80000>; /* 512KB */
152 reg = <0x80000 0x80000>; /* 512KB */
158 reg = <0x100000 0x20000>; /* 128KB */
162 reg = <0x120000 0x20000>; /* 128KB */
166 reg = <0x140000 0xC0000>; /* 768KB */
174 reg = <0xF00000 0x80000>; /* 512KB */
184 reg = <0x1C80000 0x80000>; /* 512KB */
[all …]
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dp1021rdb-pc.dtsi20 * Foundation, either version 2 of that License or (at your option) any
41 bank-width = <2>;
46 /* 256KB for Vitesse 7385 Switch firmware */
53 /* 256KB for DTB Image */
72 /* 256KB for QE ucode firmware*/
80 /* 512KB for u-boot Bootloader Image */
81 /* 512KB for u-boot Environment Variables */
133 L2switch@2,0 {
158 /* 512KB for u-boot Bootloader Image */
165 /* 512KB for DTB Image */
[all …]
H A Dp1024rdb.dtsi20 * Foundation, either version 2 of that License or (at your option) any
41 bank-width = <2>;
46 /* 256KB for Vitesse 7385 Switch firmware */
53 /* 256KB for DTB Image */
72 /* 512KB for u-boot Bootloader Image */
73 /* 512KB for u-boot Environment Variables */
137 /* 512KB for u-boot Bootloader Image */
144 /* 512KB for DTB Image */
190 interrupts = <2 1 0 0>;
193 phy2: ethernet-phy@2 {
H A Dp1020rdb.dtsi20 * Foundation, either version 2 of that License or (at your option) any
41 bank-width = <2>;
46 /* 256KB for Vitesse 7385 Switch firmware */
53 /* 256KB for DTB Image */
74 /* 512KB for u-boot Bootloader Image */
75 /* 512KB for u-boot Environment Variables */
131 L2switch@2,0 {
156 /* 512KB for u-boot Bootloader Image */
163 /* 512KB for DTB Image */
213 interrupts = <2 1>;
[all …]
H A Dp2020rdb-pc.dtsi20 * Foundation, either version 2 of that License or (at your option) any
41 bank-width = <2>;
46 /* 256KB for Vitesse 7385 Switch firmware */
53 /* 256KB for DTB Image */
72 /* 512KB for u-boot Bootloader Image */
73 /* 512KB for u-boot Environment Variables */
126 L2switch@2,0 {
159 /* 512KB for u-boot Bootloader Image */
166 /* 512KB for DTB Image */
201 interrupts = <2 1 0 0>;
[all …]
/freebsd/sys/x86/x86/
H A Didentcpu.c15 * 2. Redistributions in binary form must reproduce the above copyright
77 #define IDENTBLUE_CYRIXM2 2
450 strcat(cpu_model, "K5 PR166 (model 2)"); in printcpuinfo()
462 strcat(cpu_model, "K6-2"); in printcpuinfo()
638 strcpy(cpu_model, "IDT WinChip 2"); in printcpuinfo()
650 strcpy(cpu_model, "VIA C3 Samuel 2"); in printcpuinfo()
824 "\033SSE2" /* Streaming SIMD Extensions #2 */ in printcpuinfo()
843 "\011TM2" /* Thermal Monitor 2 */ in printcpuinfo()
855 "\025SSE4.2" /* SSE 4.2 */ in printcpuinfo()
958 /* Advanced Vector Instructions 2 */ in printcpuinfo()
[all …]
/freebsd/sys/arm64/include/
H A Dvmparam.h15 * 2. Redistributions in binary form must reproduce the above copyright
85 #define VM_FREEPOOL_DIRECT 2
92 #define VM_NFREELIST 2
97 * When PAGE_SIZE is 4KB, an allocation size of 16MB is supported in order
102 * both 2MB page TLB misses and cache misses during the page table walk when
103 * a 2MB page TLB miss does occur.
105 * When PAGE_SIZE is 16KB, an allocation size of 32MB is supported. This
117 * Enable superpage reservations: 2 levels.
120 #define VM_NRESERVLEVEL 2
124 * Level 0 reservations consist of 16 pages when PAGE_SIZE is 4KB, and 128
[all …]
/freebsd/share/doc/papers/kernmalloc/
H A Dappendix.ms17 'ev 2
23 \f2\s12\h'\\n(.lu-\w'\\*(=f'u'\\*(=f\fP\s0\h'|0u'
29 'ev 2
36 'if \\n(cm=1 'ft 2
43 'ft 2
59 \f2\s14\h'\\n(.lu-\w'\\$1'u'\\$1\fP\s0\h'|0u'\c
81 .\" 2. Redistributions in binary form must reproduce the above copyright
110 \fI*\fP 2 \fI*\fP\fI*\fP MINBUCKET is the smallest unit of memory that will be
118 \fI*\fP Constraints: CLBYTES <= MAXALLOCSAVE <= 2 \fI*\fP\fI*\fP (MINBUCKET + 14)
129 \*(+K#define\*(-K MAXALLOCSAVE\h'|31n'(2 \fI*\fP CLBYTES)
[all …]
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_pcireg.h37 * BAR0 size: 8KB
49 * BAR0 size: 16KB
60 * BAR0 size: 16KB
70 * - PCIE Gen 2 (cid=0x83c)
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 */
[all …]

12345678910>>...38