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

  /src/sbin/ping/
ping.c 196 static double tmin = 999999999.0; variable in typeref:typename:double
1121 if (triptime < tmin)
1122 tmin = triptime;
1422 prec, tmin * 1000.0,
  /src/sys/dev/scsipi/
cd.c 2912 uint8_t control, tmin, tsec, tframe, pmin, psec, pframe; local in function:mmc_gettrackinfo_cdrom
2987 tmin = rawtoc->min;
3017 lba = hmsf2lba(0, tmin, tsec, tframe);
  /src/sbin/ping6/
ping6.c 224 static double tmin = 999999999.0; /* minimum round trip time */ variable in typeref:typename:double
1356 if (triptime < tmin)
1357 tmin = triptime;
2023 tmin, avg, tmax, dev);
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
hwmgr.h 783 uint32_t tmin; member in struct:pp_hwmgr

Completed in 22 milliseconds