cardslot_event
pool_init(&cardsloteventpool, sizeof(struct cardslot_event),
task_set(&sc->sc_event_task, cardslot_event, sc);
struct cardslot_event *ce;
struct cardslot_event *ce;
struct cardslot_event *ce1, *ce2;
STATIC void cardslot_event(void *arg);
SIMPLEQ_ENTRY(cardslot_event) ce_q;
struct cardslot_event;
SIMPLEQ_HEAD(, cardslot_event) sc_events;