Home
last modified time | relevance | path

Searched refs:iostatp (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/kern/
H A Dsubr_iostat.c119 struct io_stats *iostatp; in iostat_find() local
124 TAILQ_FOREACH(iostatp, &iostatlist, io_link) { in iostat_find()
125 if (strcmp(iostatp->io_name, name) == 0) { in iostat_find()
131 return iostatp; in iostat_find()