taglinefilesource code
quot45include/sys/types.htypedef struct { int quot,rem; } div_t;
quot46include/sys/types.htypedef struct { long quot,rem; } ldiv_t;
quot32kernel/chr_drv/tty_ioctl.cunsigned short port,quot;
quot36kernel/chr_drv/tty_ioctl.cquot = quotient[tty->termios.c_cflag & CBAUD];
quot39kernel/chr_drv/tty_ioctl.coutb_p(quot & 0xff,port);  /* LS of divisor */
quot40kernel/chr_drv/tty_ioctl.coutb_p(quot >> 8,port+1);  /* MS of divisor */