Home | History | Annotate | Download | only in utilities

Lines Matching refs:Display

25  * make derivatives, distribute, use and display any portion of the Covered
165 * Display - BYTE, WORD, DWORD, or QWORD display:
170 * BaseOffset - Beginning buffer offset (display only)
182 UINT32 Display,
189 UINT32 DisplayDataOnly = Display & DB_DISPLAY_DATA_ONLY;
192 Display &= ~DB_DISPLAY_DATA_ONLY;
201 Display = DB_BYTE_DISPLAY;
223 AcpiOsPrintf ("%*s", ((Display * 2) + 1), " ");
224 j += Display;
228 switch (Display)
231 default: /* Default is BYTE display */
258 j += Display;
313 * Display - BYTE, WORD, DWORD, or QWORD display:
330 UINT32 Display,
342 AcpiUtDumpBuffer (Buffer, Count, Display, 0);
354 * Display - BYTE, WORD, DWORD, or QWORD display:
359 * BaseOffset - Beginning buffer offset (display only)
372 UINT32 Display,
389 Display = DB_BYTE_DISPLAY;
408 fprintf (File, "%*s", ((Display * 2) + 1), " ");
409 j += Display;
413 switch (Display)
416 default: /* Default is BYTE display */
443 j += Display;