Searched defs:pValue (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dexpr.c337 ** in *pValue. If the expression is not an integer or if it is too big
338 ** to fit in a signed 32-bit integer, return 0 and leave *pValue unchanged.
340 int sqliteExprIsInteger(Expr *p, int *pValue){ argument
344 *pValue = atoi(p->token.z);
355 *pValue = atoi(p->token.z);
361 return sqliteExprIsInteger(p->pLeft, pValue);
366 *pValue = -v;
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_vir.c810 uint64_t *pValue)
826 NXGE_REG_RD64(handle, DMA_BIND_REG + offset, pValue);
807 npi_fzc_dma_bind_get( npi_handle_t handle, fzc_dma_bind_t dma_bind, uint64_t *pValue) argument
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c2297 /* A NULL pValue was found where one is required */
2299 givenattr->pValue == NULL)
2303 if (givenattr->pValue != NULL &&
2309 if (givenattr->pValue != NULL &&
2374 KMF_ATTR_TYPE type, void *pValue, uint32_t len)
2380 attlist[index].pValue = pValue;
2386 * the pValue and length fields to the given values.
2390 KMF_ATTR_TYPE type, void *pValue, uint32_t len)
2401 /* Assumes the attribute pValue ca
2373 kmf_set_attr_at_index(KMF_ATTRIBUTE *attlist, int index, KMF_ATTR_TYPE type, void *pValue, uint32_t len) argument
2389 kmf_set_attr(KMF_ATTRIBUTE *attlist, int numattr, KMF_ATTR_TYPE type, void *pValue, uint32_t len) argument
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpmtok_int.h428 CK_ULONG_32 pValue; member in struct:CK_ATTRIBUTE_32
/illumos-gate/usr/src/lib/libkmf/include/
H A Dkmftypes.h810 void *pValue; member in struct:__anon3477
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h608 CK_VOID_PTR pValue; member in struct:CK_ATTRIBUTE
1803 CK_VOID_PTR pValue; member in struct:CK_OTP_PARAM

Completed in 83 milliseconds