Searched refs:vt (Results 1 - 25 of 35) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/ppp/contrib/pppgetpass/
H A Dpppgetpass.sh4 exec pppgetpass.vt "$@"
H A DMakefile.linux1 all: pppgetpass.vt pppgetpass.gtk
3 pppgetpass.vt: pppgetpass.vt.o
12 install -m 4755 -o root -g root pppgetpass.vt /usr/bin/
16 rm -f *.o pppgetpass.gtk pppgetpass.vt core
H A Dpppgetpass.vt.c11 #include <sys/vt.h>
/asus-wl-520gu-7.0.1.45/src/router/pppd/contrib/pppgetpass/
H A Dpppgetpass.sh4 exec pppgetpass.vt "$@"
H A DMakefile.linux1 all: pppgetpass.vt pppgetpass.gtk
3 pppgetpass.vt: pppgetpass.vt.o
12 install -m 4755 -o root -g root pppgetpass.vt /usr/bin/
16 rm -f *.o pppgetpass.gtk pppgetpass.vt core
H A Dpppgetpass.vt.c11 #include <sys/vt.h>
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/contrib/pppgetpass/
H A Dpppgetpass.sh4 exec pppgetpass.vt "$@"
H A DMakefile.linux1 all: pppgetpass.vt pppgetpass.gtk
3 pppgetpass.vt: pppgetpass.vt.o
12 install -m 4755 -o root -g root pppgetpass.vt /usr/bin/
16 rm -f *.o pppgetpass.gtk pppgetpass.vt core
H A Dpppgetpass.vt.c11 #include <sys/vt.h>
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/sn1/
H A Dmem_refcnt.h15 extern int mem_refcnt_mmap(devfs_handle_t dev, vhandl_t *vt, off_t off, size_t len, uint prot);
16 extern int mem_refcnt_unmap(devfs_handle_t dev, vhandl_t *vt);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/sn1/
H A Dmem_refcnt.h15 extern int mem_refcnt_mmap(devfs_handle_t dev, vhandl_t *vt, off_t off, size_t len, uint prot);
16 extern int mem_refcnt_unmap(devfs_handle_t dev, vhandl_t *vt);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dvt_kern.h6 * with information needed by the vt package
10 #include <linux/vt.h>
83 /* vt.c */
90 int vt_waitactive(int vt);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dvt_kern.h6 * with information needed by the vt package
10 #include <linux/vt.h>
83 /* vt.c */
90 int vt_waitactive(int vt);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/
H A Dhubspc.c172 cpuprom_map(devfs_handle_t dev, vhandl_t *vt, off_t addr, size_t len) argument
196 errcode = v_mapphys(vt, kvaddr, len);
223 cpuprom_unmap(devfs_handle_t dev, vhandl_t *vt) argument
279 hubspc_map(devfs_handle_t dev, vhandl_t *vt, off_t off, size_t len, uint prot) argument
294 hubspc_unmap(devfs_handle_t dev, vhandl_t *vt) argument
H A Dxbow.c451 xbow_map(devfs_handle_t dev, vhandl_t *vt, off_t off, size_t len, uint prot) argument
459 error = v_mapphys(vt, (void *) soft->base, len);
465 xbow_unmap(devfs_handle_t dev, vhandl_t *vt) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dselection.c291 struct vt_struct *vt = (struct vt_struct *) tty->driver_data; local
296 add_wait_queue(&vt->paste_wait, &wait);
308 remove_wait_queue(&vt->paste_wait, &wait);
H A Dvt.c2 * linux/drivers/char/vt.c
21 #include <linux/vt.h>
47 * Console (vt and kd) routines, as defined by USL SVR4 manual, and by
50 * One point of difference: SYSV vt's are /dev/vtX, which X >= 0, and
53 * always treat our set of vt as numbered 1..MAX_NR_CONSOLES (corresponding to
434 struct vt_struct *vt = (struct vt_struct *)tty->driver_data; local
436 console = vt->vc_num;
442 * To have permissions to do most of the vt ioctls, we either have
739 * Returns global vt state. Note that VT 0 is always open, since
768 * ioctl(fd, VT_ACTIVATE, num) will cause us to switch to vt # nu
1130 vt_waitactive(int vt) argument
[all...]
H A Dconsole.c1842 struct vt_struct *vt = (struct vt_struct *)tty->driver_data; local
1850 currcons = vt->vc_num;
2314 struct vt_struct *vt = (struct vt_struct *) tty->driver_data; local
2316 wake_up_interruptible(&vt->paste_wait);
2355 struct vt_struct *vt; local
2363 vt = (struct vt_struct *)tty->driver_data;
2364 if (vt)
2365 set_cursor(vt->vc_num);
H A DMakefile153 obj-$(CONFIG_VT) += vt.o vc_screen.o consolemap.o consolemap_deftbl.o $(CONSOLE) selection.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/sn1/
H A Dmem_refcnt.c89 mem_refcnt_mmap(devfs_handle_t dev, vhandl_t *vt, off_t off, size_t len, uint prot) argument
122 errcode = v_mapphys(vt,
131 mem_refcnt_unmap(devfs_handle_t dev, vhandl_t *vt) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/netrom/
H A Dnr_subr.c114 unsigned short vt = (sk->protinfo.nr->vl + sk->protinfo.nr->window) % NR_MODULUS; local
116 while (vc != vt) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/matrox/
H A Dmatroxfb_misc.c225 unsigned int vd, vs, ve, vt; local
337 vt = m->VTotal - 2;
356 vt &= ~1;
365 hw->CRTCEXT[2] = ((vt & 0xC00) >> 10) |
383 hw->CRTC[6] = vt & 0xFF;
384 hw->CRTC[7] = ((vt & 0x100) >> 8) |
389 ((vt & 0x200) >> 4) |
406 hw->CRTC[22] = (vt + 1) /* & 0xFF */;
H A Dmatroxfb_maven.c551 static int maven_find_exact_clocks(unsigned int ht, unsigned int vt, argument
565 if (!matroxfb_mavenclock((m->mode & MODE_PAL) ? &maven_PAL : &maven_NTSC, h, vt, &a, &b, &c, &h2)) {
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dinit.c51 /* From <linux/vt.h> */
53 unsigned short v_active; /* active vt */
55 unsigned short v_state; /* vt bitmask */
57 static const int VT_GETSTATE = 0x5603; /* get global vt state info */
320 struct vt_stat vt; local
347 } else if (ioctl(0, VT_GETSTATE, &vt) == 0) {
349 snprintf(console, sizeof(console) - 1, VC_FORMAT, vt.v_active);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dtdfxfb.c1280 u32 vd, vs, ve, vt, vbs, vbe; local
1323 vt = par->vtotal - 2;
1325 vbe = vt;
1378 reg.crt[0x06] = vt;
1382 ((vt & 0x200) >> 4) |
1387 ((vt & 0x100) >> 8);
1415 reg.ext[0x01] = (((vt & 0x400) >> 10) |

Completed in 189 milliseconds

12