Searched defs:pentlist (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dconfig_parsing.c51 uentrylist_t *pentlist; local
78 pentlist = malloc(sizeof (uentrylist_t));
79 if (pentlist == NULL) {
86 pentlist->puent = pent;
87 pentlist->next = NULL;
90 *ppliblist = pcur = pentlist;
92 pcur->next = pentlist;
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef_util.c342 entrylist_t *pentlist; local
345 pentlist = malloc(sizeof (entrylist_t));
346 if (pentlist == NULL) {
350 pentlist->pent = pent;
351 pentlist->next = NULL;
357 pcur->next = pentlist;
359 *pplist = pentlist;

Completed in 83 milliseconds