Home
last modified time | relevance | path

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 Dibmf_saa.h494 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 Dibmf_saa.c1156 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 Dibmf_saa_utils.c391 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 Dibmf_saa_impl.c3592 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 Dibcm_ti.c2562 sa_service_record_t *srv_resp; 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()
3387 sa_service_record_t *srv_recp; in ibt_deregister_ar()
3488 sa_service_record_t svcrec_req; in ibt_query_ar()
3489 sa_service_record_t *svcrec_resp; in ibt_query_ar()
3658 sa_service_record_t *srv_recp; in ibcm_rewrite_ar()
[all …]
H A Dibcm_path.c1969 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 Dibcm_utils.c1829 ibcm_dump_srvrec(sa_service_record_t *srv_rec) in ibcm_dump_srvrec()
/illumos-gate/usr/src/uts/common/sys/ib/mgt/
H A Dsa_recs.h401 } sa_service_record_t; typedef
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibcm/
H A Dibcm_impl.h822 sa_service_record_t *ar_srv_recp;
2167 void ibcm_dump_srvrec(sa_service_record_t *);