Searched defs:found (Results 1 - 2 of 2) sorted by relevance

/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11_pub.c240 * search key and return refcnt of the found/created entry or -1 in case of
262 /* not found, create new entry and add it to the list */
1575 * PKCS#11 session object already exists it is found, reused, and
1576 * the counter in the active object list incremented. If not found, a new
1587 CK_ULONG found; local
1644 rv = pFuncList->C_FindObjects(sp->session, &h_key, 1, &found);
1662 if (found == 0)
1701 if (found == 0)
1733 CK_ULONG found; local
1813 rv = pFuncList->C_FindObjects(sp->session, &h_key, 1, &found);
2251 CK_ULONG found; local
2378 CK_ULONG found; local
2985 CK_ULONG found; local
[all...]
/solaris-userland-s11u3/components/libusb/ugen/src/
H A Dlibusbugen.c228 "found %s\n", bus->dirname);
248 int i, rval, found; local
264 found = 0;
271 found++;
277 if (!found) {

Completed in 22 milliseconds