term              121 compat/common/tty_43.c 		struct termios term;
term              124 compat/common/tty_43.c 		term = tp->t_termios;
term              126 compat/common/tty_43.c 			term.c_ispeed = speed;
term              128 compat/common/tty_43.c 			term.c_ispeed = compatspcodes[speed];
term              130 compat/common/tty_43.c 			term.c_ospeed = speed;
term              132 compat/common/tty_43.c 			term.c_ospeed = compatspcodes[speed];
term              133 compat/common/tty_43.c 		term.c_cc[VERASE] = sg->sg_erase;
term              134 compat/common/tty_43.c 		term.c_cc[VKILL] = sg->sg_kill;
term              136 compat/common/tty_43.c 		ttcompatsetflags(tp, &term);
term              138 compat/common/tty_43.c 			(caddr_t)&term, flag, p));
term              194 compat/common/tty_43.c 		struct termios term;
term              197 compat/common/tty_43.c 		term = tp->t_termios;
term              210 compat/common/tty_43.c 		ttcompatsetlflags(tp, &term);
term              211 compat/common/tty_43.c 		return (ttioctl(tp, TIOCSETA, (caddr_t)&term, flag, p));
term             4506 dev/ic/aic7xxx.c 	int	 term;
term             4523 dev/ic/aic7xxx.c 		term = (ahc->flags & AHC_TERM_ENB_B) != 0 ? STPWEN : 0;
term             4527 dev/ic/aic7xxx.c 					|term|ahc->seltime_b|ENSTIMER|ACTNEGEN);
term             4536 dev/ic/aic7xxx.c 	term = (ahc->flags & AHC_TERM_ENB_A) != 0 ? STPWEN : 0;
term             4543 dev/ic/aic7xxx.c 				|term|ahc->seltime
term             2093 lib/libkern/softfloat.c     bits64 rem, term;
term             2122 lib/libkern/softfloat.c         term = ( (bits64) zSig ) * zSig;
term             2123 lib/libkern/softfloat.c         rem = ( ( (bits64) aSig )<<32 ) - term;