ce_q              227 dev/cardbus/cardslot.c 		SIMPLEQ_INSERT_TAIL(&sc->sc_events, ce, ce_q);
ce_q              259 dev/cardbus/cardslot.c 		SIMPLEQ_REMOVE_HEAD(&sc->sc_events, ce_q);
ce_q              273 dev/cardbus/cardslot.c 				if ((ce2 = SIMPLEQ_NEXT(ce1, ce_q)) == NULL)
ce_q              277 dev/cardbus/cardslot.c 					    ce_q);
ce_q              280 dev/cardbus/cardslot.c 					    ce_q);
ce_q              109 dev/cardbus/cardslotvar.h 	SIMPLEQ_ENTRY(cardslot_event) ce_q;