Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Dcompat_ioctl.c824 static unsigned int ioctl_pointer[] = { variable
1524 const int max = ARRAY_SIZE(ioctl_pointer) - 1; in compat_ioctl_check_table()
1533 while (ioctl_pointer[i] < xcmd && i < max) in compat_ioctl_check_table()
1537 while (ioctl_pointer[i] > xcmd && i > 0) in compat_ioctl_check_table()
1540 return ioctl_pointer[i] == xcmd; in compat_ioctl_check_table()
1634 sort(ioctl_pointer, ARRAY_SIZE(ioctl_pointer), sizeof(*ioctl_pointer), in init_sys32_ioctl()