Home
last modified time | relevance | path

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

/dports/security/hashcat/hashcat-6.2.5/src/
H A Dhwmon.c1215 hwmon_ctx->hm_device = (hm_attrs_t *) hccalloc (DEVICES_MAX, sizeof (hm_attrs_t)); in hwmon_ctx_init()
1221hm_attrs_t *hm_adapters_adl = (hm_attrs_t *) hccalloc (DEVICES_MAX, sizeof (hm_attrs_t)); in hwmon_ctx_init()
1222hm_attrs_t *hm_adapters_nvapi = (hm_attrs_t *) hccalloc (DEVICES_MAX, sizeof (hm_attrs_t)); in hwmon_ctx_init()
1223hm_attrs_t *hm_adapters_nvml = (hm_attrs_t *) hccalloc (DEVICES_MAX, sizeof (hm_attrs_t)); in hwmon_ctx_init()
1224hm_attrs_t *hm_adapters_sysfs_amdgpu = (hm_attrs_t *) hccalloc (DEVICES_MAX, sizeof (hm_attrs_t)); in hwmon_ctx_init()
1225hm_attrs_t *hm_adapters_sysfs_cpu = (hm_attrs_t *) hccalloc (DEVICES_MAX, sizeof (hm_attrs_t)); in hwmon_ctx_init()
1226hm_attrs_t *hm_adapters_iokit = (hm_attrs_t *) hccalloc (DEVICES_MAX, sizeof (hm_attrs_t)); in hwmon_ctx_init()
/dports/security/hashcat/hashcat-6.2.5/include/
H A Dtypes.h1798 } hm_attrs_t; typedef
1811 hm_attrs_t *hm_device;