HomeSort by: relevance | last modified time | path
    Searched defs:find_free_portal (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/iscsid/
iscsid_driverif.c 130 * find_free_portal:
139 find_free_portal(portal_group_t * group) function in typeref:typename:portal_t *
249 if ((portal = find_free_portal(group)) == NULL) {
253 DEB(1, ("find_free_portal returns pid=%d", portal->entry.sid.id));
iscsid_driverif.c 130 * find_free_portal:
139 find_free_portal(portal_group_t * group) function in typeref:typename:portal_t *
249 if ((portal = find_free_portal(group)) == NULL) {
253 DEB(1, ("find_free_portal returns pid=%d", portal->entry.sid.id));

Completed in 47 milliseconds