| /src/sys/external/bsd/gnu-efi/dist/lib/ |
| debug.c | 37 IN CONST CHAR8 *Description 40 DbgPrint (D_ERROR, (CHAR8 *)"%EASSERT FAILED: %a(%d): %a%N\n", FileName, LineNo, Description);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
| xray_basic_flags.cc | 29 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; 36 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ 37 RegisterFlag(P, #Name, Description, &F->Name);
|
| xray_fdr_flags.cc | 28 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; 34 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ 35 RegisterFlag(P, #Name, Description, &F->Name);
|
| xray_profiling_flags.cc | 27 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; 34 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ 35 RegisterFlag(P, #Name, Description, &F->Name);
|
| xray_flags.cc | 28 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; 34 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ 35 RegisterFlag(P, #Name, Description, &F->Name);
|
| xray_basic_flags.h | 24 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Type Name;
|
| xray_fdr_flags.h | 24 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Type Name;
|
| xray_flags.h | 24 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Type Name;
|
| xray_profiling_flags.h | 24 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Type Name;
|
| /src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
| msan_flags.h | 19 #define MSAN_FLAG(Type, Name, DefaultValue, Description) Type Name;
|
| /src/sys/external/bsd/acpica/dist/tools/acpihelp/ |
| ahaml.c | 67 * DESCRIPTION: Find all AML opcodes that match the input Name or name 125 * DESCRIPTION: Display information about the input AML opcode 182 * DESCRIPTION: Display the contents of an AML opcode information struct 245 * DESCRIPTION: Find all AML grammar keywords that match the input Name or name 303 * DESCRIPTION: Format and display info for an AML grammar element. 311 char *Description; 314 Description = Op->Description; 317 /* Emit the entire description string */ 319 while (*Description) [all...] |
| acpihelp.h | 102 Exception->Name, Exception->Description) 141 char *Description; 149 char *Description; 156 char *Description; 164 char *Description;
|
| ahdecode.c | 83 * DESCRIPTION: Split long lines appropriately for ease of reading. 152 * DESCRIPTION: Display all iASL preprocessor directives. 167 printf (" %-36s : %s\n", Info->Name, Info->Description); 181 * DESCRIPTION: Find and display all ACPI predefined names that match the 243 * DESCRIPTION: Detect and handle the "special" names such as _Exx, _ACx, etc. 332 * DESCRIPTION: Display information about ACPI predefined names that match 355 printf ("%s: <%s>\n", Info->Name, Info->Description); 376 printf ("%s: <%s>\n", Info->Name, Info->Description); 399 * DESCRIPTION: Find the name in the main ACPICA predefined info table and 442 * DESCRIPTION: Display information about a resource descriptor name [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sancov_flags.cc | 29 #define SANCOV_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; 35 #define SANCOV_FLAG(Type, Name, DefaultValue, Description) \ 36 RegisterFlag(parser, #Name, Description, &f->Name);
|
| sancov_flags.h | 22 #define SANCOV_FLAG(Type, Name, DefaultValue, Description) Type Name;
|
| sanitizer_flags.cc | 26 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; 108 #define COMMON_FLAG(Type, Name, DefaultValue, Description) \ 109 RegisterFlag(parser, #Name, Description, &cf->Name);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_flags.h | 33 #define ASAN_FLAG(Type, Name, DefaultValue, Description) Type Name;
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_flags.h | 23 #define TSAN_FLAG(Type, Name, DefaultValue, Description) Type Name;
|
| tsan_flags.cc | 35 #define TSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; 43 #define TSAN_FLAG(Type, Name, DefaultValue, Description) \ 44 RegisterFlag(parser, #Name, Description, &f->Name);
|
| /src/sbin/efi/ |
| bootvar.h | 53 uint16_t Description[]; /* XXX: gcc warns about alignment when packed */
|
| devpath5.c | 93 char Description[]; /* asciiz */ 101 typename, p->DeviceType, p->StatusFlag, p->Description); 112 DEVPATH_FMT(Description: '%s'\n), 117 p->Description);
|
| /src/sys/external/bsd/acpica/dist/include/ |
| acapps.h | 98 #define ACPI_USAGE_TEXT(Description) \ 99 printf (Description); 101 #define ACPI_OPTION(Name, Description) \ 102 printf (" %-20s%s\n", Name, Description);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
| ubsan_flags.h | 25 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) Type Name;
|
| ubsan_flags.cc | 41 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; 47 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) \ 48 RegisterFlag(parser, #Name, Description, &f->Name);
|
| /src/sys/external/bsd/acpica/dist/compiler/ |
| aslmapoutput.c | 118 * DESCRIPTION: External interface. 180 * DESCRIPTION: Emit the info about all GPIO devices found during the 195 const char *Description; 220 HidInfo->Description); 274 * For Devices, attempt to get the _HID description string. 276 * get the _DDN description string. 284 /* Get the _HID description or _DDN string */ 290 HidInfo->Description); 292 else if ((Description = MpGetDdnValue (ParentPathname))) 295 Description); [all...] |