OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tlast
(Results
1 - 6
of
6
) sorted by relevancy
/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/usr.sbin/mrouted/
main.c
368
static unsigned int
tlast
;
local
370
unsigned int t =
tlast
+ 1;
384
tlast
= 0;
393
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/sys/arch/m68k/m68k/
pmap_motorola.c
3104
paddr_t tfirst,
tlast
;
local
3118
tlast
= m68k_btop(pmbm->pmbm_paddr + (pmbm->pmbm_size - 1));
3120
if (firstpg >= tfirst && lastpg <=
tlast
) {
3162
vaddr_t tblva, tfirst,
tlast
;
local
3173
tlast
= m68k_btop(tblva + (pmbm->pmbm_size - 1));
3175
if (firstpg >= tfirst && lastpg <=
tlast
) {
pmap_68k.c
3668
paddr_t tfirst,
tlast
;
local
3682
tlast
= m68k_btop(pmbm->pmbm_paddr + (pmbm->pmbm_size - 1));
3684
if (firstpg >= tfirst && lastpg <=
tlast
) {
3726
vaddr_t tblva, tfirst,
tlast
;
local
3737
tlast
= m68k_btop(tblva + (pmbm->pmbm_size - 1));
3739
if (firstpg >= tfirst && lastpg <=
tlast
) {
Completed in 19 milliseconds
Indexes created Sat May 02 00:23:24 UTC 2026