Searched defs:found (Results 1 - 5 of 5) sorted by relevance
/solaris-userland/components/krb5/Solaris/private/krb5/ |
H A D | prof_solaris.h | 32 int found; member in struct:_profile_options 38 int found; member in struct:_profile_times
|
/solaris-userland/components/krb5/Solaris/ |
H A D | kt_solaris.c | 274 boolean_t found = FALSE; local 296 found = TRUE; 299 found = TRUE; 302 if (found == TRUE) { 321 found = FALSE; 406 * is returned by the acceptor when the requested kvno is not found within the
|
H A D | prof_solaris.c | 88 * If set a case insensitive lookup is performed and if found then only one 102 boolean_t found = B_FALSE; local 142 found = B_TRUE; 156 if (found == B_TRUE) 867 * default realm is not found in realms section 868 * (val returns realm not found) 873 * no realm found in realms section 876 * no domain realm mapping entry found from the realm specified 889 * realm name specified is not found in realms section 916 boolean_t found local [all...] |
/solaris-userland/components/libusb/ugen/src/ |
H A D | libusbugen.c | 228 "found %s\n", bus->dirname); 248 int i, rval, found; local 264 found = 0; 271 found++; 277 if (!found) {
|
/solaris-userland/components/openssl/common/engines/pkcs11/ |
H A D | e_pk11_pub.c | 241 * search key and return refcnt of the found/created entry or -1 in case of 261 /* not found, create new entry and add it to the list */ 1495 * PKCS#11 session object already exists it is found, reused, and 1496 * the counter in the active object list incremented. If not found, a new 1507 CK_ULONG found; local 1559 rv = pFuncList->C_FindObjects(sp->session, &h_key, 1, &found); 1573 if (found == 0) { 1607 if (found == 0) { 1638 CK_ULONG found; local 1713 rv = pFuncList->C_FindObjects(sp->session, &h_key, 1, &found); 2123 CK_ULONG found; local 2240 CK_ULONG found; local 2799 CK_ULONG found; local [all...] |
Completed in 557 milliseconds