ahc_tailq          60 dev/ic/aic7xxx.c struct ahc_softc_tailq ahc_tailq = TAILQ_HEAD_INITIALIZER(ahc_tailq);
ahc_tailq        3914 dev/ic/aic7xxx.c 		TAILQ_FOREACH(list_ahc, &ahc_tailq, links) {
ahc_tailq        3947 dev/ic/aic7xxx.c 	list_ahc = TAILQ_FIRST(&ahc_tailq);
ahc_tailq        3954 dev/ic/aic7xxx.c 		TAILQ_INSERT_TAIL(&ahc_tailq, ahc, links);
ahc_tailq        1150 dev/ic/aic7xxxvar.h extern struct ahc_softc_tailq ahc_tailq;