27.10.2015 Views

Advanced Configuration and Power Interface Specification

ACPI_6.0

ACPI_6.0

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>Advanced</strong> <strong>Configuration</strong> <strong>and</strong> <strong>Power</strong> <strong>Interface</strong> <strong>Specification</strong><br />

Arguments<br />

Source1 <strong>and</strong> Source2 must each evaluate to an integer, a string, or a buffer. The data type of Source1<br />

dictates the required type of Source2. Source2 is implicitly converted if necessary to match the type<br />

of Source1.<br />

Description<br />

If Source1 is less than or equal to Source2, True is returned; otherwise False is returned. Equivalent<br />

to LNot(LGreater()). See the description of the LGreater operator.<br />

19.6.72 LNot (Logical Not)<br />

Syntax<br />

LNot (Source) => Boolean<br />

!Source => Boolean<br />

Arguments<br />

Source is evaluated as an integer.<br />

Description<br />

If the value is zero True is returned; otherwise, False is returned.<br />

19.6.73 LNotEqual (Logical Not Equal) )<br />

Syntax<br />

LNotEqual (Source1, Source2) => Boolean<br />

Source1 != Source2 => Boolean<br />

Arguments<br />

Source1 <strong>and</strong> Source2 must each evaluate to an integer, a string, or a buffer. The data type of Source1<br />

dictates the required type of Source2. Source2 is implicitly converted if necessary to match the type<br />

of Source1.<br />

Description<br />

If Source1 is not equal to Source2, True is returned; otherwise False is returned. Equivalent to<br />

LNot(LEqual()).See the description of the LEqual operator.<br />

19.6.74 Load (Load Definition Block)<br />

Syntax<br />

Load (Object, DDBH<strong>and</strong>le)<br />

Arguments<br />

The Object parameter can either refer to an operation region field or an operation region directly. If<br />

the object is an operation region, the operation region must be in SystemMemory space. The<br />

856 April, 2015 Version 6.0

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!