Searched refs:tcall (Results 1 – 1 of 1) sorted by relevance
556 struct t_call *tcall; local558 tcall = (struct t_call *)t_alloc(fd, T_CALL, T_ALL);559 if (tcall == (struct t_call *)NULL) {564 if (t_listen(fd, tcall) == -1) {570 t_free((char *)tcall, T_CALL);573 if (t_snddis(fd, tcall) < 0) {577 t_free((char *)tcall, T_CALL);583 struct t_call *tcall; local593 tcall = (struct t_call *)t_alloc(fd, T_CALL, T_ALL);594 if (tcall == (struct t_call *)NULL) {[all …]