Home
last modified time | relevance | path

Searched defs:devstat (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/sys/
H A Ddevicestat.h138 struct devstat { struct
148 STAILQ_ENTRY(devstat) dev_links; argument
170 devstat_support_flags flags; /* argument
175 devstat_type_flags device_type; /* Device type */ argument
176 devstat_priority priority; /* Controls list pos. */ argument
184 STAILQ_HEAD(devstatlist, devstat); argument
/freebsd/sbin/mount/
H A Dgetmntopts.c156 struct stat devstat, mntdevstat; in getmntpoint() local
/freebsd/sbin/growfs/
H A Dgrowfs.c1246 struct stat devstat; in is_dev() local
/freebsd/sys/dev/irdma/
H A Dirdma_utils.c1548 struct irdma_vsi_pestat *devstat = vsi->pestat; in irdma_hw_stats_start_timer() local
1562 struct irdma_vsi_pestat *devstat = vsi->pestat; in irdma_hw_stats_stop_timer() local
/freebsd/sys/dev/md/
H A Dmd.c266 struct devstat *devstat; member