Home
last modified time | relevance | path

Searched refs:ipmi_device_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/ipmi/
H A Dipmi_main.c129 static ipmi_device_t *
132 ipmi_device_t *p; in lookup_ipmidev_by_dev()
153 ipmi_device_t *dev; in ipmi_open()
171 dev = kmem_zalloc(sizeof (ipmi_device_t), KM_SLEEP); in ipmi_open()
191 ipmi_device_t *dp; in ipmi_close()
227 kmem_free(dp, sizeof (ipmi_device_t)); in ipmi_close()
545 list_create(&dev_list, sizeof (ipmi_device_t), in ipmi_attach()
546 offsetof(ipmi_device_t, ipmi_node)); in ipmi_attach()
H A Dipmivars.h95 } ipmi_device_t; typedef