OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hs_wd
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/ruptime/
ruptime.c
59
struct whod *
hs_wd
;
member in struct:hs
63
#define ISDOWN(h) (now - (h)->
hs_wd
->wd_recvtime > 11 * 60)
143
if ((hsp->
hs_wd
= malloc(sizeof(*hsp->
hs_wd
))) == NULL)
145
memmove(hsp->
hs_wd
, buf, (size_t)WHDRSIZE);
166
(void)printf("%-12.12s%s\n", hsp->
hs_wd
->wd_hostname,
167
interval(now - hsp->
hs_wd
->wd_recvtime, "down"));
172
hsp->
hs_wd
->wd_hostname,
173
interval((time_t)hsp->
hs_wd
->wd_sendtime -
174
(time_t)hsp->
hs_wd
->wd_boottime, " up")
[
all
...]
ruptime.c
59
struct whod *
hs_wd
;
member in struct:hs
63
#define ISDOWN(h) (now - (h)->
hs_wd
->wd_recvtime > 11 * 60)
143
if ((hsp->
hs_wd
= malloc(sizeof(*hsp->
hs_wd
))) == NULL)
145
memmove(hsp->
hs_wd
, buf, (size_t)WHDRSIZE);
166
(void)printf("%-12.12s%s\n", hsp->
hs_wd
->wd_hostname,
167
interval(now - hsp->
hs_wd
->wd_recvtime, "down"));
172
hsp->
hs_wd
->wd_hostname,
173
interval((time_t)hsp->
hs_wd
->wd_sendtime -
174
(time_t)hsp->
hs_wd
->wd_boottime, " up")
[
all
...]
Completed in 58 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026