Lines Matching refs:tpg_name
843 char *tpg_name, uint16_t tpgt_tag) in it_tpgt_create() argument
850 if (!cfg || !tgt || !tpgt || !tpg_name) { in it_tpgt_create()
870 if (strcmp(tpg_name, cfgt->tpgt_tpg_name) == 0) { in it_tpgt_create()
908 (void) strlcpy(ptr->tpgt_tpg_name, tpg_name, in it_tpgt_create()
1014 it_tpg_create(it_config_t *cfg, it_tpg_t **tpg, char *tpg_name, in it_tpg_create() argument
1021 if (!cfg || !tpg || !tpg_name || !portal_ip_port) { in it_tpg_create()
1029 if (strcmp(tpg_name, ptr->tpg_name) == 0) { in it_tpg_create()
1045 (void) strlcpy(ptr->tpg_name, tpg_name, sizeof (ptr->tpg_name)); in it_tpg_create()
1099 if (strcmp(ptr->tpg_name, tpg->tpg_name) == 0) { in it_tpg_delete()
1120 if (strcmp(tpgt->tpgt_tpg_name, tpg->tpg_name) in it_tpg_delete()
1214 if (strcmp(ctpg->tpg_name, tpg->tpg_name) == 0) { in it_portal_create()