Home
last modified time | relevance | path

Searched refs:used_bytes (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/dev/sfxge/common/
H A Defx_bootcfg.c220 size_t used_bytes; in efx_bootcfg_copy_sector() local
243 used_bytes = 2; in efx_bootcfg_copy_sector()
257 used_bytes = 1; in efx_bootcfg_copy_sector()
260 ++used_bytes; in efx_bootcfg_copy_sector()
275 (void) memset(data + used_bytes, 0, data_size - used_bytes); in efx_bootcfg_copy_sector()
302 size_t used_bytes; in efx_bootcfg_read() local
362 &used_bytes); in efx_bootcfg_read()
366 used_bytes = 2; in efx_bootcfg_read()
381 used_bytes = 1; in efx_bootcfg_read()
385 ++used_bytes; in efx_bootcfg_read()
[all …]
/freebsd-12.1/contrib/wpa/src/crypto/
H A Dcrypto_internal-cipher.c21 size_t used_bytes; member
113 ctx->u.rc4.used_bytes, crypt, len); in crypto_cipher_encrypt()
114 ctx->u.rc4.used_bytes += len; in crypto_cipher_encrypt()
177 ctx->u.rc4.used_bytes, plain, len); in crypto_cipher_decrypt()
178 ctx->u.rc4.used_bytes += len; in crypto_cipher_decrypt()
H A Dcrypto_libtomcrypt.c293 size_t used_bytes; member
363 ctx->u.rc4.used_bytes, crypt, len); in crypto_cipher_encrypt()
364 ctx->u.rc4.used_bytes += len; in crypto_cipher_encrypt()
387 ctx->u.rc4.used_bytes, plain, len); in crypto_cipher_decrypt()
388 ctx->u.rc4.used_bytes += len; in crypto_cipher_decrypt()
/freebsd-12.1/usr.sbin/makefs/
H A Dcd9660.c1819 int64_t used_bytes = 0; in cd9660_compute_offsets() local
1871 used_bytes += node->fileSectorsUsed * diskStructure->sectorSize; in cd9660_compute_offsets()
1878 used_bytes + startOffset); in cd9660_compute_offsets()
1881 used_bytes += r; in cd9660_compute_offsets()
1908 used_bytes + startOffset); in cd9660_compute_offsets()
1910 used_bytes += child->fileSectorsUsed * in cd9660_compute_offsets()
1923 return used_bytes; in cd9660_compute_offsets()