Home
last modified time | relevance | path

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

/netbsd-src/sbin/iscsid/
H A Discsid_targets.c111 curr->num_portals++; in create_portal()
112 target->num_portals++; in create_portal()
140 curr->num_portals--; in delete_portal()
141 target->num_portals--; in delete_portal()
144 if (!curr->num_portals) { in delete_portal()
152 if (delete_empty && !target->num_portals) { in delete_portal()
217 while (cgroup && cgroup->num_portals) { in delete_target()
261 target->num_portals = 1; in create_send_target()
322 par->TargetName, par->num_portals)); in add_target()
324 if (par->list_kind == SEND_TARGETS_LIST && par->num_portals != 1) { in add_target()
[all …]
H A Discsid.h208 uint32_t num_portals; member
227 uint32_t num_portals; member
391 uint32_t num_portals; member
498 uint32_t num_portals; member
H A Discsid_globals.h217 u_short num_portals; /* the number of portals in this list */ member
243 u_short num_portals; /* the number of portals */ member
276 u_short num_portals; /* the number of portals */ member
/netbsd-src/sbin/iscsictl/
H A Discsic_daemonif.c60 if (kind == SEND_TARGETS_LIST && !targ->num_portals) { in do_add_target()
83 if (res->num_portals) { in do_add_target()
85 for (i = 0; i < res->num_portals; i++) in do_add_target()
379 for (i = 0; i < targ->num_portals; i++) { in show_target()
830 if (targ->num_portals) { in login_or_add()
H A Discsic_parse.c275 targ->num_portals = p + 1; in cl_get_target()