Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/sysmon/
H A Dsysmon_envsys.c1394 sme_event_drv_t *sme_evdrv_t = NULL; in sme_add_sensor_dictionary() local
1485 sme_evdrv_t = kmem_zalloc(sizeof(*sme_evdrv_t), KM_SLEEP); in sme_add_sensor_dictionary()
1486 sme_evdrv_t->sed_sdict = dict; in sme_add_sensor_dictionary()
1487 sme_evdrv_t->sed_edata = edata; in sme_add_sensor_dictionary()
1488 sme_evdrv_t->sed_sme = sme; in sme_add_sensor_dictionary()
1490 sme_evdrv_t->sed_powertype = sdt->crittype; in sme_add_sensor_dictionary()
1494 return sme_evdrv_t; in sme_add_sensor_dictionary()