/src/sys/compat/linux/arch/i386/ |
linux_machdep.c | 782 struct kbentry kbe; local in function:linux_machdepioctl 894 if ((error = copyin(SCARG(uap, data), &kbe, 897 if (kbe.kb_table >= sizeof(linux_keytabs) / sizeof(u_short *) 898 || kbe.kb_index >= NR_KEYS) { 902 kbe.kb_value = linux_keytabs[kbe.kb_table][kbe.kb_index]; 903 error = copyout(&kbe, SCARG(uap, data),
|
linux_machdep.c | 782 struct kbentry kbe; local in function:linux_machdepioctl 894 if ((error = copyin(SCARG(uap, data), &kbe, 897 if (kbe.kb_table >= sizeof(linux_keytabs) / sizeof(u_short *) 898 || kbe.kb_index >= NR_KEYS) { 902 kbe.kb_value = linux_keytabs[kbe.kb_table][kbe.kb_index]; 903 error = copyout(&kbe, SCARG(uap, data),
|