Searched refs:ioctl_pointer (Results 1 – 1 of 1) sorted by relevance
708 static unsigned int ioctl_pointer[] = { variable1346 const int max = ARRAY_SIZE(ioctl_pointer) - 1; in compat_ioctl_check_table()1355 while (ioctl_pointer[i] < xcmd && i < max) in compat_ioctl_check_table()1359 while (ioctl_pointer[i] > xcmd && i > 0) in compat_ioctl_check_table()1362 return ioctl_pointer[i] == xcmd; in compat_ioctl_check_table()1462 sort(ioctl_pointer, ARRAY_SIZE(ioctl_pointer), sizeof(*ioctl_pointer), in init_sys32_ioctl()