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

/netbsd-6-1-5-RELEASE/sbin/iscsid/
H A Discsid_targets.c111 curr->num_portals++;
112 target->num_portals++;
140 curr->num_portals--;
141 target->num_portals--;
144 if (!curr->num_portals) {
152 if (delete_empty && !target->num_portals) {
217 while (cgroup && cgroup->num_portals) {
261 target->num_portals = 1;
321 DEB(9, ("Add Target, name %s, num_portals %d\n",
322 par->TargetName, par->num_portals));
[all...]
H A Discsid.h208 uint32_t num_portals; member in struct:__anon5447
219 num_portals
227 uint32_t num_portals; member in struct:__anon5448
234 num_portals
391 uint32_t num_portals; member in struct:__anon5454
396 num_portals
498 uint32_t num_portals; member in struct:__anon5459
507 num_portals
H A Discsid_globals.h215 u_short num_portals; /* the number of portals in this list */ member in struct:portal_group_s
241 u_short num_portals; /* the number of portals */ member in struct:target_s
274 u_short num_portals; /* the number of portals */ member in struct:send_target_s
/netbsd-6-1-5-RELEASE/sbin/iscsictl/
H A Discsic_daemonif.c60 if (kind == SEND_TARGETS_LIST && !targ->num_portals) {
83 if (res->num_portals) {
85 for (i = 0; i < res->num_portals; i++)
379 for (i = 0; i < targ->num_portals; i++) {
830 if (targ->num_portals) {
H A Discsic_parse.c263 targ->num_portals = p + 1;

Completed in 69 milliseconds