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

  /src/sbin/iscsid/
iscsid_driverif.c 161 * make_connection:
181 make_connection(session_t * sess, iscsid_login_req_t * req, function in typeref:typename:connection_t *
614 * let make_connection do the rest.
637 conn = make_connection(sess, req, res, 0);
652 * Find the session, then let make_connection do the rest.
672 make_connection(sess, req, res, 0);
785 conn = make_connection(NULL, NULL, &res, &stid);
iscsid_driverif.c 161 * make_connection:
181 make_connection(session_t * sess, iscsid_login_req_t * req, function in typeref:typename:connection_t *
614 * let make_connection do the rest.
637 conn = make_connection(sess, req, res, 0);
652 * Find the session, then let make_connection do the rest.
672 make_connection(sess, req, res, 0);
785 conn = make_connection(NULL, NULL, &res, &stid);

Completed in 23 milliseconds