| /src/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/ |
| tpm_nvdefine.c | 33 static unsigned int nvsize; variable 72 if (parseHexOrDecimal(aArg, &nvsize, 0, UINT_MAX, 381 nvsize) != TSS_SUCCESS)
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| zfs_fuid.c | 230 size_t nvsize = 0; local 273 VERIFY(nvlist_size(nvp, &nvsize, NV_ENCODE_XDR) == 0); 274 packed = kmem_alloc(nvsize, KM_SLEEP); 275 VERIFY(nvlist_pack(nvp, &packed, &nvsize, 278 zfsvfs->z_fuid_size = nvsize;
|
| spa.c | 1643 size_t nvsize = 0; local 1651 nvsize = *(uint64_t *)db->db_data; 1654 packed = kmem_alloc(nvsize, KM_SLEEP); 1655 error = dmu_read(spa->spa_meta_objset, obj, 0, nvsize, packed, 1658 error = nvlist_unpack(packed, nvsize, value, 0); 1659 kmem_free(packed, nvsize); 6393 size_t nvsize = 0; local 6396 VERIFY(nvlist_size(nv, &nvsize, NV_ENCODE_XDR) == 0); 6403 bufsize = P2ROUNDUP((uint64_t)nvsize, SPA_CONFIG_BLOCKSIZE); 6406 VERIFY(nvlist_pack(nv, &packed, &nvsize, NV_ENCODE_XDR [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/hashtable/ |
| hashtable.c | 597 size_t nvsize = sizeof(*tmp); local 600 nvsize += key->keysize; 602 tmp = OPENSSL_malloc(nvsize);
|
| /src/sys/dev/sdmmc/ |
| if_bwfm_sdio.c | 468 size_t ucsize = 0, nvlen = 0, nvsize = 0, clmsize = 0; local 501 if (bwfm_nvram_convert(nvram, nvlen, &nvsize)) { 509 if (bwfm_sdio_load_microcode(sc, ucode, ucsize, nvram, nvsize) != 0) {
|
| /src/external/cddl/osnet/dist/common/nvpair/ |
| nvpair.c | 315 size_t nvsize; local 320 nvsize = len + offsetof(i_nvp_t, nvi_nvp); 322 if ((buf = nv_mem_zalloc(priv, nvsize)) == NULL) 338 size_t nvsize = nvp->nvp_size + offsetof(i_nvp_t, nvi_nvp); local 340 nv_mem_free(priv, NVPAIR2I_NVP(nvp), nvsize); 2077 size_t nvsize; local 2084 while ((err = nvs->nvs_ops->nvs_nvpair(nvs, NULL, &nvsize)) == 0) { 2085 if (nvsize == 0) /* end of list */ 2089 if (nvsize < NVP_SIZE_CALC(1, 0)) 2092 if ((nvp = nvp_buf_alloc(nvl, nvsize)) == NULL 2116 uint64_t nvsize = *buflen; local 2228 uint64_t nvsize = 0; local 2724 size_t nvsize = 0; local 2733 size_t nvsize; local 3177 size_t nvsize = 0; local 3243 size_t nvsize; local [all...] |
| /src/external/cddl/osnet/dist/cmd/zdb/ |
| zdb.c | 224 size_t nvsize = *(uint64_t *)data; local 225 char *packed = umem_alloc(nvsize, UMEM_NOFAIL); 227 VERIFY(0 == dmu_read(os, object, 0, nvsize, packed, DMU_READ_PREFETCH)); 229 VERIFY(nvlist_unpack(packed, nvsize, &nv, 0) == 0); 231 umem_free(packed, nvsize); 2070 size_t nvsize = 0; local 2078 nvsize = *(uint64_t *)db->db_data; 2083 spa->spa_config_object, (void *)&nvsize, 1);
|