Searched refs:pUint64_value (Results 1 – 5 of 5) sorted by relevance
229 uint64* pUint64_value; member
119 uint64* pUint64_value; member
168 uint64* pUint64_value; member
16635 KvpCapNConfig->value.pUint64_value = (uint64*)OSCL_MALLOC(sizeof(uint64)); in VerifyAndSaveKVPValues()16636 if (! KvpCapNConfig->value.pUint64_value) return PVMFErrNoMemory; in VerifyAndSaveKVPValues()16637 … oscl_memcpy(KvpCapNConfig->value.pUint64_value, aKvpValue->value.pUint64_value, sizeof(uint64)); in VerifyAndSaveKVPValues()16736 OSCL_FREE((*Setkvp)->value.pUint64_value); in DeleteKVPValues()16737 (*Setkvp)->value.pUint64_value = NULL; in DeleteKVPValues()
2379 kvp->value.pUint64_value = OSCL_STATIC_CAST(uint64* , myPtr); in AllocateKvp()