Home | History | Annotate | Download | only in src

Lines Matching refs:spd

616 	speed_t spd;
618 if ((spd = cfgetispeed(td)) == 0)
619 spd = cfgetospeed(td);
620 return spd;