Lines Matching defs:phead
491 uentrylist_t *phead;
519 phead = pplist;
522 while (phead != NULL) {
523 if (!strcasecmp(phead->puent->name, "metaslot")) {
536 metaslot_entry = phead->puent;
541 if (!strcasecmp(phead->puent->name, FIPS_KEYWORD)) {
551 if ((isa = strstr(phead->puent->name, PKCS11_ISA)) != NULL) {
553 len = strlen(phead->puent->name) -
567 phead->puent->name, PKCS11_ISA_DIR, isa);
568 } else if ((fullpath = strdup(phead->puent->name)) == 0) {
822 if (phead->puent->count > 0) {
823 rv = pkcs11_mech_parse(phead->puent->policylist,
824 &prov_pol_mechs, phead->puent->count);
881 phead->puent->flag_enabledlist;
883 cur_slot->sl_pol_count = phead->puent->count;
884 cur_slot->sl_norandom = phead->puent->flag_norandom;
922 phead = phead->next;