/linux-2.4.37.9/Documentation/networking/ |
D | smc9.txt | 36 ftp://fenris.campus.vt.edu/smc9/smc9-12.tar.gz 37 ftp://sfbox.vt.edu/filebox/F/fenris/smc9/smc9-12.tar.gz 41 erik@mail.vt.edu
|
D | README.sb1000 | 207 csigler@vt.edu
|
/linux-2.4.37.9/drivers/char/ |
D | selection.c | 291 struct vt_struct *vt = (struct vt_struct *) tty->driver_data; in paste_selection() local 298 add_wait_queue(&vt->paste_wait, &wait); in paste_selection() 310 remove_wait_queue(&vt->paste_wait, &wait); in paste_selection()
|
D | vt.c | 440 struct vt_struct *vt = (struct vt_struct *)tty->driver_data; in vt_ioctl() local 442 console = vt->vc_num; in vt_ioctl() 1135 int vt_waitactive(int vt) in vt_waitactive() argument 1144 if (vt == fg_console) in vt_waitactive()
|
D | console.c | 1862 struct vt_struct *vt = (struct vt_struct *)tty->driver_data; in do_con_write() local 1870 currcons = vt->vc_num; in do_con_write() 2337 struct vt_struct *vt = (struct vt_struct *) tty->driver_data; in con_unthrottle() local 2339 wake_up_interruptible(&vt->paste_wait); in con_unthrottle() 2378 struct vt_struct *vt; in con_flush_chars() local 2386 vt = (struct vt_struct *)tty->driver_data; in con_flush_chars() 2387 if (vt) in con_flush_chars() 2388 set_cursor(vt->vc_num); in con_flush_chars()
|
D | Makefile | 172 obj-$(CONFIG_VT) += vt.o vc_screen.o consolemap.o consolemap_deftbl.o $(CONSOLE) selection.o
|
D | ChangeLog | 140 * vt.c:
|
/linux-2.4.37.9/include/asm-ia64/sn/ |
D | serialio.h | 165 int (*down_map) (sioport_t *port, uint64_t *vt, off_t off); 316 #define DOWN_MAP(p, vt, off) \ argument 317 ((p)->sio_calldown->down_map(p, vt, off))
|
/linux-2.4.37.9/net/sched/ |
D | sch_hfsc.c | 726 u64 vt, f, cur_time; in init_vf() local 746 vt = max_cl->cl_vt; in init_vf() 748 vt = (cl->cl_parent->cl_cvtmin + vt)/2; in init_vf() 751 cl->cl_parentperiod || vt > cl->cl_vt) in init_vf() 752 cl->cl_vt = vt; in init_vf() 760 vt = cl->cl_parent->cl_cvtmax; in init_vf() 761 cl->cl_parent->cl_cvtoff += vt; in init_vf() 771 vt = cl->cl_vt + cl->cl_vtoff; in init_vf() 772 rtsc_min(&cl->cl_virtual, &cl->cl_fsc, vt, in init_vf() 774 if (cl->cl_virtual.x == vt) { in init_vf()
|
/linux-2.4.37.9/drivers/video/matrox/ |
D | matroxfb_misc.c | 226 unsigned int vd, vs, ve, vt, lc; in matroxfb_vgaHWinit() local 338 vt = m->VTotal - 2; in matroxfb_vgaHWinit() 358 vt &= ~1; in matroxfb_vgaHWinit() 368 hw->CRTCEXT[2] = ((vt & 0xC00) >> 10) | in matroxfb_vgaHWinit() 387 hw->CRTC[6] = vt & 0xFF; in matroxfb_vgaHWinit() 388 hw->CRTC[7] = ((vt & 0x100) >> 8) | in matroxfb_vgaHWinit() 393 ((vt & 0x200) >> 4) | in matroxfb_vgaHWinit() 411 hw->CRTC[22] = (vt + 1) /* & 0xFF */; in matroxfb_vgaHWinit()
|
D | matroxfb_maven.c | 719 static int maven_find_exact_clocks(unsigned int ht, unsigned int vt, in maven_find_exact_clocks() argument 733 …if (!matroxfb_mavenclock((m->mode == MODE_PAL) ? &maven_PAL : &maven_NTSC, h, vt, &a, &b, &c, &h2)… in maven_find_exact_clocks()
|
/linux-2.4.37.9/net/netrom/ |
D | nr_subr.c | 114 unsigned short vt = (sk->protinfo.nr->vl + sk->protinfo.nr->window) % NR_MODULUS; in nr_in_rx_window() local 116 while (vc != vt) { in nr_in_rx_window()
|
/linux-2.4.37.9/include/linux/ |
D | vt_kern.h | 90 int vt_waitactive(int vt);
|
/linux-2.4.37.9/drivers/video/intel/ |
D | intelfbhw.c | 839 u32 *vs, *vb, *vt, *hs, *hb, *ht, *ss, *pipe_conf; in intelfbhw_mode_to_hw() local 865 vt = &hw->vtotal_b; in intelfbhw_mode_to_hw() 877 vt = &hw->vtotal_a; in intelfbhw_mode_to_hw() 1028 *vt = (vtotal << VTOTAL_SHIFT) | (vactive << VACTIVE_SHIFT); in intelfbhw_mode_to_hw() 1065 const u32 *hs, *ht, *hb, *vs, *vt, *vb, *ss; in intelfbhw_program_mode() local 1098 vt = &hw->vtotal_b; in intelfbhw_program_mode() 1121 vt = &hw->vtotal_a; in intelfbhw_program_mode() 1174 OUTREG(vtotal_reg, *vt); in intelfbhw_program_mode()
|
/linux-2.4.37.9/drivers/video/ |
D | tdfxfb.c | 1294 u32 vd, vs, ve, vt, vbs, vbe; in tdfxfb_set_par() local 1338 vt = (par->vtotal << 1) - 2; in tdfxfb_set_par() 1343 vt = par->vtotal - 2; in tdfxfb_set_par() 1346 vbe = vt; in tdfxfb_set_par() 1399 reg.crt[0x06] = vt; in tdfxfb_set_par() 1403 ((vt & 0x200) >> 4) | in tdfxfb_set_par() 1408 ((vt & 0x100) >> 8); in tdfxfb_set_par() 1436 reg.ext[0x01] = (((vt & 0x400) >> 10) | in tdfxfb_set_par()
|
D | imsttfb.c | 321 __u16 hes, heb, hsb, ht, ves, veb, vsb, vt, vil; member 540 init->vt = init->vsb + vtp; in compute_imstt_regvals_ibm() 737 out_le32(&p->dc_regs[VT], init->vt); in set_imstt_regvals()
|
D | cyberfb.c | 1914 VT = vt - 2;
|
/linux-2.4.37.9/drivers/media/video/ |
D | tuner.c | 953 struct video_tuner *vt = arg; in tuner_command() local 956 vt->signal = tuner_signal(client); in tuner_command()
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | ioctl32.c | 720 struct video_tuner vt; in do_video_ioctl() member 744 err = get_video_tuner32(&karg.vt, up); in do_video_ioctl() 772 err = put_video_tuner32(&karg.vt, up); in do_video_ioctl() 1261 struct vt_struct *vt; in do_kdfontop_ioctl() local 1271 vt = (struct vt_struct *)((struct tty_struct *)file->private_data)->driver_data; in do_kdfontop_ioctl() 1272 i = con_font_op(vt->vc_num, &op); in do_kdfontop_ioctl()
|
/linux-2.4.37.9/Documentation/ |
D | ioctl-number.txt | 105 'V' all linux/vt.h
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | ia32_ioctl.c | 345 struct video_tuner vt; in do_video_ioctl() member 369 err = get_video_tuner32(&karg.vt, up); in do_video_ioctl() 397 err = put_video_tuner32(&karg.vt, up); in do_video_ioctl() 2036 struct vt_struct *vt; in do_kdfontop_ioctl() local 2046 vt = (struct vt_struct *)((struct tty_struct *)file->private_data)->driver_data; in do_kdfontop_ioctl() 2047 i = con_font_op(vt->vc_num, &op); in do_kdfontop_ioctl()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | ioctl32.c | 330 struct video_tuner vt; in do_video_ioctl() member 354 err = get_video_tuner32(&karg.vt, up); in do_video_ioctl() 382 err = put_video_tuner32(&karg.vt, up); in do_video_ioctl() 1900 struct vt_struct *vt; in do_kdfontop_ioctl() local 1910 vt = (struct vt_struct *)((struct tty_struct *)file->private_data)->driver_data; in do_kdfontop_ioctl() 1911 i = con_font_op(vt->vc_num, &op); in do_kdfontop_ioctl()
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | ioctl32.c | 338 struct video_tuner vt; in do_video_ioctl() member 362 err = get_video_tuner32(&karg.vt, up); in do_video_ioctl() 390 err = put_video_tuner32(&karg.vt, up); in do_video_ioctl() 2126 struct vt_struct *vt; in do_kdfontop_ioctl() local 2136 vt = (struct vt_struct *)((struct tty_struct *)file->private_data)->driver_data; in do_kdfontop_ioctl() 2137 i = con_font_op(vt->vc_num, &op); in do_kdfontop_ioctl()
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | ioctl32.c | 1508 struct vt_struct *vt; in do_kdfontop_ioctl() local 1518 vt = (struct vt_struct *)((struct tty_struct *)file->private_data)->driver_data; in do_kdfontop_ioctl() 1519 i = con_font_op(vt->vc_num, &op); in do_kdfontop_ioctl()
|
/linux-2.4.37.9/ |
D | CREDITS | 787 E: tdunbar@vtaix.cc.vt.edu
|