Searched refs:portals (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/iscsid/
H A Discsid_targets.c103 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
[all...]
H A Discsid_globals.h172 Discovered portals are set to this when we are refreshing
174 SENDTARGET or ISNS, so any portals which remain set to REFRESHING were not
205 * It links all portals with the same group tag to the owning target.
212 portal_list_t portals; /* the list of portals for this tag */ member in struct:portal_group_s
215 u_short num_portals; /* the number of portals in this list */
241 u_short num_portals; /* the number of portals */
274 u_short num_portals; /* the number of portals */
H A Discsid_driverif.c143 if ((curr = TAILQ_FIRST(&group->portals)) == NULL)
748 * return a list of target portals.
755 * portals. The caller frees the buffer after it

Completed in 61 milliseconds