Lines Matching refs:service_path

17 	char service_path[SERVREG_NAME_LENGTH + 1];  member
62 void (*status)(int state, char *service_path, void *priv);
129 strscpy(req.service_path, pds->service_path, sizeof(req.service_path)); in pdr_register_listener()
144 pds->service_path, ret); in pdr_register_listener()
150 pds->service_path, resp.resp.error); in pdr_register_listener()
185 pdr->status(pds->state, pds->service_path, pdr->priv); in pdr_notifier_work()
255 strscpy(req.service_path, pds->service_path, sizeof(req.service_path)); in pdr_send_indack_msg()
280 pdr->status(pds->state, pds->service_path, pdr->priv); in pdr_indack_work()
304 if (!ind_msg || !ind_msg->service_path[0] || in pdr_indication_cb()
305 strlen(ind_msg->service_path) > SERVREG_NAME_LENGTH) in pdr_indication_cb()
310 if (strcmp(iter->service_path, ind_msg->service_path)) in pdr_indication_cb()
322 ind_msg->service_path, ind_msg->curr_state, in pdr_indication_cb()
420 if (!strcmp(entry->name, pds->service_path)) { in pdr_locate_service()
454 pdr->status(pds->state, pds->service_path, pdr->priv); in pdr_notify_lookup_failure()
511 const char *service_path) in pdr_add_lookup() argument
519 !service_path || strlen(service_path) > SERVREG_NAME_LENGTH) in pdr_add_lookup()
528 strscpy(pds->service_path, service_path, sizeof(pds->service_path)); in pdr_add_lookup()
533 if (strcmp(tmp->service_path, service_path)) in pdr_add_lookup()
579 strscpy(req.service_path, pds->service_path, sizeof(req.service_path)); in pdr_restart_pd()
585 if (!req.service_path[0]) in pdr_restart_pd()
606 req.service_path, ret); in pdr_restart_pd()
614 req.service_path, resp.resp.error); in pdr_restart_pd()
621 req.service_path, resp.resp.error); in pdr_restart_pd()
639 char *service_path, in pdr_handle_alloc() argument