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

/osnet-11/usr/src/lib/libiscsit/common/
H A Dlibiscsit.c814 * target tpgt list (tgt_tpgt_list) in the it_tgt_t structure. The new
823 * tpgt Pointer to a target portal group tag structure
839 it_tpgt_create(it_config_t *cfg, it_tgt_t *tgt, it_tpgt_t **tpgt, argument
847 if (!cfg || !tgt || !tpgt || !tpg_name) {
915 *tpgt = ptr;
923 * Delete the target portal group tag represented by 'tpgt', where
924 * 'tpgt' is an existing is_tpgt_t structure within the target 'tgt'.
933 * tpgt Pointer to a target portal group tag structure
936 it_tpgt_delete(it_config_t *cfg, it_tgt_t *tgt, it_tpgt_t *tpgt) argument
941 if (!cfg || !tgt || !tpgt) {
978 it_tpgt_free(it_tpgt_t *tpgt) argument
1087 it_tpgt_t *tpgt; local
[all...]
/osnet-11/usr/src/lib/libsun_ima/common/
H A Dima.c96 IMA_UINT16 tpgt; member in struct:_SUN_IMA_DISC_ADDRESS_KEY
3255 (*ppList)->keys[ctr].tpgt = stl_hdr->stl_list[ctr].ste_tpgt;

Completed in 37 milliseconds