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

/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef_util.c45 static int parse_sup_dis_list(const char *buf, entry_t *pent);
181 parse_sup_dis_list(const char *buf, entry_t *pent) function
310 * parse_sup_dis_list() makes strtok() calls on the
316 if ((rc = parse_sup_dis_list(token2, pent)) != SUCCESS) {
322 if ((token3 != NULL) && ((rc = parse_sup_dis_list(token3,

Completed in 70 milliseconds