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