ipmi_thread
struct ipmi_thread *thread = arg;
sc->sc_thread = malloc(sizeof(struct ipmi_thread), M_DEVBUF, M_NOWAIT);
struct ipmi_thread *sc_thread;
struct ipmi_thread;