Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef_util.c764 entry_t *pent_dev = NULL, *pent_soft = NULL; in get_admindev_info() local
835 if ((pent_soft = create_entry(psoftname)) == NULL) { in get_admindev_info()
840 pent_soft->suplist = pmech; in get_admindev_info()
841 pent_soft->sup_count = get_mech_count(pmech); in get_admindev_info()
843 if (build_entrylist(pent_soft, &tmp_psoft) != SUCCESS) { in get_admindev_info()
859 if (pent_soft != NULL) in get_admindev_info()
860 free_entry(pent_soft); in get_admindev_info()