timeslot           98 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c static int ftmod_ss7_next_timeslot(char *ch_map, sng_timeslot_t *timeslot);
timeslot         1997 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c 	sng_timeslot_t		timeslot;
timeslot         2007 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c 		if (ftmod_ss7_next_timeslot(isupCkt->ch_map, &timeslot)) {
timeslot         2012 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c 		if ((timeslot.siglink) || (timeslot.gap)) {
timeslot         2047 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c 				if (timeslot.siglink) {
timeslot         2053 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c 				if (timeslot.channel) {
timeslot         2073 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c 				if (isupCkt->span->channels[i]->physical_chan_id == timeslot.channel) {
timeslot         2081 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c 				SS7_ERROR("Unable to find the requested channel %d in the FreeTDM channels!\n", timeslot.channel);
timeslot         2216 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c static int ftmod_ss7_next_timeslot(char *ch_map, sng_timeslot_t *timeslot)
timeslot         2227 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c 	memset(timeslot, 0x0, sizeof(sng_timeslot_t));
timeslot         2238 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c 		timeslot->siglink = 1;
timeslot         2243 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c 			timeslot->hole = 1;
timeslot         2256 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c 		timeslot->gap = 1;
timeslot         2261 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c 			timeslot->hole = 1;
timeslot         2299 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c 	timeslot->channel = atoi(tmp);
timeslot         2300 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c 	lower = timeslot->channel + 1;