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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dkey_mgr.c364 CK_BBOOL found_class, found_type, fromend; local
379 found_type = FALSE;
397 found_type = TRUE;
402 if (found_class == FALSE || (found_type == FALSE && keyclass !=
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_db.c710 boolean_t found_type = B_FALSE; local
724 (c == ',' && !found_type) || c == ';');
742 if (attr_name[0] != '\0' && found_type) {
786 found_type = B_FALSE;
789 * Non-zero length attr_name and found_type of false
797 found_type = B_TRUE;
802 if (!found_type)

Completed in 48 milliseconds