Searched refs:service_record (Results 1 – 3 of 3) sorted by relevance
1160 sa_service_record_t service_record; in ibmf_saa_name_to_service_record() local1175 bzero((void *)&service_record, sizeof (sa_service_record_t)); in ibmf_saa_name_to_service_record()1197 (void) strncpy((char *)(service_record.ServiceName), service_name, in ibmf_saa_name_to_service_record()1201 service_record.ServiceP_Key = p_key; in ibmf_saa_name_to_service_record()1209 access_args.sq_template = &service_record; in ibmf_saa_name_to_service_record()1270 sa_service_record_t service_record; in ibmf_saa_id_to_service_record() local1285 bzero((void *)&service_record, sizeof (sa_service_record_t)); in ibmf_saa_id_to_service_record()1287 service_record.ServiceID = service_id; in ibmf_saa_id_to_service_record()1290 service_record.ServiceP_Key = p_key; in ibmf_saa_id_to_service_record()1298 access_args.sq_template = &service_record; in ibmf_saa_id_to_service_record()[all …]
393 sa_service_record_t *service_record = (sa_service_record_t *)record; in ibmf_saa_service_record_parse_buffer() local396 IBMF_SAA_SERVICE_RECORD_SIZE, service_record, 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() local804 ibmf_utils_pack_data("3L2sl2L64c16c8s4l2L", service_record, in ibmf_saa_service_record_to_buf()
560 sa_service_record_t *service_record,