Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dcompat_ioctl.c824 static unsigned int ioctl_pointer[] = { variable
1525 const int max = ARRAY_SIZE(ioctl_pointer) - 1; in compat_ioctl_check_table()
1534 while (ioctl_pointer[i] < xcmd && i < max) in compat_ioctl_check_table()
1538 while (ioctl_pointer[i] > xcmd && i > 0) in compat_ioctl_check_table()
1541 return ioctl_pointer[i] == xcmd; in compat_ioctl_check_table()
1635 sort(ioctl_pointer, ARRAY_SIZE(ioctl_pointer), sizeof(*ioctl_pointer), in init_sys32_ioctl()