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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dcompat_ioctl.c1622 static int compat_ioctl_check_table(unsigned int xcmd) argument
1631 i = ((xcmd >> 16) * max) >> 16;
1634 while (ioctl_pointer[i] < xcmd && i < max)
1638 while (ioctl_pointer[i] > xcmd && i > 0)
1641 return ioctl_pointer[i] == xcmd;

Completed in 309 milliseconds