Searched refs:p_svc_rec (Results 1 – 2 of 2) sorted by relevance
59 IN const ib_service_record_t * p_svc_rec) in osm_svcr_init() argument68 p_svcr->lease_period = cl_ntoh32(p_svc_rec->service_lease); in osm_svcr_init()69 p_svcr->service_record = *p_svc_rec; in osm_svcr_init()72 osm_svcr_t *osm_svcr_new(IN const ib_service_record_t * p_svc_rec) in osm_svcr_new() argument76 CL_ASSERT(p_svc_rec); in osm_svcr_new()81 osm_svcr_init(p_svcr, p_svc_rec); in osm_svcr_new()90 ib_service_record_t *p_svc_rec = (ib_service_record_t *) context; in match_rid_of_svc_rec() local93 if (memcmp(&p_svcr->service_record, p_svc_rec, in match_rid_of_svc_rec()94 sizeof(p_svc_rec->service_id) + in match_rid_of_svc_rec()95 sizeof(p_svc_rec->service_gid) + in match_rid_of_svc_rec()[all …]
124 osm_svcr_t *osm_svcr_new(IN const ib_service_record_t * p_svc_rec);150 IN const ib_service_record_t * p_svc_rec);183 IN ib_service_record_t * p_svc_rec);