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

/osnet-11/usr/src/lib/libiscsit/common/
H A Dlibiscsit.c824 * tpg_name The name of the TPG to be associated with this TPGT
840 char *tpg_name, uint16_t tpgt_tag)
847 if (!cfg || !tgt || !tpgt || !tpg_name) {
867 if (strcmp(tpg_name, cfgt->tpgt_tpg_name) == 0) {
905 (void) strlcpy(ptr->tpgt_tpg_name, tpg_name,
997 * tpg_name Identifier for the target portal group
1011 it_tpg_create(it_config_t *cfg, it_tpg_t **tpg, char *tpg_name, argument
1018 if (!cfg || !tpg || !tpg_name || !portal_ip_port) {
1026 if (strcmp(tpg_name, ptr->tpg_name)
839 it_tpgt_create(it_config_t *cfg, it_tgt_t *tgt, it_tpgt_t **tpgt, char *tpg_name, uint16_t tpgt_tag) argument
[all...]

Completed in 17 milliseconds