Searched refs:ipmi_kthread (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/sys/dev/misc/ipmi/ |
| HD | ipmivars.h | 110 struct thread *ipmi_kthread; member
|
| HD | ipmi_ssif.c | 357 return (kthread_create(ssif_loop, sc, &sc->ipmi_kthread, in ssif_startup()
|
| HD | ipmi_smic.c | 382 return (kthread_create(smic_loop, sc, &sc->ipmi_kthread, in smic_startup()
|
| HD | ipmi.c | 893 if (sc->ipmi_kthread) { in ipmi_detach() 895 lksleep(sc->ipmi_kthread, &sc->ipmi_lock, 0, "ipmi_wait", 0); in ipmi_detach()
|
| HD | ipmi_kcs.c | 476 return (kthread_create(kcs_loop, sc, &sc->ipmi_kthread, "%s: kcs", in kcs_startup()
|