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

  /src/sys/dev/acpi/
acpi_cpu_tstate.c 171 uint32_t omax, omin; local in function:acpicpu_tstate_callback
200 omax = sc->sc_tstate_max;
205 if (omax != sc->sc_tstate_max || omin != sc->sc_tstate_min) {
209 sc->sc_tstate[omax].ts_percent,
acpi_cpu_tstate.c 171 uint32_t omax, omin; local in function:acpicpu_tstate_callback
200 omax = sc->sc_tstate_max;
205 if (omax != sc->sc_tstate_max || omin != sc->sc_tstate_min) {
209 sc->sc_tstate[omax].ts_percent,
  /src/lib/libedit/
readline.c 1263 int omax; local in function:unstifle_history
1266 omax = max_input_history;
1268 return omax; /* some value _must_ be returned */
readline.c 1263 int omax; local in function:unstifle_history
1266 omax = max_input_history;
1268 return omax; /* some value _must_ be returned */

Completed in 31 milliseconds