Searched refs:u32s (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_misc.c1888 int error, u32s; local
1899 u32s = 1;
1903 u32s = 2;
1928 memset(&lucd, 0, u32s * sizeof(lucd[0]));
1929 error = copyout(&lucd, uap->datap, u32s * sizeof(lucd[0]));
1940 int error, i, u32s; local
1951 u32s = 1;
1955 u32s = 2;
1973 error = copyin(uap->datap, &lucd, u32s * sizeof(lucd[0]));
1978 for (i = 0; i < u32s;
[all...]

Completed in 180 milliseconds