Lines Matching refs:tpg_name
852 char *tpg_name, uint16_t tpgt_tag) in it_tpgt_create() argument
859 if (!cfg || !tgt || !tpgt || !tpg_name) { in it_tpgt_create()
879 if (strcmp(tpg_name, cfgt->tpgt_tpg_name) == 0) { in it_tpgt_create()
917 (void) strlcpy(ptr->tpgt_tpg_name, tpg_name, in it_tpgt_create()
1023 it_tpg_create(it_config_t *cfg, it_tpg_t **tpg, char *tpg_name, in it_tpg_create() argument
1030 if (!cfg || !tpg || !tpg_name || !portal_ip_port) { in it_tpg_create()
1038 if (strcmp(tpg_name, ptr->tpg_name) == 0) { in it_tpg_create()
1054 (void) strlcpy(ptr->tpg_name, tpg_name, sizeof (ptr->tpg_name)); in it_tpg_create()
1108 if (strcmp(ptr->tpg_name, tpg->tpg_name) == 0) { in it_tpg_delete()
1129 if (strcmp(tpgt->tpgt_tpg_name, tpg->tpg_name) in it_tpg_delete()
1223 if (strcmp(ctpg->tpg_name, tpg->tpg_name) == 0) { in it_portal_create()