Home
last modified time | relevance | path

Searched refs:max_version (Results 1 – 8 of 8) sorted by last modified time

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dsaslint.h643 int max_version,
648 int max_version,
715 int max_version,
742 int max_version,
H A Dexternal.c200 int max_version, in external_server_plug_init() argument
208 if (max_version != SASL_SERVER_PLUG_VERSION) { in external_server_plug_init()
439 int max_version, in external_client_plug_init() argument
447 if (max_version != SASL_CLIENT_PLUG_VERSION) { in external_client_plug_init()
H A Dcanonusr.c491 int max_version, argument
498 if(max_version < SASL_CANONUSER_PLUG_VERSION) return SASL_BADVERS;
/illumos-gate/usr/src/lib/libsasl/include/
H A Dsaslplug.h437 int max_version,
741 int max_version,
817 int max_version,
877 int max_version,
/illumos-gate/usr/src/uts/common/sys/
H A Discsi_protocol.h472 uint8_t max_version; /* Max. version supported */ member
502 uint8_t max_version; /* Max. version supported */ member
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_mcdi.c248 unsigned int max_version; in efx_mcdi_request_start() local
277 max_version = emip->emi_max_version; in efx_mcdi_request_start()
289 if ((max_version >= 2) && in efx_mcdi_request_start()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_login.c716 ilhp->max_version = ISCSI_DRAFT20_VERSION; in iscsi_make_login_pdu()
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_login.c897 lh_resp->max_version = ISCSIT_MAX_VERSION; in login_sm_handle_initial_login()
906 MIN(lh_req->max_version, ISCSIT_MAX_VERSION); in login_sm_handle_initial_login()
908 ASSERT(ISCSIT_MAX_VERSION <= lh_req->max_version); in login_sm_handle_initial_login()
1912 (lh->max_version < ISCSIT_MIN_VERSION)) { in login_sm_req_pdu_check()
1927 (lh->max_version < lh_resp->active_version))) { in login_sm_req_pdu_check()