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

  /src/sys/compat/ultrix/
ultrix_ioctl.c 90 static const uint16_t s2btab[] = { variable in typeref:typename:const uint16_t[]
221 bt->c_ispeed = bt->c_ospeed = s2btab[l & 0x0000000f];
  /src/sys/compat/sunos/
sunos_ioctl.c 86 static const u_long s2btab[] = { variable in typeref:typename:const u_long[]
203 bt->c_ispeed = bt->c_ospeed = s2btab[l & 0x0000000f];
  /src/sys/compat/sunos32/
sunos32_ioctl.c 122 static const netbsd32_u_long s2btab[] = { variable in typeref:typename:const netbsd32_u_long[]
239 bt->c_ispeed = bt->c_ospeed = s2btab[l & 0x0000000f];

Completed in 16 milliseconds