Searched refs:tpgt (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libiscsit/common/ |
H A D | libiscsit.h | 42 #define CFG_TPGTLIST "tpgt-list" 255 * target tpgt list (tgt_tpgt_list) in the it_tgt_t structure. The new 264 * tpgt Pointer to a target portal group tag structure 280 it_tpgt_create(it_config_t *cfg, it_tgt_t *tgt, it_tpgt_t **tpgt, 286 * Delete the target portal group tag represented by 'tpgt', where 287 * 'tpgt' is an existing is_tpgt_t structure within the target 'tgt'. 296 * tpgt Pointer to a target portal group tag structure 299 it_tpgt_delete(it_config_t *cfg, it_tgt_t *tgt, it_tpgt_t *tpgt); 489 * Deallocates resources of an it_tpgt_t structure. If tpgt->next 493 it_tpgt_free(it_tpgt_t *tpgt); [all...] |
H A D | libiscsit.c | 814 * 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 D | ima.c | 96 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 34 milliseconds