Lines Matching defs:ldevidp
3747 * ldevidp list of non-duplicate names.
3748 * OUTPUT: ldevidp list of non-duplicate names.
3750 * is not in the list (ldevidp) will add it to the list.
3764 mddevid_t *ldevidp;
3769 ldevidp = *ldevidpp;
3786 if (ldevidp == NULL) {
3788 ldevidp = Zalloc(sizeof (mddevid_t));
3789 ldevidp->ctdname = lcname;
3790 ldevidp->key = mdnp->key;
3791 *ldevidpp = ldevidp;
3793 for (tmp = ldevidp; (tmp != NULL); tmp = tmp->next) {