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

  /src/sys/compat/ultrix/
ultrix_ioctl.c 69 static const struct speedtab sptab[] = { variable in typeref:typename:const struct speedtab[]
372 speed = ttspeedtab(bt->c_ospeed, sptab);
ultrix_ioctl.c 69 static const struct speedtab sptab[] = { variable in typeref:typename:const struct speedtab[]
372 speed = ttspeedtab(bt->c_ospeed, sptab);
  /src/sys/compat/sunos/
sunos_ioctl.c 65 static const struct speedtab sptab[] = { variable in typeref:typename:const struct speedtab[]
344 s = ttspeedtab(bt->c_ospeed, sptab);
sunos_ioctl.c 65 static const struct speedtab sptab[] = { variable in typeref:typename:const struct speedtab[]
344 s = ttspeedtab(bt->c_ospeed, sptab);
  /src/sys/compat/sunos32/
sunos32_ioctl.c 101 static const struct speedtab sptab[] = { variable in typeref:typename:const struct speedtab[]
380 s = ttspeedtab(bt->c_ospeed, sptab);
sunos32_ioctl.c 101 static const struct speedtab sptab[] = { variable in typeref:typename:const struct speedtab[]
380 s = ttspeedtab(bt->c_ospeed, sptab);

Completed in 35 milliseconds