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

/illumos-gate/usr/src/head/protocols/
H A Drwhod.h63 struct whoent { struct in struct:whod
66 } wd_we[1024 / sizeof (struct whoent)];
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drwho.c82 register struct whoent *we;
123 for (n = cc / sizeof (struct whoent); n > 0; n--) {
H A Druptime.c83 struct whoent *we;
177 we = (struct whoent *)(((char *)buf)+cc);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rwhod.c299 int i, n = (cc - WHDRSIZE)/sizeof (struct whoent);
300 struct whoent *we;
370 struct whoent *we = mywd.wd_we, *wlast;
400 wlast = &mywd.wd_we[1024 / sizeof (struct whoent) - 1];
715 struct whoent *we;
727 for (we = w->wd_we, cc /= sizeof (struct whoent); cc > 0; cc--, we++) {

Completed in 60 milliseconds