| /f-stack/freebsd/contrib/dev/acpica/components/utilities/ |
| H A D | utxferror.c | 186 const char *Format, in AcpiError() argument 195 va_start (ArgList, Format); in AcpiError() 196 AcpiOsVprintf (Format, ArgList); in AcpiError() 227 const char *Format, in ACPI_EXPORT_SYMBOL() 248 va_start (ArgList, Format); in ACPI_EXPORT_SYMBOL() 249 AcpiOsVprintf (Format, ArgList); in ACPI_EXPORT_SYMBOL() 286 va_start (ArgList, Format); in ACPI_EXPORT_SYMBOL() 326 va_start (ArgList, Format); in ACPI_EXPORT_SYMBOL() 365 va_start (ArgList, Format); in ACPI_EXPORT_SYMBOL() 418 va_start (ArgList, Format); in ACPI_EXPORT_SYMBOL() [all …]
|
| H A D | uterror.c | 192 const char *Format, in AcpiUtPredefinedWarning() argument 209 va_start (ArgList, Format); in AcpiUtPredefinedWarning() 210 AcpiOsVprintf (Format, ArgList); in AcpiUtPredefinedWarning() 241 const char *Format, in AcpiUtPredefinedInfo() argument 258 va_start (ArgList, Format); in AcpiUtPredefinedInfo() 259 AcpiOsVprintf (Format, ArgList); in AcpiUtPredefinedInfo() 290 const char *Format, in AcpiUtPredefinedBiosError() argument 307 va_start (ArgList, Format); in AcpiUtPredefinedBiosError() 308 AcpiOsVprintf (Format, ArgList); in AcpiUtPredefinedBiosError()
|
| H A D | utdebug.c | 288 const char *Format, in AcpiDebugPrint() argument 355 va_start (args, Format); in AcpiDebugPrint() 356 AcpiOsVprintf (Format, args); in AcpiDebugPrint() 389 const char *Format, in ACPI_EXPORT_SYMBOL() 402 va_start (args, Format); in ACPI_EXPORT_SYMBOL() 403 AcpiOsVprintf (Format, args); in ACPI_EXPORT_SYMBOL()
|
| /f-stack/freebsd/contrib/dev/acpica/common/ |
| H A D | dmextern.c | 1760 char *Format; in AcpiDmUnresolvedWarning() local 1775 Format = Type ? Pad : NoPad; in AcpiDmUnresolvedWarning() 1785 Format, (AcpiGbl_NumExternalMethods != 1 ? "were" : "was"), in AcpiDmUnresolvedWarning() 1787 Format, AcpiGbl_ResolvedExternalMethods, in AcpiDmUnresolvedWarning() 1790 Format, Format, Format, Format, Format); in AcpiDmUnresolvedWarning() 1799 Format, Format, Format, Format, Format, Format); in AcpiDmUnresolvedWarning() 1808 Format, Format, Format, Format, Format, Format); in AcpiDmUnresolvedWarning() 1814 Format, Format, Format); in AcpiDmUnresolvedWarning()
|
| /f-stack/freebsd/contrib/dev/acpica/include/ |
| H A D | acclib.h | 325 const char *Format, 332 const char *Format, 338 const char *Format, 362 const char *Format, 367 const char *Format, 373 const char *Format, 379 const char *Format,
|
| H A D | acpixf.h | 1316 const char *Format, 1326 const char *Format, 1335 const char *Format, 1342 const char *Format, 1351 const char *Format, 1361 const char *Format, 1370 const char *Format, 1386 const char *Format, 1398 const char *Format,
|
| H A D | acpiosxf.h | 583 const char *Format, 590 const char *Format,
|
| /f-stack/freebsd/contrib/dev/acpica/compiler/ |
| H A D | aslfileio.c | 364 char *Format, in FlPrintFile() argument 371 va_start (Args, Format); in FlPrintFile() 372 Actual = vfprintf (AslGbl_Files[FileId].Handle, Format, Args); in FlPrintFile() 388 if (!strncmp (Format, "#line", 5)) in FlPrintFile() 393 va_start (Args, Format); in FlPrintFile() 395 Format, Args); in FlPrintFile()
|
| H A D | aslprintf.c | 255 char *Format; in OpcParsePrintf() local 267 Format = ACPI_CAST_PTR (char, Op->Asl.Child->Asl.Value.String); in OpcParsePrintf() 276 for (; *Format; ++Format) in OpcParsePrintf() 278 if (*Format != '%') in OpcParsePrintf() 284 StartPosition = Format; in OpcParsePrintf() 311 ++Format; in OpcParsePrintf() 329 switch (*Format) in OpcParsePrintf()
|
| /f-stack/freebsd/mips/conf/ |
| H A D | RT5350.hints | 12 #hint.nvram.0.flags=3 # 1 = No check, 2 = Format Generic 16 #hint.nvram.1.flags=3 # 1 = No check, 2 = Format Generic
|
| H A D | AP91.hints | 64 hint.nvram.0.flags=3 # 1 = No check, 2 = Format Generic 67 hint.nvram.1.flags=3 # 1 = No check, 2 = Format Generic
|
| H A D | PB92.hints | 68 hint.nvram.0.flags=3 # 1 = No check, 2 = Format Generic 71 hint.nvram.1.flags=3 # 1 = No check, 2 = Format Generic
|
| H A D | MT7620.hints | 16 #hint.nvram.0.flags=3 # 1 = No check, 2 = Format Generic 20 #hint.nvram.1.flags=3 # 1 = No check, 2 = Format Generic
|
| H A D | RT305X.hints | 10 hint.nvram.0.flags=3 # 1 = No check, 2 = Format Generic 14 hint.nvram.1.flags=3 # 1 = No check, 2 = Format Generic
|
| H A D | ENH200.hints | 59 #hint.nvram.0.flags=3 # 1 = No check, 2 = Format Generic 62 #hint.nvram.1.flags=3 # 1 = No check, 2 = Format Generic
|
| H A D | AP93.hints | 61 hint.nvram.0.flags=3 # 1 = No check, 2 = Format Generic 64 hint.nvram.1.flags=3 # 1 = No check, 2 = Format Generic
|
| /f-stack/freebsd/contrib/edk2/Include/Library/ |
| H A D | DebugLib.h | 93 IN CONST CHAR8 *Format, 117 IN CONST CHAR8 *Format, 143 IN CONST CHAR8 *Format,
|
| /f-stack/freebsd/contrib/zlib/doc/ |
| H A D | rfc1950.txt | 14 ZLIB Compressed Data Format Specification version 3.3 60 RFC 1950 ZLIB Compressed Data Format Specification May 1996 116 RFC 1950 ZLIB Compressed Data Format Specification May 1996 172 RFC 1950 ZLIB Compressed Data Format Specification May 1996 228 RFC 1950 ZLIB Compressed Data Format Specification May 1996 284 RFC 1950 ZLIB Compressed Data Format Specification May 1996 312 "DEFLATE Compressed Data Format Specification" by L. Peter 340 RFC 1950 ZLIB Compressed Data Format Specification May 1996 371 [1] Deutsch, L.P.,"GZIP Compressed Data Format Specification", 377 [3] Deutsch, L.P.,"DEFLATE Compressed Data Format Specification", [all …]
|
| H A D | rfc1951.txt | 12 DEFLATE Compressed Data Format Specification version 1.3 60 RFC 1951 DEFLATE Compressed Data Format Specification May 1996 116 RFC 1951 DEFLATE Compressed Data Format Specification May 1996 172 RFC 1951 DEFLATE Compressed Data Format Specification May 1996 228 RFC 1951 DEFLATE Compressed Data Format Specification May 1996 284 RFC 1951 DEFLATE Compressed Data Format Specification May 1996 340 RFC 1951 DEFLATE Compressed Data Format Specification May 1996 396 RFC 1951 DEFLATE Compressed Data Format Specification May 1996 452 RFC 1951 DEFLATE Compressed Data Format Specification May 1996 508 RFC 1951 DEFLATE Compressed Data Format Specification May 1996 [all …]
|
| H A D | rfc1952.txt | 60 RFC 1952 GZIP File Format Specification May 1996 116 RFC 1952 GZIP File Format Specification May 1996 172 RFC 1952 GZIP File Format Specification May 1996 228 RFC 1952 GZIP File Format Specification May 1996 284 RFC 1952 GZIP File Format Specification May 1996 340 RFC 1952 GZIP File Format Specification May 1996 396 RFC 1952 GZIP File Format Specification May 1996 452 RFC 1952 GZIP File Format Specification May 1996 494 [4] Deutsch, L.P.,"DEFLATE Compressed Data Format Specification", 508 RFC 1952 GZIP File Format Specification May 1996 [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/media/xilinx/ |
| H A D | xlnx,csi2rxss.yaml | 18 packet data. The optional Video Format Bridge (VFB) converts this data to 22 and Video Format Bridge and not D-PHY. 77 description: Present when Video Format Bridge is enabled in IP configuration
|
| /f-stack/tools/libxo/doc/ |
| H A D | format-strings.rst | 2 .. index:: Format Strings 5 Format Strings
|
| /f-stack/freebsd/contrib/device-tree/Bindings/media/ |
| H A D | s5p-mfc.txt | 1 * Samsung Multi Format Codec (MFC) 3 Multi Format Codec (MFC) is the IP present in Samsung SoCs which
|
| /f-stack/freebsd/contrib/device-tree/Bindings/power/supply/ |
| H A D | ingenic,battery.txt | 7 Format described in iio-bindings.txt.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | everest,es7241.txt | 14 Format used by the serial interface is controlled by pulling
|