Lines Matching defs:portal

56  * The kernel reserves target portal group tag value 1 as the default.
813 * target portal group tag. The new it_tpgt_t structure is added to the
815 * target portal group tag will not be instantiated until the modified
822 * with the target portal group tag
823 * tpgt Pointer to a target portal group tag structure
923 * Delete the target portal group tag represented by 'tpgt', where
925 * The target portal group tag removal will not take effect until the
932 * with the target portal group tag
933 * tpgt Pointer to a target portal group tag structure
987 * target portal group. The new it_tpg_t structure is added to the global
989 * portal group will not be instantiated until the modified configuration
996 * the target portal group
997 * tpg_name Identifier for the target portal group
1000 * permitted. This value becomes the first portal in
1007 * EEXIST Requested portal in use by another target portal
1016 it_portal_t *portal = NULL;
1044 /* create the portal */
1045 ret = it_portal_create(cfg, ptr, &portal, portal_ip_port);
1063 * Delete target portal group represented by 'tpg', where 'tpg' is an
1065 * The target portal group removal will not take effect until the
1072 * the target portal group
1073 * force Remove this target portal group even if it's
1108 * See if any targets are using this portal group.
1160 * Add an it_portal_t structure presenting a new portal to the specified
1161 * target portal group. The change to the target portal group will not take
1169 * target portal group
1170 * portal Pointer to the it_portal_t structure representing
1171 * the portal
1179 * EEXIST Portal already configured for another portal group
1182 it_portal_create(it_config_t *cfg, it_tpg_t *tpg, it_portal_t **portal,
1189 if (!cfg || !tpg || !portal || !portal_ip_port) {
1198 /* Check that this portal doesn't appear in any other tag */
1239 * Remove the specified portal from the specified target portal group.
1240 * The portal removal will not take effect until the modified configuration
1247 * target portal group
1248 * portal Pointer to the it_portal_t structure representing
1249 * the portal
1252 it_portal_delete(it_config_t *cfg, it_tpg_t *tpg, it_portal_t *portal)
1257 if (!cfg || !tpg || !portal) {
1263 if (memcmp(&(ptr->portal_addr), &(portal->portal_addr),