HomeSort by: relevance | last modified time | path
    Searched refs:portals (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/iscsid/
iscsid_targets.c 103 TAILQ_INIT(&curr->portals);
110 TAILQ_INSERT_TAIL(&curr->portals, portal, group_list);
138 TAILQ_REMOVE(&curr->portals, portal, group_list);
151 /* Optionally delete target if no portals left */
201 * Also deletes all portals associated with the target.
213 /* First delete all portals in all portal groups. */
218 curr = TAILQ_FIRST(&cgroup->portals);
299 * associated portals.
301 * adding any missing data (for example additional portals).
384 Add the given portals. Note that create_portal also checks fo
    [all...]
iscsid_globals.h 174 Discovered portals are set to this when we are refreshing
176 SENDTARGET or ISNS, so any portals which remain set to REFRESHING were not
207 * It links all portals with the same group tag to the owning target.
214 portal_list_t portals; /* the list of portals for this tag */ member in struct:portal_group_s
217 u_short num_portals; /* the number of portals in this list */
243 u_short num_portals; /* the number of portals */
276 u_short num_portals; /* the number of portals */
iscsid_driverif.c 144 if ((curr = TAILQ_FIRST(&group->portals)) == NULL)
757 * return a list of target portals.
764 * portals. The caller frees the buffer after it

Completed in 14 milliseconds