HomeSort by: relevance | last modified time | path
    Searched refs:wd_boottime (Results 1 - 3 of 3) sorted by relevancy

  /src/include/protocols/
rwhod.h 56 int32_t wd_boottime; /* time system booted */ member in struct:whod
  /src/usr.bin/ruptime/
ruptime.c 174 (time_t)hsp->hs_wd->wd_boottime, " up"),
259 : HS(a2)->hs_wd->wd_sendtime - HS(a2)->hs_wd->wd_boottime)
262 : HS(a1)->hs_wd->wd_sendtime - HS(a1)->hs_wd->wd_boottime)
  /src/usr.sbin/rwhod/
rwhod.c 321 wd.wd_boottime = ntohl(wd.wd_boottime);
438 mywd.wd_boottime = htonl(tm.tv_sec);
563 interval(ntohl(w->wd_sendtime) - ntohl(w->wd_boottime), " up"));

Completed in 12 milliseconds