Searched defs:negotiated_nvl (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_idm.c49 nvlist_t *negotiated_nvl);
54 nvlist_t *request_nvl, nvlist_t *response_nvl, nvlist_t *negotiated_nvl);
58 nvlist_t *negotiated_nvl);
61 nvlist_t *response_nvl, nvlist_t *negotiated_nvl);
63 nvlist_t *request_nvl, nvlist_t *response_nvl, nvlist_t *negotiated_nvl);
65 nvlist_t *response_nvl, nvlist_t *negotiated_nvl);
555 nvlist_t *response_nvl, nvlist_t *negotiated_nvl)
561 negotiated_nvl);
572 nvlist_t *negotiated_nvl)
590 negotiated_nvl);
554 iser_negotiate_key_values(idm_conn_t *ic, nvlist_t *request_nvl, nvlist_t *response_nvl, nvlist_t *negotiated_nvl) argument
571 iser_process_request_nvlist(nvlist_t *request_nvl, nvlist_t *response_nvl, nvlist_t *negotiated_nvl) argument
617 iser_handle_key(nvpair_t *nvp, const idm_kv_xlate_t *ikvx, nvlist_t *request_nvl, nvlist_t *response_nvl, nvlist_t *negotiated_nvl) argument
700 iser_handle_boolean(nvpair_t *nvp, boolean_t value, const idm_kv_xlate_t *ikvx, boolean_t iser_value, nvlist_t *request_nvl, nvlist_t *response_nvl, nvlist_t *negotiated_nvl) argument
749 iser_handle_numerical(nvpair_t *nvp, uint64_t value, const idm_kv_xlate_t *ikvx, uint64_t min_value, uint64_t max_value, uint64_t iser_max_value, nvlist_t *request_nvl, nvlist_t *response_nvl, nvlist_t *negotiated_nvl) argument
828 iser_notice_key_values(idm_conn_t *ic, nvlist_t *negotiated_nvl) argument
[all...]
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm.c631 * -- also add an entry to negotiated_nvl for any accepted parameters
635 nvlist_t *response_nvl, nvlist_t *negotiated_nvl)
639 request_nvl, response_nvl, negotiated_nvl));
649 idm_notice_key_values(idm_conn_t *ic, nvlist_t *negotiated_nvl) argument
652 ic->ic_transport_ops->it_notice_key_values(ic, negotiated_nvl);
634 idm_negotiate_key_values(idm_conn_t *ic, nvlist_t *request_nvl, nvlist_t *response_nvl, nvlist_t *negotiated_nvl) argument
H A Didm_so.c106 nvlist_t *request_nvl, nvlist_t *response_nvl, nvlist_t *negotiated_nvl);
108 nvlist_t *negotiated_nvl);
1385 nvlist_t *response_nvl, nvlist_t *negotiated_nvl)
1396 idm_so_notice_key_values(idm_conn_t *it, nvlist_t *negotiated_nvl) argument
1406 for (nvp = nvlist_next_nvpair(negotiated_nvl, NULL);
1408 next_nvp = nvlist_next_nvpair(negotiated_nvl, nvp);
1418 /* Remove processed item from negotiated_nvl list */
1420 negotiated_nvl, ikvx->ik_key_name);
1426 * No need to remove it from negotiated_nvl list here.
1384 idm_so_negotiate_key_values(idm_conn_t *it, nvlist_t *request_nvl, nvlist_t *response_nvl, nvlist_t *negotiated_nvl) argument

Completed in 130 milliseconds