Home | History | Annotate | Download | only in libisns

Lines Matching defs:curtask_p

70 		while ((cfg_p->curtask_p == NULL)
71 && ((cfg_p->curtask_p = isns_get_next_task(cfg_p)) != NULL))
72 isns_run_task(cfg_p->curtask_p);
232 struct isns_task_s *curtask_p;
237 if ((curtask_p = cfg_p->curtask_p) == NULL)
239 else if ((trans_p = curtask_p->var.send_pdu.trans_p) == NULL)
248 isns_end_task(curtask_p);
446 if (cfg_p->curtask_p != NULL)
496 isns_end_task(cfg_p->curtask_p);