sc_ccb_free       150 dev/ic/cac.c   	SIMPLEQ_INIT(&sc->sc_ccb_free);
sc_ccb_free       201 dev/ic/cac.c   		SIMPLEQ_INSERT_TAIL(&sc->sc_ccb_free, ccb, ccb_chain);
sc_ccb_free       495 dev/ic/cac.c   	if ((ccb = SIMPLEQ_FIRST(&sc->sc_ccb_free)) != NULL)
sc_ccb_free       496 dev/ic/cac.c   		SIMPLEQ_REMOVE_HEAD(&sc->sc_ccb_free, ccb_chain);
sc_ccb_free       510 dev/ic/cac.c   	SIMPLEQ_INSERT_HEAD(&sc->sc_ccb_free, ccb, ccb_chain);
sc_ccb_free       114 dev/ic/cacvar.h 	SIMPLEQ_HEAD(, cac_ccb)	sc_ccb_free;	
sc_ccb_free       798 dev/ic/mpi.c   	TAILQ_INIT(&sc->sc_ccb_free);
sc_ccb_free       862 dev/ic/mpi.c   	ccb = TAILQ_FIRST(&sc->sc_ccb_free);
sc_ccb_free       868 dev/ic/mpi.c   	TAILQ_REMOVE(&sc->sc_ccb_free, ccb, ccb_link);
sc_ccb_free       886 dev/ic/mpi.c   	TAILQ_INSERT_TAIL(&sc->sc_ccb_free, ccb, ccb_link);
sc_ccb_free       127 dev/ic/mpivar.h 	struct mpi_ccb_list	sc_ccb_free;
sc_ccb_free       380 dev/pci/arc.c  	struct arc_ccb_list	sc_ccb_free;
sc_ccb_free      1783 dev/pci/arc.c  	TAILQ_INIT(&sc->sc_ccb_free);
sc_ccb_free      1836 dev/pci/arc.c  	ccb = TAILQ_FIRST(&sc->sc_ccb_free);
sc_ccb_free      1838 dev/pci/arc.c  		TAILQ_REMOVE(&sc->sc_ccb_free, ccb, ccb_link);
sc_ccb_free      1848 dev/pci/arc.c  	TAILQ_INSERT_TAIL(&sc->sc_ccb_free, ccb, ccb_link);