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

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

Completed in 128 milliseconds