Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Ddevicestat.h137 struct devstat { struct
147 STAILQ_ENTRY(devstat) dev_links; argument
169 devstat_support_flags flags; /* argument
174 devstat_type_flags device_type; /* Device type */ argument
175 devstat_priority priority; /* Controls list pos. */ argument
183 STAILQ_HEAD(devstatlist, devstat); argument
/freebsd-14.2/sbin/mount/
H A Dgetmntopts.c162 struct stat devstat, mntdevstat; in getmntpoint() local
/freebsd-14.2/sbin/growfs/
H A Dgrowfs.c1254 struct stat devstat; in is_dev() local
/freebsd-14.2/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-14.2/sys/dev/md/
H A Dmd.c268 struct devstat *devstat; member