iscsid_targets.c | 210 portal_group_t *cgroup; local in function:delete_target 216 cgroup = TAILQ_FIRST(&target->group_list); 217 while (cgroup && cgroup->num_portals) { 218 curr = TAILQ_FIRST(&cgroup->portals); 527 portal_group_t *cgroup; local in function:get_target_info 561 TAILQ_FOREACH(cgroup, &target->group_list, groups) 562 TAILQ_FOREACH(curr, &cgroup->portals, group_list)
|