Home
last modified time | relevance | path

Searched refs:tty_device (Results 1 – 10 of 10) sorted by relevance

/external/libvncserver/vncterm/
DLinuxVNC.c85 char tty_device[64],title[128]; in main() local
102 sprintf(tty_device,"/dev/tty%d",tty); in main()
103 if((tty_inject_device=open(tty_device,O_WRONLY))<0) { in main()
104 rfbErr("Couldn't open tty device %s!\n",tty_device); in main()
107 rfbLog("Using device %s.\n",tty_device); in main()
139 sprintf(tty_device,"/dev/vcs%d",tty); in main()
141 sprintf(tty_device,"/dev/vcsa%d",tty); in main()
146 tty_file=fopen(tty_device,"rb"); in main()
149 tty_device); in main()
/external/sepolicy/
Dslideshow.te13 allow slideshow tty_device:chr_file rw_file_perms;
Dhealthd.te33 allow healthd tty_device:chr_file rw_file_perms;
Drild.te37 allow rild tty_device:chr_file rw_file_perms;
Ddevice.te39 type tty_device, dev_type;
Dshell.te36 allow shell tty_device:chr_file rw_file_perms;
Drecovery.te69 allow recovery tty_device:chr_file rw_file_perms;
Dinit.te39 allow init tty_device:chr_file rw_file_perms;
Dfile_contexts112 /dev/tty[0-9]* u:object_r:tty_device:s0
Dsystem_server.te170 allow system_server tty_device:chr_file rw_file_perms;