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

/osnet-11/usr/src/lib/libiscsit/common/
H A Dlibiscsit.c825 * tpgt_tag 16-bit numerical identifier for this TPGT. If
826 * tpgt_tag is '0', this function will choose the
827 * tag number. If tpgt_tag is >0, and the requested
840 char *tpg_name, uint16_t tpgt_tag)
865 tagid_used[cfgt->tpgt_tag] = 1;
871 if (cfgt->tpgt_tag > tagid) {
872 tagid = cfgt->tpgt_tag;
878 if ((tpgt_tag > ISCSIT_DEFAULT_TPGT) && (tpgt_tag < MAXTAG) &&
879 (tagid_used[tpgt_tag]
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 24 milliseconds