Lines Matching refs:service_path

17 	char service_path[SERVREG_NAME_LENGTH + 1];  member
62 void (*status)(int state, char *service_path, void *priv);
135 strscpy(req.service_path, pds->service_path, sizeof(req.service_path)); in pdr_register_listener()
150 pds->service_path, ret); in pdr_register_listener()
156 pds->service_path, resp.resp.error); in pdr_register_listener()
191 pdr->status(pds->state, pds->service_path, pdr->priv); in pdr_notifier_work()
261 strscpy(req.service_path, pds->service_path, sizeof(req.service_path)); in pdr_send_indack_msg()
286 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(iter->service_path, ind_msg->service_path)) in pdr_indication_cb()
328 ind_msg->service_path, ind_msg->curr_state, in pdr_indication_cb()
427 if (!strcmp(entry->name, pds->service_path)) { in pdr_locate_service()
461 pdr->status(pds->state, pds->service_path, pdr->priv); in pdr_notify_lookup_failure()
518 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()
586 strscpy(req.service_path, pds->service_path, sizeof(req.service_path)); in pdr_restart_pd()
592 if (!req.service_path[0]) in pdr_restart_pd()
613 req.service_path, ret); in pdr_restart_pd()
621 req.service_path, resp.resp.error); in pdr_restart_pd()
628 req.service_path, resp.resp.error); in pdr_restart_pd()
646 char *service_path, in pdr_handle_alloc() argument