thr               949 arch/i386/i386/esm.c 	struct esm_smb_resp_thr	*thr = &resp.resp_thr;
thr               965 arch/i386/i386/esm.c 	    DEVNAME(sc), devmap->index, es->es_id, thr->t_lo_fail,
thr               966 arch/i386/i386/esm.c 	    thr->t_hi_fail, thr->t_lo_warn, thr->t_hi_warn, thr->t_hysterisis,
thr               967 arch/i386/i386/esm.c 	    thr->t_checksum);
thr               969 arch/i386/i386/esm.c 	es->es_thresholds.th_lo_crit = thr->t_lo_fail;
thr               970 arch/i386/i386/esm.c 	es->es_thresholds.th_lo_warn = thr->t_lo_warn;
thr               971 arch/i386/i386/esm.c 	es->es_thresholds.th_hi_warn = thr->t_hi_warn;
thr               972 arch/i386/i386/esm.c 	es->es_thresholds.th_hi_crit = thr->t_hi_fail;