Searched refs:found_entry (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal2.c477 krb5_boolean found_entry = FALSE; local
550 found_entry = FALSE;
552 for (tree = 0; found_entry == FALSE && tree < ntrees; ++tree) {
571 found_entry = TRUE;
602 if (found_entry == FALSE && principal_dn != NULL) {
927 } else if (entries->mask & KADM5_LOAD && found_entry == TRUE) {
/illumos-gate/usr/src/cmd/avs/sv/
H A Dsvadm.c1459 ENTRY *found_entry, item; local
1464 if ((found_entry = hsearch(item, FIND)) != NULL) {
1465 retval = (int)found_entry->data;
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef_util.c952 boolean_t found_entry = B_FALSE; local
1068 found_entry = B_TRUE;
1097 if (add_it || !found_entry) {
/illumos-gate/usr/src/cmd/tsol/tnd/
H A Dtnd.c659 int found_entry = 0; local
692 found_entry++; /* found a valid tnrhdb entry */
737 if (!found_entry) {

Completed in 68 milliseconds