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

  /src/sys/dev/sun/
sunms.c 86 int sunms_bps = SUN_MS_BPS; variable in typeref:typename:int
88 int sunms_bps = MS_DEFAULT_BPS; variable in typeref:typename:int
130 if (sunms_bps == 0)
203 t.c_ispeed = sunms_bps;
204 t.c_ospeed = sunms_bps;
sunms.c 86 int sunms_bps = SUN_MS_BPS; variable in typeref:typename:int
88 int sunms_bps = MS_DEFAULT_BPS; variable in typeref:typename:int
130 if (sunms_bps == 0)
203 t.c_ispeed = sunms_bps;
204 t.c_ospeed = sunms_bps;

Completed in 23 milliseconds