Home
last modified time | relevance | path

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

/freebsd-13.1/sys/sys/
H A Ddevicestat.h139 struct devstat { struct
149 STAILQ_ENTRY(devstat) dev_links; argument
171 devstat_support_flags flags; /* argument
176 devstat_type_flags device_type; /* Device type */ argument
177 devstat_priority priority; /* Controls list pos. */ argument
185 STAILQ_HEAD(devstatlist, devstat); argument
/freebsd-13.1/sbin/fsck/
H A Dfsutil.c197 struct stat devstat, mntdevstat; in getmntpt() local
/freebsd-13.1/sbin/fsck_ffs/
H A Dmain.c766 struct stat devstat, mntdevstat; in getmntpt() local
/freebsd-13.1/sbin/growfs/
H A Dgrowfs.c1254 struct stat devstat; in is_dev() local
1269 struct stat devstat, mntdevstat; in dev_to_statfs() local
/freebsd-13.1/sys/dev/md/
H A Dmd.c262 struct devstat *devstat; member