Home
last modified time | relevance | path

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

/fs/
Dcompat_ioctl.c973 static int compat_ioctl_check_table(unsigned int xcmd) in compat_ioctl_check_table() argument
982 i = ((xcmd >> 16) * max) >> 16; in compat_ioctl_check_table()
985 while (ioctl_pointer[i] < xcmd && i < max) in compat_ioctl_check_table()
989 while (ioctl_pointer[i] > xcmd && i > 0) in compat_ioctl_check_table()
992 return ioctl_pointer[i] == xcmd; in compat_ioctl_check_table()