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

/freebsd-12-stable/sys/compat/linux/
H A Dlinux_misc.c1744 int error, u32s; local
1755 u32s = 1;
1759 u32s = 2;
1779 memset(&lucd, 0, u32s * sizeof(lucd[0]));
1780 error = copyout(&lucd, uap->datap, u32s * sizeof(lucd[0]));
1791 int error, i, u32s; local
1802 u32s = 1;
1806 u32s = 2;
1819 error = copyin(uap->datap, &lucd, u32s * sizeof(lucd[0]));
1824 for (i = 0; i < u32s;
[all...]

Completed in 98 milliseconds