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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
therm.h 8 u8 hysteresis; member in struct:nvbios_therm_threshold
37 int hysteresis; member in struct:nvbios_therm_trip_point
  /src/crypto/external/bsd/openssh/dist/
log.h 86 u_int hysteresis; /* seconds */ member in struct:log_ratelimit_ctx
102 u_int max_accum, u_int hysteresis, u_int log_every);
  /src/external/ibm-public/postfix/dist/src/oqmgr/
qmgr.h 116 int hysteresis; /* to pass, need to be this tall */ member in struct:QMGR_FEEDBACK
  /src/external/ibm-public/postfix/dist/src/qmgr/
qmgr.h 128 int hysteresis; /* to pass, need to be this tall */ member in struct:QMGR_FEEDBACK
  /src/external/bsd/wpa/dist/wpa_supplicant/
ctrl_iface.c 8469 int hysteresis = 0; local
8479 pos = os_strstr(cmd, "HYSTERESIS=");
8481 hysteresis = atoi(pos + 11);
8482 return wpa_drv_signal_monitor(wpa_s, threshold, hysteresis);

Completed in 37 milliseconds