Lines Matching defs:pent
1102 entry_t *pent = NULL;
1155 if ((pent = getent_kef(provname, NULL, NULL)) == NULL) {
1156 if ((pent = create_entry(provname)) == NULL) {
1164 if (!pent->load) { /* unloaded already */
1171 pent->load = B_FALSE;
1172 rc = update_kcfconf(pent, MODIFY_MODE);
1180 free_entry(pent);
1252 entry_t *pent = NULL;
1313 pent = getent_kef(psoftname,
1316 (pent == NULL) || (pent->load) ?
1341 (void) printf("\t%s\n", ptr->pent->name);
1379 entry_t *pent = NULL;
1458 pent = getent_kef(psoftname, pdevlist_conf,
1460 if ((pent == NULL) || (pent->load)) {
1490 rv = list_mechlist_for_soft(ptr->pent->name,
1495 ptr->pent->name);
1686 if (strcmp(ptr->pent->name, provname) == 0) {
1695 (void) list_policy_for_hard(ptr->pent->name,
1702 free_entry(ptr->pent);
1716 print_kef_policy(ptr->pent->name, ptr->pent, B_FALSE, B_TRUE);