HomeSort by: relevance | last modified time | path
    Searched defs:kbe (Results 1 - 2 of 2) sorted by relevancy

  /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),

Completed in 44 milliseconds