HomeSort by: relevance | last modified time | path
    Searched defs:mtcap (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_mcx.c 8601 struct mcx_reg_mtcap mtcap; local in function:mcx_kstat_attach_tmps
8606 memset(&mtcap, 0, sizeof(mtcap));
8627 &mtcap, sizeof(mtcap)) != 0) {
8632 sc->sc_kstat_mtmp_count = mtcap.mtcap_sensor_count;
8637 map = bemtoh64(&mtcap.mtcap_sensor_map);
if_mcx.c 8601 struct mcx_reg_mtcap mtcap; local in function:mcx_kstat_attach_tmps
8606 memset(&mtcap, 0, sizeof(mtcap));
8627 &mtcap, sizeof(mtcap)) != 0) {
8632 sc->sc_kstat_mtmp_count = mtcap.mtcap_sensor_count;
8637 map = bemtoh64(&mtcap.mtcap_sensor_map);

Completed in 41 milliseconds