Searched defs:KM_SLEEP (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/common/crypto/ecc/
H A Dec2_test.c85 #ifndef KM_SLEEP
86 #define KM_SLEEP 0 macro
112 params = EC_GetNamedCurveParams(name, KM_SLEEP); \
119 group = ECGroup_fromHex(params, KM_SLEEP); \
125 MP_CHECKOK( ectest_curve_GF2m(group, ectestPrint, ectestTime, 1, KM_SLEEP) ); \
132 group = ECGroup_fromName(name, KM_SLEEP); \
137 MP_CHECKOK( ectest_curve_GF2m(group, ectestPrint, ectestTime, 0, KM_SLEEP) ); \
H A Decp_test.c84 #ifndef KM_SLEEP
85 #define KM_SLEEP 0 macro
111 params = EC_GetNamedCurveParams(name, KM_SLEEP); \
118 group = ECGroup_fromHex(params, KM_SLEEP); \
124 MP_CHECKOK( ectest_curve_GFp(group, ectestPrint, ectestTime, 1, KM_SLEEP) ); \
131 group = ECGroup_fromName(name, KM_SLEEP); \
136 MP_CHECKOK( ectest_curve_GFp(group, ectestPrint, ectestTime, 0, KM_SLEEP) ); \
/osnet-11/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h332 #define KM_SLEEP UMEM_NOFAIL macro
333 #define KM_PUSHPAGE KM_SLEEP
378 #define TQ_SLEEP KM_SLEEP /* Can block for memory */
646 #define DDI_SLEEP KM_SLEEP

Completed in 38 milliseconds