Home
last modified time | relevance | path

Searched refs:wd_boottime (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/
H A Druptime.c204 hsp->hs_wd->wd_boottime, " up"), in main()
294 h2->hs_wd->wd_sendtime - h2->hs_wd->wd_boottime) in tcmp()
297 h1->hs_wd->wd_sendtime - h1->hs_wd->wd_boottime))); in tcmp()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rwhod.c306 wd.wd_boottime = ntohl(wd.wd_boottime); in main()
488 mywd.wd_boottime = utmpx->ut_xtime; in getkmem()
490 mywd.wd_boottime = htonl(mywd.wd_boottime); in getkmem()
722 interval(ntohl(w->wd_sendtime) - ntohl(w->wd_boottime), " up")); in sendto()
/titanic_50/usr/src/head/protocols/
H A Drwhod.h62 int wd_boottime; /* time system booted */ member