cbb_intrhand
struct cbb_intrhand *ih;
ih = kmalloc(sizeof(struct cbb_intrhand), M_DEVBUF, M_NOWAIT);
struct cbb_intrhand *ih;
ih = (struct cbb_intrhand *) cookie;
struct cbb_intrhand *ih = arg;