Symbol: statinfo
games/trek/srscan.c
101
if (statinfo)
games/trek/srscan.c
104
if (statinfo)
games/trek/srscan.c
63
int statinfo;
games/trek/srscan.c
73
statinfo = 1;
games/trek/srscan.c
77
statinfo = Etc.statreport;
lib/libdevstat/devstat.c
231
getdevs(struct statinfo *stats)
lib/libdevstat/devstat.h
93
int getdevs(struct statinfo *stats);
libexec/rpc.rstatd/rstat_proc.c
286
struct statinfo stats;
libexec/rpc.rstatd/rstat_proc.c
329
struct statinfo stats;
sbin/vinum/commands.c
518
struct statinfo statinfo;
sbin/vinum/commands.c
525
bzero(&statinfo, sizeof(struct statinfo));
sbin/vinum/commands.c
526
statinfo.dinfo = malloc(devs * sizeof(struct statinfo));
sbin/vinum/commands.c
529
if ((statinfo.dinfo == NULL) || (namelist == NULL) || (token == NULL)) {
sbin/vinum/commands.c
533
bzero(statinfo.dinfo, sizeof(struct devinfo));
sbin/vinum/commands.c
536
if (getdevs(&statinfo) < 0) { /* find out what devices we have */
sbin/vinum/commands.c
544
struct devstat *stat = &statinfo.dinfo->devices[i];
sbin/vinum/commands.c
557
free(statinfo.dinfo); /* don't need the list any more */
sbin/vinum/list.c
1228
struct statinfo statinfo;
sbin/vinum/list.c
1235
bzero(&statinfo, sizeof(struct statinfo));
sbin/vinum/list.c
1236
statinfo.dinfo = malloc(devs * sizeof(struct statinfo));
sbin/vinum/list.c
1239
if ((statinfo.dinfo == NULL) || (namelist == NULL) || (token == NULL)) {
sbin/vinum/list.c
1243
bzero(statinfo.dinfo, sizeof(struct devinfo));
sbin/vinum/list.c
1246
if (getdevs(&statinfo) < 0) { /* find out what devices we have */
sbin/vinum/list.c
1254
struct devstat *stat = &statinfo.dinfo->devices[i];
sbin/vinum/list.c
1265
free(statinfo.dinfo); /* don't need the list any more */
usr.bin/systat/devs.c
101
dsinit(int maxshowdevs, struct statinfo *s1, struct statinfo *s2 __unused,
usr.bin/systat/devs.c
102
struct statinfo *s3 __unused)
usr.bin/systat/devs.c
150
dsinit_ignores(int maxshowdevs, struct statinfo *s1)
usr.bin/systat/devs.c
163
dscmd(const char *cmd, char *args, int maxshowdevs, struct statinfo *s1)
usr.bin/systat/devs.c
218
struct statinfo *s1)
usr.bin/systat/devs.c
277
struct statinfo *s1)
usr.bin/systat/devs.c
94
static void dsinit_ignores(int maxshowdevs, struct statinfo *s1);
usr.bin/systat/devs.c
96
int maxshowdevs, struct statinfo *s1);
usr.bin/systat/devs.c
98
int maxshowdevs, struct statinfo *s1);
usr.bin/systat/devs.h
30
int dsinit(int, struct statinfo *, struct statinfo *, struct statinfo *);
usr.bin/systat/devs.h
31
int dscmd(const char *, char *, int, struct statinfo *);
usr.bin/systat/extern.h
60
extern struct statinfo cur, last;
usr.bin/systat/iostat.c
71
struct statinfo cur, last;
usr.bin/systat/vmstat.c
101
static void dinfo(int, int, struct statinfo *, struct statinfo *);
usr.bin/systat/vmstat.c
85
struct statinfo run;
usr.bin/systat/vmstat.c
996
dinfo(int dn, int lc, struct statinfo *now, struct statinfo *then)
usr.bin/vmstat/vmstat.c
102
struct statinfo cur, last;
usr.sbin/iostat/iostat.c
113
struct statinfo cur, last;