Searched refs:service_record (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/ |
H A D | ibmf_saa.c | 1160 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 D | ibmf_saa_utils.c | 393 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,
|
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibmf/ |
H A D | ibmf_saa.h | 545 * service_record - service record is to be inserted or deleted. To 560 sa_service_record_t *service_record,
|
Completed in 61 milliseconds