Searched refs:tty_device (Results 1 – 10 of 10) sorted by relevance
/external/libvncserver/vncterm/ |
D | LinuxVNC.c | 85 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/ |
D | slideshow.te | 13 allow slideshow tty_device:chr_file rw_file_perms;
|
D | healthd.te | 33 allow healthd tty_device:chr_file rw_file_perms;
|
D | rild.te | 37 allow rild tty_device:chr_file rw_file_perms;
|
D | device.te | 39 type tty_device, dev_type;
|
D | shell.te | 36 allow shell tty_device:chr_file rw_file_perms;
|
D | recovery.te | 69 allow recovery tty_device:chr_file rw_file_perms;
|
D | init.te | 39 allow init tty_device:chr_file rw_file_perms;
|
D | file_contexts | 112 /dev/tty[0-9]* u:object_r:tty_device:s0
|
D | system_server.te | 170 allow system_server tty_device:chr_file rw_file_perms;
|