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

  /external/syslinux/com32/modules/
poweroff.c 25 com32sys_t inregs, outregs; local
31 __intcall(0x15, &inregs, &outregs);
33 if (outregs.eflags.l & EFLAGS_CF) {
38 if ((outregs.ebx.l & 0xffff) != 0x504d) { /* signature 'PM' */
43 if ((outregs.eax.l & 0xffff) < 0x101) { /* Need version 1.1+ */
48 if ((outregs.ecx.l & 0x8) == 0x8) { /* bit 3 APM BIOS Power Management disabled */
56 __intcall(0x15, &inregs, &outregs);
58 if (outregs.eflags.l & EFLAGS_CF) {
67 __intcall(0x15, &inregs, &outregs);
69 if (outregs.eflags.l & EFLAGS_CF)
    [all...]
ifplop.c 84 com32sys_t inregs, outregs; local
105 __intcall(0x13, &inregs, &outregs);
108 if (outregs.eax.l == 0x79657320)

Completed in 916 milliseconds