| /src/sys/lib/libsa/ |
| net.c | 90 satime_t t, tlast; local 99 tlast = 0; 126 tlast = t; 137 tleft -= t - tlast; 138 tlast = t;
|
| /src/external/bsd/ntp/dist/parseutil/ |
| testdcf.c | 373 struct timeval t, tt, tlast; local 430 gettimeofday(&tlast, 0L); 436 t.tv_sec -= tlast.tv_sec; 437 t.tv_usec -= tlast.tv_usec; 515 tlast = tt;
|
| dcfd.c | 1515 struct timeval t, tt, tlast; local 1657 gettimeofday(&tlast, 0L); 1671 timersub(&t, &tlast); 1840 tlast = tt;
|
| /src/usr.sbin/mrouted/ |
| main.c | 368 static unsigned int tlast; local 370 unsigned int t = tlast + 1; 384 tlast = 0; 393 tlast = t;
|
| /src/sys/arch/hb68k/pg68k/ |
| pmap_pgmmu.c | 2101 paddr_t tfirst, tlast; local 2107 tlast = pgmmu_btop(static_mappings[i].psm_pa + 2110 if (firstpg >= tfirst && lastpg <= tlast) { 2141 vaddr_t tfirst, tlast; local 2146 tlast = pgmmu_btop(static_mappings[i].psm_va + 2149 if (firstpg >= tfirst && lastpg <= tlast) {
|
| /src/sys/arch/m68k/m68k/ |
| pmap_motorola.c | 3174 paddr_t tfirst, tlast; local 3188 tlast = m68k_btop(pmbm->pmbm_paddr + (pmbm->pmbm_size - 1)); 3190 if (firstpg >= tfirst && lastpg <= tlast) { 3232 vaddr_t tblva, tfirst, tlast; local 3243 tlast = m68k_btop(tblva + (pmbm->pmbm_size - 1)); 3245 if (firstpg >= tfirst && lastpg <= tlast) {
|
| pmap_68k.c | 3810 paddr_t tfirst, tlast; local 3824 tlast = m68k_btop(pmbm->pmbm_paddr + (pmbm->pmbm_size - 1)); 3826 if (firstpg >= tfirst && lastpg <= tlast) { 3868 vaddr_t tblva, tfirst, tlast; local 3879 tlast = m68k_btop(tblva + (pmbm->pmbm_size - 1)); 3881 if (firstpg >= tfirst && lastpg <= tlast) {
|