Lines Matching refs:service_path

16 	char service_path[SERVREG_NAME_LENGTH + 1];  member
61 void (*status)(int state, char *service_path, void *priv);
134 strscpy(req.service_path, pds->service_path, sizeof(req.service_path)); in pdr_register_listener()
149 pds->service_path, ret); in pdr_register_listener()
155 pds->service_path, resp.resp.error); in pdr_register_listener()
190 pdr->status(pds->state, pds->service_path, pdr->priv); in pdr_notifier_work()
260 strscpy(req.service_path, pds->service_path, sizeof(req.service_path)); in pdr_send_indack_msg()
285 pdr->status(pds->state, pds->service_path, pdr->priv); in pdr_indack_work()
310 if (!ind_msg || !ind_msg->service_path[0] || in pdr_indication_cb()
311 strlen(ind_msg->service_path) > SERVREG_NAME_LENGTH) in pdr_indication_cb()
316 if (strcmp(pds->service_path, ind_msg->service_path)) in pdr_indication_cb()
328 ind_msg->service_path, ind_msg->curr_state, in pdr_indication_cb()
425 if (!strcmp(entry->name, pds->service_path)) { in pdr_locate_service()
460 pdr->status(pds->state, pds->service_path, pdr->priv); in pdr_notify_lookup_failure()
517 const char *service_path) in pdr_add_lookup() argument
526 !service_path || strlen(service_path) > SERVREG_NAME_LENGTH) in pdr_add_lookup()
535 strscpy(pds->service_path, service_path, sizeof(pds->service_path)); in pdr_add_lookup()
540 if (strcmp(tmp->service_path, service_path)) in pdr_add_lookup()
590 strscpy(req.service_path, pds->service_path, sizeof(req.service_path)); in pdr_restart_pd()
596 if (!req.service_path[0]) in pdr_restart_pd()
617 req.service_path, ret); in pdr_restart_pd()
625 req.service_path, resp.resp.error); in pdr_restart_pd()
632 req.service_path, resp.resp.error); in pdr_restart_pd()
650 char *service_path, in pdr_handle_alloc() argument