Searched refs:rr_stats (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/eshconfig/
H A Deshconfig.c218 struct rr_stats rr_stats; variable in typeref:struct:rr_stats
702 if (drvspec_ioctl(name, s, EIOCGSTATS, sizeof(struct rr_stats),
703 (caddr_t) &rr_stats) < 0)
706 stats = rr_stats.rs_stats;
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Drrunnerreg.h496 struct rr_stats { struct
505 struct rr_stats ri_stats;
H A Drrunner.c3048 if (len != sizeof(struct rr_stats))
3052 data, sizeof(struct rr_stats));

Completed in 112 milliseconds