Searched refs:COMPATIBLE_IOCTL (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dcompat_ioctl.c893 #define COMPATIBLE_IOCTL(cmd) XFORM(cmd), macro
901 #define IGNORE_IOCTL(cmd) COMPATIBLE_IOCTL(cmd)
905 COMPATIBLE_IOCTL(0x4B50) /* KDGHWCLK - not in the kernel, but don't complain */
906 COMPATIBLE_IOCTL(0x4B51) /* KDSHWCLK - not in the kernel, but don't complain */
909 COMPATIBLE_IOCTL(TCGETA)
910 COMPATIBLE_IOCTL(TCSETA)
911 COMPATIBLE_IOCTL(TCSETAW)
912 COMPATIBLE_IOCTL(TCSETAF)
913 COMPATIBLE_IOCTL(TCSBRK)
914 COMPATIBLE_IOCTL(TCXON
[all...]

Completed in 131 milliseconds