Searched refs:wd_we (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/head/protocols/
H A Drwhod.h66 } wd_we[1024 / sizeof (struct whoent)]; member in struct:whod
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drwho.c66 #define WHDRSIZE (sizeof (wd) - sizeof (wd.wd_we))
122 we = w->wd_we;
H A Druptime.c164 int whdrsize = sizeof (*buf) - sizeof (buf->wd_we);
178 while (--we >= wd->wd_we)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rwhod.c139 #define WHDRSIZE (sizeof (mywd) - sizeof (mywd.wd_we))
307 we = wd.wd_we;
370 struct whoent *we = mywd.wd_we, *wlast;
400 wlast = &mywd.wd_we[1024 / sizeof (struct whoent) - 1];
419 utmpxent = we - mywd.wd_we;
431 we = mywd.wd_we;
727 for (we = w->wd_we, cc /= sizeof (struct whoent); cc > 0; cc--, we++) {

Completed in 114 milliseconds