Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Dopenvt.c98 dprintf(2, "%d\n", ioctl(fd, VT_DISALLOCATE, cc)); in openvt_main()
114 if (-1 == ioctl(fd, VT_DISALLOCATE, vt_num)) perror_exit("%d", vt_num); in deallocvt_main()
/external/kernel-headers/original/uapi/linux/
Dvt.h44 #define VT_DISALLOCATE 0x5608 /* free memory associated to vt */ macro
/external/ltp/testcases/kernel/pty/
Dpty06.c67 ioctl(fd, VT_DISALLOCATE, test_tty_port); in do_test()
Dpty07.c54 ioctl(fd, VT_DISALLOCATE, i); in open_close()
/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);