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

/illumos-gate/usr/src/uts/common/sys/iscsit/
H A Discsit_common.h139 * tpgt_tag A numerical identifier that uniquely identifies a
146 uint16_t tpgt_tag; member in struct:it_tpgt_s
/illumos-gate/usr/src/lib/libiscsit/common/
H A Dlibiscsit.c837 * tpgt_tag 16-bit numerical identifier for this TPGT. If
838 * tpgt_tag is '0', this function will choose the
839 * tag number. If tpgt_tag is >0, and the requested
852 char *tpg_name, uint16_t tpgt_tag)
877 tagid_used[cfgt->tpgt_tag] = 1;
883 if (cfgt->tpgt_tag > tagid) {
884 tagid = cfgt->tpgt_tag;
890 if ((tpgt_tag > ISCSIT_DEFAULT_TPGT) && (tpgt_tag < MAXTAG) &&
891 (tagid_used[tpgt_tag]
851 it_tpgt_create(it_config_t *cfg, it_tgt_t *tgt, it_tpgt_t **tpgt, char *tpg_name, uint16_t tpgt_tag) argument
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit.h113 uint16_t tpgt_tag; member in struct:__anon43

Completed in 61 milliseconds