tag | line | file | source code |
---|---|---|---|
quot | 45 | include/sys/types.h | typedef struct { int quot,rem; } div_t; |
quot | 46 | include/sys/types.h | typedef struct { long quot,rem; } ldiv_t; |
quot | 32 | kernel/chr_drv/tty_ioctl.c | unsigned short port,quot; |
quot | 36 | kernel/chr_drv/tty_ioctl.c | quot = quotient[tty->termios.c_cflag & CBAUD]; |
quot | 39 | kernel/chr_drv/tty_ioctl.c | outb_p(quot & 0xff,port); /* LS of divisor */ |
quot | 40 | kernel/chr_drv/tty_ioctl.c | outb_p(quot >> 8,port+1); /* MS of divisor */ |