Searched refs:infolist (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef.c270 mechlist_t *infolist = NULL; local
293 if (get_dev_info(devname, inst_num, count, &infolist) == FAILURE) {
304 free_mechlist(infolist);
321 if (disable_mechs(&pent, infolist, allflag, dislist) == FAILURE) {
322 free_mechlist(infolist);
326 free_mechlist(infolist);
392 mechlist_t *infolist = NULL; local
441 if (get_soft_info(provname, &infolist, phardlist, psoftlist) ==
447 if ((infolist != NULL) && (infolist
[all...]
H A Dadm_kef_util.c1155 * dislist argument. The "infolist" argument contains the mechanism list
1159 disable_mechs(entry_t **ppent, mechlist_t *infolist, boolean_t allflag, argument
1175 pent->dis_count = get_mech_count(infolist);
1176 if (!(pent->dislist = dup_mechlist(infolist))) {
1192 if (!is_in_list(plist->name, infolist)) {

Completed in 129 milliseconds