Searched refs:group_list (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/iscsid/
H A Discsid_targets.c91 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)
H A Discsid_globals.h187 TAILQ_ENTRY(portal_s) group_list; /* group list link */ member in struct:portal_s
247 portal_group_list_t group_list; /* the list of portal groups */ member in struct:target_s
H A Discsid_driverif.c149 while ((curr = TAILQ_NEXT(curr, group_list)) != NULL)
233 group = TAILQ_FIRST(&target->group_list);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dobj-elf.c2016 struct group_list struct
2026 pointer to a struct group_list, which is where we store the head of
2032 struct group_list *list = (struct group_list *) inf;
2081 struct group_list list;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c202 struct group_list
204 struct group_list * next;
210 struct group_list * root;
5001 struct group_list * g;
5045 g = (struct group_list *) xmalloc (sizeof (struct group_list));
5719 struct group_list * g = section_headers_groups [i]->root;
12427 struct group_list * g;
12428 struct group_list * next;
200 struct group_list struct

Completed in 102 milliseconds