cooling_device
struct cooling_device *cd;
cd = malloc(sizeof(struct cooling_device), M_DEVBUF, M_ZERO | M_WAITOK);
struct cooling_device *cd;
cd = malloc(sizeof(struct cooling_device), M_DEVBUF, M_ZERO | M_WAITOK);
struct cooling_device *cd;
cd = malloc(sizeof(struct cooling_device), M_DEVBUF, M_ZERO | M_WAITOK);
struct cooling_device *cd;
cd = malloc(sizeof(struct cooling_device), M_DEVBUF, M_ZERO | M_WAITOK);
struct cooling_device sc_cd;
cooling_device_register(struct cooling_device *cd)
struct cooling_device *cd;
struct cooling_device *cd;
LIST_HEAD(, cooling_device) cooling_devices =
LIST_ENTRY(cooling_device) cd_list;
void cooling_device_register(struct cooling_device *);