Searched refs:portaltype (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/iscsid/
H A Discsid_targets.c79 portal->portaltype = dtype;
284 if (p->portaltype == PORTAL_TYPE_SENDTARGET &&
423 * Always sets portaltype to dtype even if portal already exists
451 portal->portaltype = dtype;
829 if (p->portaltype == PORTAL_TYPE_SENDTARGET &&
831 p->portaltype = PORTAL_TYPE_REFRESHING;
904 if (p->portaltype == PORTAL_TYPE_REFRESHING)
941 if (p->portaltype == type && p->discoveryid == 0) {
H A Discsid_discover.c844 if (p->portaltype == PORTAL_TYPE_ISNS && p->discoveryid == id)
845 p->portaltype = PORTAL_TYPE_REFRESHING;
860 if (p->portaltype == PORTAL_TYPE_REFRESHING)
905 if (p->portaltype == PORTAL_TYPE_ISNS && p->discoveryid == id)
H A Discsid_globals.h193 iscsi_portal_types_t portaltype; /* Type of portal (how it was discovered) */ member in struct:portal_s

Completed in 109 milliseconds