Searched refs:newstatus (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/dev/acpica/
H A Dacpi_acad.c100 int newstatus; local
105 newstatus = -1;
106 acpi_GetInteger(h, "_PSR", &newstatus);
110 if (newstatus != -1 && sc->status != newstatus) {
111 sc->status = newstatus;
113 power_profile_set_state(newstatus ? POWER_PROFILE_PERFORMANCE :
116 "%s Line\n", newstatus ? "On" : "Off");
117 acpi_UserNotify("ACAD", h, newstatus);
/freebsd-9.3-release/contrib/gcclibs/libdecnumber/
H A DdecNumber.c4578 uInt newstatus = 0; /* status from round */ local
4590 decCopyFit (res, dn, set, &residue, &newstatus);
4591 decApplyRound (res, set, residue, &newstatus);
4594 if (newstatus & DEC_Inexact)
4595 newstatus |= DEC_Lost_digits;
4596 *status |= newstatus;

Completed in 60 milliseconds