HomeSort by relevance Sort by last modified time
    Searched defs:warm (Results 1 - 2 of 2) sorted by null

  /external/syslinux/com32/modules/
reboot.c 6 int warm = 0; local
10 if (!strcmp(argv[i], "-w") || !strcmp(argv[i], "--warm"))
11 warm = 1;
14 syslinux_reboot(warm);
  /external/stressapptest/src/
sat.h 92 int warm() const { return warm_; } function in class:Sat

Completed in 127 milliseconds