Home | History | Annotate | Download | only in acpihelp

Lines Matching defs:Position

185  *              CurrentPosition     - Position on current line
189 * RETURN: Line position after field is written
202 UINT32 Position;
210 Position = CurrentPosition;
212 if (Position == 0)
215 Position = Indent;
222 Position += TokenLength;
226 if (Position > MaxPosition)
229 Position = TokenLength;
241 Position += TokenLength;
242 if (Position > MaxPosition)