Lines Matching defs:ptgt
744 it_tgt_t *ptgt;
753 ptgt = cfg->config_tgt_list;
754 while (ptgt != NULL) {
755 if (strcasecmp(tgt->tgt_name, ptgt->tgt_name) == 0) {
758 prev = ptgt;
759 ptgt = ptgt->tgt_next;
762 if (!ptgt) {
771 ret = stmfDevidFromIscsiName(ptgt->tgt_name, &devid);
795 prev->tgt_next = ptgt->tgt_next;
798 cfg->config_tgt_list = ptgt->tgt_next;
801 ptgt->tgt_next = NULL; /* Only free this target */
804 it_tgt_free(ptgt);