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

  /src/sbin/fsck/
fsutil.c 72 static int hot = 0; variable in typeref:typename:int
96 return hot;
195 hot = 0;
214 hot++;
  /src/sys/arch/sparc64/sparc64/
netbsd32_machdep.c 631 struct fbcurpos hot; /* cursor's hot spot */ member in struct:netbsd32_fbcursor
691 p->hot = s32p->hot;
730 s32p->hot = p->hot;
  /src/sys/dev/acpi/
acpi_tz.c 56 #define ATZ_F_HOT 0x02 /* zone hot */
88 uint32_t hot; member in struct:acpitz_zone
343 if (sc->sc_zone.hot != ATZ_TMP_INVALID && tmp >= sc->sc_zone.hot)
363 aprint_debug_dev(dv, "zone went hot, %s C\n",
531 (void)acpitz_get_integer(dv, "_HOT", &sc->sc_zone.hot);
547 acpitz_sane_temp(&sc->sc_zone.hot);
561 if (sc->sc_zone.hot != ATZ_TMP_INVALID) {
563 acpitz_celcius_string(sc->sc_zone.hot));
844 if (sc->sc_zone.hot != ATZ_TMP_INVALID)
    [all...]
  /src/sys/dev/ic/
igsfb.c 910 struct wsdisplay_curpos pos, hot; local in function:igsfb_set_cursor
964 /* enforce that the hot spot is within sprite bounds */
966 hot = p->hot; /* local copy we can write to */
974 nhot = (v & WSDISPLAY_CURSOR_DOHOT) ? &hot : &cc->cc_hot;
988 cc->cc_hot = hot; /* local copy, possibly corrected */
  /src/sys/dev/sun/
fbio.h 192 struct fbcurpos hot; /* cursor's hot spot */ member in struct:fbcursor
  /src/sys/arch/atari/dev/
grfioctl.h 177 struct grf_position hot; /* sprite hot spot */ member in struct:grf_spriteinfo
  /src/sys/arch/amiga/dev/
grfioctl.h 181 struct grf_position hot; /* sprite hot spot */ member in struct:grf_spriteinfo
  /src/sys/dev/sbus/
mgx.c 1211 sc->sc_hotspot_x = cur->hot.x;
1212 sc->sc_hotspot_y = cur->hot.y;
1279 uint16_t hot; local in function:mgx_set_cursor
1283 hot = (sc->sc_hotspot_y << 8) | (sc->sc_hotspot_x & 0xff);
1284 mgx_write_2(sc, ATR_CURSOR_HOTSPOT, hot);
  /src/sys/uvm/
uvm_pdpolicy_clockpro.c 780 bool hot; local in function:clockpro_pageenqueue
790 hot = false;
793 hot = nonresident_pagelookupremove(pg);
794 if (hot) {
815 if (hot) {
824 } else if (hot) {
917 dump("hot called");
987 * stop at a hot page so that no cold pages in test period
988 * have larger recency than any hot pages.
992 dump("hot done")
    [all...]
  /src/sys/compat/netbsd32/
netbsd32_ioctl.h 192 struct wsdisplay_curpos hot; /* hot spot */ member in struct:netbsd32_wsdisplay_cursor
  /src/sys/dev/wscons/
wsconsio.h 408 #define WSDISPLAY_CURSOR_DOHOT 0x04 /* get/set hot spot */
414 struct wsdisplay_curpos hot; /* hot spot */ member in struct:wsdisplay_cursor

Completed in 49 milliseconds