/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 | 175 * DESCRIPTION: Find all AML opcodes that match the input Name or name 233 * DESCRIPTION: Display information about the input AML opcode 290 * DESCRIPTION: Display the contents of an AML opcode information struct 353 * DESCRIPTION: Find all AML grammar keywords that match the input Name or name 411 * DESCRIPTION: Format and display info for an AML grammar element. 419 char *Description; 422 Description = Op->Description; 425 /* Emit the entire description string */ 427 while (*Description) [all...] |
acpihelp.h | 210 Exception->Name, Exception->Description) 249 char *Description; 257 char *Description; 264 char *Description; 272 char *Description;
|
/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/sys/external/bsd/acpica/dist/common/ |
ahuuids.c | 225 * RETURN: ASCII description string for the UUID if it is found. 227 * DESCRIPTION: Returns a description string for "known" UUIDs, which are 242 for (Info = Gbl_AcpiUuids; Info->Description; Info++) 244 /* Null string means description is a UUID class */ 255 return (Info->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/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 | 206 #define ACPI_USAGE_TEXT(Description) \ 207 printf (Description); 209 #define ACPI_OPTION(Name, Description) \ 210 printf (" %-20s%s\n", Name, Description);
|
/src/sys/external/bsd/acpica/dist/compiler/ |
aslmapoutput.c | 226 * DESCRIPTION: External interface. 288 * DESCRIPTION: Emit the info about all GPIO devices found during the 303 const char *Description; 328 HidInfo->Description); 382 * For Devices, attempt to get the _HID description string. 384 * get the _DDN description string. 392 /* Get the _HID description or _DDN string */ 398 HidInfo->Description); 400 else if ((Description = MpGetDdnValue (ParentPathname))) 403 Description); [all...] |