next_dev          719 kern/subr_autoconf.c 	struct device *dev, *next_dev, *prev_dev;
next_dev          735 kern/subr_autoconf.c 	    dev != NULL; dev = next_dev) {
next_dev          739 kern/subr_autoconf.c 			next_dev = prev_dev ? prev_dev : TAILQ_LAST(&alldevs,
next_dev          743 kern/subr_autoconf.c 			next_dev = TAILQ_PREV(dev, devicelist, dv_list);
next_dev          753 kern/subr_autoconf.c 	struct device *dev, *next_dev;
next_dev          763 kern/subr_autoconf.c 	     dev != NULL; dev = next_dev) {
next_dev          764 kern/subr_autoconf.c 		next_dev = TAILQ_NEXT(dev, dv_list);