Searched refs:sa_service_record_t (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ib/mgt/ibmf/ |
H A D | ibmf_saa.h | 496 sa_service_record_t **result); 535 sa_service_record_t **result); 560 sa_service_record_t *service_record,
|
/titanic_41/usr/src/uts/common/io/ib/mgt/ibmf/ |
H A D | ibmf_saa.c | 1158 uint_t *num_records, size_t *length, sa_service_record_t **result) in ibmf_saa_name_to_service_record() 1160 sa_service_record_t service_record; in ibmf_saa_name_to_service_record() 1175 bzero((void *)&service_record, sizeof (sa_service_record_t)); in ibmf_saa_name_to_service_record() 1224 *num_records = *length / sizeof (sa_service_record_t); in ibmf_saa_name_to_service_record() 1268 size_t *length, sa_service_record_t **result) in ibmf_saa_id_to_service_record() 1270 sa_service_record_t service_record; in ibmf_saa_id_to_service_record() 1285 bzero((void *)&service_record, sizeof (sa_service_record_t)); in ibmf_saa_id_to_service_record() 1313 *num_records = *length / sizeof (sa_service_record_t); in ibmf_saa_id_to_service_record() 1347 sa_service_record_t *service_record, ibmf_saa_access_type_t access_type, in ibmf_saa_update_service_record() 1401 if (length > sizeof (sa_service_record_t)) { in ibmf_saa_update_service_record()
|
H A D | ibmf_saa_utils.c | 393 sa_service_record_t *service_record = (sa_service_record_t *)record; in ibmf_saa_service_record_parse_buffer() 397 sizeof (sa_service_record_t)); in ibmf_saa_service_record_parse_buffer() 802 sa_service_record_t *service_record = (sa_service_record_t *)record; in ibmf_saa_service_record_to_buf() 805 sizeof (sa_service_record_t), buffer, IBMF_SAA_SERVICE_RECORD_SIZE); in ibmf_saa_service_record_to_buf() 1060 struct_size = sizeof (sa_service_record_t); in ibmf_saa_utils_pack_payload() 1252 struct_size = sizeof (sa_service_record_t); in ibmf_saa_utils_unpack_payload()
|
H A D | ibmf_saa_impl.c | 3592 attr_length = sizeof (sa_service_record_t); in ibmf_saa_impl_get_attr_id_length()
|
/titanic_41/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_ti.c | 2527 sa_service_record_t *srv_recp, ibmf_saa_access_type_t saa_type) in ibcm_write_service_record() 2557 ibcm_rem_stale_srec(ibmf_saa_handle_t saa_handle, sa_service_record_t *srec) in ibcm_rem_stale_srec() 2562 sa_service_record_t *srv_resp; in ibcm_rem_stale_srec() 2576 access_args.sq_template_length = sizeof (sa_service_record_t); in ibcm_rem_stale_srec() 2588 num_found = length / sizeof (sa_service_record_t); in ibcm_rem_stale_srec() 2600 srv_resp = (sa_service_record_t *) in ibcm_rem_stale_srec() 2602 i * sizeof (sa_service_record_t)); in ibcm_rem_stale_srec() 2691 sa_service_record_t srv_rec; in ibt_bind_service() 2945 sa_service_record_t srv_rec; in ibt_unbind_service() 3198 sa_service_record_t *srv_recp; in ibt_register_ar() [all …]
|
H A D | ibcm_path.c | 1968 ibcm_fill_svcinfo(sa_service_record_t *sr_resp, ibcm_dest_t *dest) in ibcm_fill_svcinfo() 2022 sa_service_record_t svcrec_req; in ibcm_saa_service_rec() 2023 sa_service_record_t *svcrec_resp; in ibcm_saa_service_rec() 2097 access_args.sq_template_length = sizeof (sa_service_record_t); in ibcm_saa_service_rec() 2127 num_req = length / sizeof (sa_service_record_t); in ibcm_saa_service_rec() 2132 svcrec_resp = (sa_service_record_t *)results_p; in ibcm_saa_service_rec() 2172 sa_service_record_t *stmp; in ibcm_saa_service_rec() 2234 stmp = (sa_service_record_t *)results_p; in ibcm_saa_service_rec() 2300 svcrec_resp = (sa_service_record_t *)results_p; in ibcm_saa_service_rec()
|
H A D | ibcm_utils.c | 1829 ibcm_dump_srvrec(sa_service_record_t *srv_rec) in ibcm_dump_srvrec()
|
/titanic_41/usr/src/uts/common/sys/ib/mgt/ |
H A D | sa_recs.h | 403 } sa_service_record_t; typedef
|
/titanic_41/usr/src/uts/common/sys/ib/mgt/ibcm/ |
H A D | ibcm_impl.h | 822 sa_service_record_t *ar_srv_recp; 2167 void ibcm_dump_srvrec(sa_service_record_t *);
|