Lines Matching defs:puent
86 pentlist->puent = pent;
415 free_uentry(entrylist->puent);
503 uentry_t *puent = NULL;
516 if (strcmp(plib->puent->name, libname) == 0) {
525 puent = dup_uentry(plib->puent);
529 return (puent);
546 uentry_t *puent;
550 if ((puent = getent_uef(METASLOT_KEYWORD)) == NULL) {
555 *status_enabled = puent->flag_metaslot_enabled;
556 *migrate_enabled = puent->flag_metaslot_auto_key_migrate;
564 (void) strcpy(buf1, (const char *) puent->metaslot_ks_slot);
573 (void) strcpy(buf2, (const char *) puent->metaslot_ks_token);
577 if (puent != NULL) {
578 free_uentry(puent);