Searched defs:service_record (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_saa.c1160 sa_service_record_t service_record; local
1175 bzero((void *)&service_record, sizeof (sa_service_record_t));
1197 (void) strncpy((char *)(service_record.ServiceName), service_name,
1201 service_record.ServiceP_Key = p_key;
1209 access_args.sq_template = &service_record;
1270 sa_service_record_t service_record; local
1285 bzero((void *)&service_record, sizeof (sa_service_record_t));
1287 service_record.ServiceID = service_id;
1290 service_record.ServiceP_Key = p_key;
1298 access_args.sq_template = &service_record;
1346 ibmf_saa_update_service_record(ibmf_saa_handle_t ibmf_saa_handle, sa_service_record_t *service_record, ibmf_saa_access_type_t access_type, uint_t flags) argument
[all...]
H A Dibmf_saa_utils.c393 sa_service_record_t *service_record = (sa_service_record_t *)record; local
396 IBMF_SAA_SERVICE_RECORD_SIZE, service_record,
802 sa_service_record_t *service_record = (sa_service_record_t *)record; local
804 ibmf_utils_pack_data("3L2sl2L64c16c8s4l2L", service_record,

Completed in 54 milliseconds