Searched refs:max_version (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libsasl/include/ |
H A D | saslplug.h | 437 int max_version, 741 int max_version, 817 int max_version, 877 int max_version,
|
/illumos-gate/usr/src/lib/libsasl/lib/ |
H A D | external.c | 200 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 D | saslint.h | 643 int max_version, 648 int max_version, 715 int max_version, 742 int max_version,
|
H A D | canonusr.c | 491 int max_version, argument 498 if(max_version < SASL_CANONUSER_PLUG_VERSION) return SASL_BADVERS;
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | iscsi_protocol.h | 472 uint8_t max_version; /* Max. version supported */ member 502 uint8_t max_version; /* Max. version supported */ member
|
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/ |
H A D | iscsit_login.c | 897 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()
|
/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | efx_mcdi.c | 248 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 D | iscsi_login.c | 713 ilhp->max_version = ISCSI_DRAFT20_VERSION; in iscsi_make_login_pdu()
|