Searched refs:sa_service_record_t (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibmf/ |
H A D | ibmf_saa.h | 494 sa_service_record_t **result); 533 sa_service_record_t **result); 558 sa_service_record_t *service_record,
|
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/ |
H A D | ibmf_saa.c | 1156 uint_t *num_records, size_t *length, sa_service_record_t **result) in ibmf_saa_name_to_service_record() 1158 sa_service_record_t service_record; in ibmf_saa_name_to_service_record() 1173 bzero((void *)&service_record, sizeof (sa_service_record_t)); in ibmf_saa_name_to_service_record() 1222 *num_records = *length / sizeof (sa_service_record_t); in ibmf_saa_name_to_service_record() 1266 size_t *length, sa_service_record_t **result) in ibmf_saa_id_to_service_record() 1268 sa_service_record_t service_record; in ibmf_saa_id_to_service_record() 1283 bzero((void *)&service_record, sizeof (sa_service_record_t)); in ibmf_saa_id_to_service_record() 1311 *num_records = *length / sizeof (sa_service_record_t); in ibmf_saa_id_to_service_record() 1345 sa_service_record_t *service_record, ibmf_saa_access_type_t access_type, in ibmf_saa_update_service_record() 1399 if (length > sizeof (sa_service_record_t)) { in ibmf_saa_update_service_record()
|
H A D | ibmf_saa_utils.c | 391 sa_service_record_t *service_record = (sa_service_record_t *)record; in ibmf_saa_service_record_parse_buffer() 395 sizeof (sa_service_record_t)); in ibmf_saa_service_record_parse_buffer() 800 sa_service_record_t *service_record = (sa_service_record_t *)record; in ibmf_saa_service_record_to_buf() 803 sizeof (sa_service_record_t), buffer, IBMF_SAA_SERVICE_RECORD_SIZE); in ibmf_saa_service_record_to_buf() 1058 struct_size = sizeof (sa_service_record_t); in ibmf_saa_utils_pack_payload() 1250 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()
|
/illumos-gate/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 | 1969 ibcm_fill_svcinfo(sa_service_record_t *sr_resp, ibcm_dest_t *dest) in ibcm_fill_svcinfo() 2023 sa_service_record_t svcrec_req; in ibcm_saa_service_rec() 2024 sa_service_record_t *svcrec_resp; in ibcm_saa_service_rec() 2098 access_args.sq_template_length = sizeof (sa_service_record_t); in ibcm_saa_service_rec() 2128 num_req = length / sizeof (sa_service_record_t); in ibcm_saa_service_rec() 2133 svcrec_resp = (sa_service_record_t *)results_p; in ibcm_saa_service_rec() 2173 sa_service_record_t *stmp; in ibcm_saa_service_rec() 2235 stmp = (sa_service_record_t *)results_p; in ibcm_saa_service_rec() 2301 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()
|
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ |
H A D | sa_recs.h | 401 } sa_service_record_t; typedef
|
/illumos-gate/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 *);
|