Lines Matching defs:state
24 int state;
49 /* control access to the locator state */
61 void (*status)(int state, char *service_path, void *priv);
159 pds->state = resp.curr_state;
180 pds->state = SERVREG_SERVICE_STATE_DOWN;
186 pds->state = SERVREG_SERVICE_STATE_DOWN;
190 pdr->status(pds->state, pds->service_path, pdr->priv);
284 pds->state = ind->curr_state;
285 pdr->status(pds->state, pds->service_path, pdr->priv);
327 pr_info("PDR: Indication received from %s, state: 0x%x, trans-id: %d\n",
458 pds->state = SERVREG_LOCATOR_ERR;
460 pdr->status(pds->state, pds->service_path, pdr->priv);
642 * @status: function to be called on PD state change
649 struct pdr_handle *pdr_handle_alloc(void (*status)(int state,