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

  /src/sbin/iscsid/
iscsid_targets.c 91 TAILQ_FOREACH(curr, &target->group_list, groups)
104 TAILQ_INSERT_TAIL(&target->group_list, curr, groups);
110 TAILQ_INSERT_TAIL(&curr->portals, portal, group_list);
138 TAILQ_REMOVE(&curr->portals, portal, group_list);
145 TAILQ_REMOVE(&target->group_list, curr, groups);
182 TAILQ_INIT(&target->group_list);
216 cgroup = TAILQ_FIRST(&target->group_list);
561 TAILQ_FOREACH(cgroup, &target->group_list, groups)
562 TAILQ_FOREACH(curr, &cgroup->portals, group_list)
iscsid_globals.h 189 TAILQ_ENTRY(portal_s) group_list; /* group list link */
249 portal_group_list_t group_list; /* the list of portal groups */ member in struct:target_s
iscsid_driverif.c 150 while ((curr = TAILQ_NEXT(curr, group_list)) != NULL)
233 group = TAILQ_FIRST(&target->group_list);

Completed in 51 milliseconds