Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dcompat_ioctl.c521 static unsigned int ioctl_pointer[] = { variable
976 const int max = ARRAY_SIZE(ioctl_pointer) - 1; 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()
1092 sort(ioctl_pointer, ARRAY_SIZE(ioctl_pointer), sizeof(*ioctl_pointer), in init_sys32_ioctl()