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

  /src/sbin/iscsid/
iscsid_targets.c 111 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",
322 par->TargetName, par->num_portals));
    [all...]
iscsid.h 208 uint32_t num_portals; member in struct:__anonacab674b0908
219 num_portals
227 uint32_t num_portals; member in struct:__anonacab674b0a08
234 num_portals
391 uint32_t num_portals; member in struct:__anonacab674b1008
396 num_portals
498 uint32_t num_portals; member in struct:__anonacab674b1508
507 num_portals
iscsid_globals.h 217 u_short num_portals; /* the number of portals in this list */ member in struct:portal_group_s
243 u_short num_portals; /* the number of portals */ member in struct:target_s
276 u_short num_portals; /* the number of portals */ member in struct:send_target_s
  /src/sbin/iscsictl/
iscsic_daemonif.c 60 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) {
iscsic_parse.c 275 targ->num_portals = p + 1;

Completed in 20 milliseconds