Searched refs:it_portal_t (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libiscsit/common/ |
H A D | libiscsit.h | 369 * Add an it_portal_t structure representing a new portal to the specified 379 * portal Pointer to the it_portal_t structure representing 391 it_portal_create(it_config_t *cfg, it_tpg_t *tpg, it_portal_t **portal, 406 * portal Pointer to the it_portal_t structure representing 410 it_portal_delete(it_config_t *cfg, it_tpg_t *tpg, it_portal_t *portal);
|
H A D | libiscsit.c | 327 it_portal_t *isns = NULL; 328 it_portal_t *pnext = NULL; 329 it_portal_t *newisnslist = NULL; 1028 it_portal_t *portal = NULL; 1172 * Add an it_portal_t structure presenting a new portal to the specified 1182 * portal Pointer to the it_portal_t structure representing 1194 it_portal_create(it_config_t *cfg, it_tpg_t *tpg, it_portal_t **portal, 1198 it_portal_t *ptr; 1233 ptr = calloc(1, sizeof (it_portal_t)); 1260 * portal Pointer to the it_portal_t structur [all...] |
/illumos-gate/usr/src/uts/common/sys/iscsit/ |
H A D | iscsit_common.h | 205 } it_portal_t; typedef in typeref:struct:it_portal_s 221 * tpg_portal_count Number of it_portal_t structures in the list. 222 * tpg_portal_list Linked list of it_portal_t structures. 229 it_portal_t *tpg_portal_list; 341 it_portal_t *config_isns_svr_list; 414 it_portal_t * 417 it_portal_t * 445 it_portal_t **portallist, uint32_t *list_count);
|
/illumos-gate/usr/src/common/iscsit/ |
H A D | iscsit_common.c | 788 it_portal_t *ptr; 809 sizeof (it_portal_t)); 844 tpg->tpg_portal_count * sizeof (it_portal_t)); 1018 it_portal_t * 1021 it_portal_t *cfg_portal; 1033 it_portal_t * 1036 it_portal_t *cfg_portal; 1355 it_portal_t **portallist, uint32_t *list_count) 1359 it_portal_t *portal; 1360 it_portal_t *pre [all...] |
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/ |
H A D | iscsit_isns.c | 265 iscsit_add_isns(it_portal_t *cfg_svr); 435 it_portal_t *cfg_isns_svr; 596 iscsit_add_isns(it_portal_t *cfg_svr) 644 it_portal_t portal1;
|
H A D | iscsit_tgt.c | 1630 it_portal_t *cfg_portal;
|
/illumos-gate/usr/src/cmd/itadm/ |
H A D | itadm.c | 1310 it_portal_t *ptl; 1431 it_portal_t *portal;
|
Completed in 76 milliseconds