Lines Matching +full:line +full:- +full:orders
3 * Module Name: utbuffer - Buffer dump routines
11 * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp.
28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
104 * re-exports any such software from a foreign destination, Licensee shall
105 * ensure that the distribution and export/re-export of the software is in
106 * compliance with all laws, regulations, orders, or other restrictions of the
108 * any of its subsidiaries will export/re-export any technical data, process,
130 * 3. Neither the names of the above-listed copyright holders nor the names
163 * PARAMETERS: Buffer - Buffer to dump
164 * Count - Amount to dump, in bytes
165 * Display - BYTE, WORD, DWORD, or QWORD display:
170 * BaseOffset - Beginning buffer offset (display only)
277 * Add comment characters so rest of line is ignored when in AcpiUtDumpBuffer()
296 /* Done with that line. */ in AcpiUtDumpBuffer()
311 * PARAMETERS: Buffer - Buffer to dump
312 * Count - Amount to dump, in bytes
313 * Display - BYTE, WORD, DWORD, or QWORD display:
318 * ComponentID - Caller's component ID
351 * PARAMETERS: File - File descriptor
352 * Buffer - Buffer to dump
353 * Count - Amount to dump, in bytes
354 * Display - BYTE, WORD, DWORD, or QWORD display:
359 * BaseOffset - Beginning buffer offset (display only)
470 /* Done with that line. */ in AcpiUtDumpBufferToFile()