pmac_fan_le
struct pmac_fan_le *list_entry;
list_entry = malloc(sizeof(struct pmac_fan_le), M_PMACTHERM,
SLIST_ENTRY(pmac_fan_le) entries;
static SLIST_HEAD(pmac_fans, pmac_fan_le) fans = SLIST_HEAD_INITIALIZER(fans);
struct pmac_fan_le *fan;