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()
421 if (!strcmp(entry->name, pds->service_path)) { in pdr_locate_service()
455 pdr->status(pds->state, pds->service_path, pdr->priv); in pdr_notify_lookup_failure()
512 const char *service_path) in pdr_add_lookup() argument
520 !service_path || strlen(service_path) > SERVREG_NAME_LENGTH) in pdr_add_lookup()
529 strscpy(pds->service_path, service_path, sizeof(pds->service_path)); in pdr_add_lookup()
534 if (strcmp(tmp->service_path, service_path)) in pdr_add_lookup()
580 strscpy(req.service_path, pds->service_path, sizeof(req.service_path)); in pdr_restart_pd()
586 if (!req.service_path[0]) in pdr_restart_pd()
607 req.service_path, ret); in pdr_restart_pd()
615 req.service_path, resp.resp.error); in pdr_restart_pd()
622 req.service_path, resp.resp.error); in pdr_restart_pd()
640 char *service_path, in pdr_handle_alloc() argument