Lines Matching defs:portal
60 * The kernel reserves target portal group tag value 1 as the default.
825 * target portal group tag. The new it_tpgt_t structure is added to the
827 * target portal group tag will not be instantiated until the modified
834 * with the target portal group tag
835 * tpgt Pointer to a target portal group tag structure
935 * Delete the target portal group tag represented by 'tpgt', where
937 * The target portal group tag removal will not take effect until the
944 * with the target portal group tag
945 * tpgt Pointer to a target portal group tag structure
999 * target portal group. The new it_tpg_t structure is added to the global
1001 * portal group will not be instantiated until the modified configuration
1008 * the target portal group
1009 * tpg_name Identifier for the target portal group
1012 * permitted. This value becomes the first portal in
1019 * EEXIST Requested portal in use by another target portal
1028 it_portal_t *portal = NULL;
1056 /* create the portal */
1057 ret = it_portal_create(cfg, ptr, &portal, portal_ip_port);
1075 * Delete target portal group represented by 'tpg', where 'tpg' is an
1077 * The target portal group removal will not take effect until the
1084 * the target portal group
1085 * force Remove this target portal group even if it's
1120 * See if any targets are using this portal group.
1172 * Add an it_portal_t structure presenting a new portal to the specified
1173 * target portal group. The change to the target portal group will not take
1181 * target portal group
1182 * portal Pointer to the it_portal_t structure representing
1183 * the portal
1191 * EEXIST Portal already configured for another portal group
1194 it_portal_create(it_config_t *cfg, it_tpg_t *tpg, it_portal_t **portal,
1201 if (!cfg || !tpg || !portal || !portal_ip_port) {
1210 /* Check that this portal doesn't appear in any other tag */
1251 * Remove the specified portal from the specified target portal group.
1252 * The portal removal will not take effect until the modified configuration
1259 * target portal group
1260 * portal Pointer to the it_portal_t structure representing
1261 * the portal
1264 it_portal_delete(it_config_t *cfg, it_tpg_t *tpg, it_portal_t *portal)
1269 if (!cfg || !tpg || !portal) {
1275 if (memcmp(&(ptr->portal_addr), &(portal->portal_addr),