Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dopenvt.c130 xioctl(fd, VT_DISALLOCATE, (void *)(ptrdiff_t)TT.vt_num); in openvt_main()
143 xioctl(fd, VT_DISALLOCATE, (void *)vt_num); in deallocvt_main()
/external/kernel-headers/original/uapi/linux/
Dvt.h44 #define VT_DISALLOCATE 0x5608 /* free memory associated to vt */ macro
/external/syzkaller/sys/linux/
Dtty_386.const82 VT_DISALLOCATE = 22024
Dtty_arm.const82 VT_DISALLOCATE = 22024
Dtty_arm64.const82 VT_DISALLOCATE = 22024
Dtty_amd64.const82 VT_DISALLOCATE = 22024
Dtty_ppc64le.const82 VT_DISALLOCATE = 22024
Dtty.txt100 ioctl$VT_DISALLOCATE(fd fd_tty, cmd const[VT_DISALLOCATE])
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc717 unsigned IOCTL_VT_DISALLOCATE = VT_DISALLOCATE;
Dsanitizer_common_interceptors_ioctl.inc352 _(VT_DISALLOCATE, NONE, 0);