Home
last modified time | relevance | path

Searched refs:items_found (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libpkg/common/
H A Dkeystore.c630 int items_found; in find_key_cert_pair() local
674 items_found = sunw_find_fname(alias, ks->pkeys, ks->clcerts, in find_key_cert_pair()
677 if ((items_found < 0) || in find_key_cert_pair()
678 (items_found & (FOUND_PKEY | FOUND_CERT)) == 0) { in find_key_cert_pair()