Searched refs:hot (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.2-release/sys/geom/
H A Dgeom_slice.h68 g_event_t *hot; member in struct:g_slicer
H A Dgeom_sunlabel.c314 gsp->hot = g_sunlabel_hotwrite;
H A Dgeom_bsd.c603 gsp->hot = g_bsd_hotwrite;
H A Dgeom_slice.c135 * XXX: bio, or only the non-hot bits. This would get messy if there were
136 * XXX: two hot spots in the same bio, so for now we simply finish off the
137 * XXX: entire bio. Modifying hot data on the way to disk is frowned on
225 * Check if we collide with any hot spaces, and call the
253 error = g_post_event(gsp->hot, bp, M_NOWAIT,
/freebsd-10.2-release/sys/dev/acpica/
H A Dacpi_thermal.c79 int hot; member in struct:acpi_tz_zone
285 sc, offsetof(struct acpi_tz_softc, tz_zone.hot),
287 "too hot temp setpoint (suspend now)");
415 acpi_tz_getparam(sc, "_HOT", &sc->tz_zone.hot);
432 acpi_tz_sanity(sc, &sc->tz_zone.hot, "_HOT");
510 * Note that the _ACx levels sort from hot to cold.
541 if (sc->tz_zone.hot != -1 && temp >= sc->tz_zone.hot)
/freebsd-10.2-release/usr.sbin/ppp/
H A Dtty.c262 int ldisc, cs, ds, hot; local
310 /* Set the ``hot char'' on the TTY node */
311 hot = HDLC_SYN;
312 log_Printf(LogDEBUG, "%s: Set tty hotchar to 0x%02x\n", p->link.name, hot);
314 NGM_TTY_SET_HOTCHAR, &hot, sizeof hot) < 0) {
315 log_Printf(LogWARN, "%s: Can't set hot char\n", p->link.name);
/freebsd-10.2-release/sys/sys/
H A Dfbio.h244 struct fbcurpos hot; /* hot-spot within cursor */ member in struct:fbcursor
252 #define FB_CUR_SETHOT 0x04 /* set hot-spot */
/freebsd-10.2-release/contrib/gcc/
H A Dtree-ssa-live.c1224 coalesce_cost (int frequency, bool hot, bool critical) argument
1231 if (optimize_size || hot)
/freebsd-10.2-release/contrib/subversion/
H A Dconfigure25260 SVN_CONFIG_SCRIPT_FILES="$SVN_CONFIG_SCRIPT_FILES tools/backup/hot-backup.py"
25261 ac_config_files="$ac_config_files tools/backup/hot-backup.py"
26374 "tools/backup/hot-backup.py") CONFIG_FILES="$CONFIG_FILES tools/backup/hot-backup.py" ;;
27734 "tools/backup/hot-backup.py":F) chmod +x tools/backup/hot-backup.py ;;

Completed in 131 milliseconds