Lines Matching refs:it_portal_t
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 structure representing
1264 it_portal_delete(it_config_t *cfg, it_tpg_t *tpg, it_portal_t *portal)
1266 it_portal_t *ptr;
1267 it_portal_t *prev = NULL;