sc_ccb_queue 151 dev/ic/cac.c SIMPLEQ_INIT(&sc->sc_ccb_queue); sc_ccb_queue 426 dev/ic/cac.c SIMPLEQ_INSERT_TAIL(&sc->sc_ccb_queue, ccb, ccb_chain); sc_ccb_queue 428 dev/ic/cac.c while ((ccb = SIMPLEQ_FIRST(&sc->sc_ccb_queue)) != NULL && sc_ccb_queue 430 dev/ic/cac.c SIMPLEQ_REMOVE_HEAD(&sc->sc_ccb_queue, ccb_chain); sc_ccb_queue 115 dev/ic/cacvar.h SIMPLEQ_HEAD(, cac_ccb) sc_ccb_queue;