HomeSort by: relevance | last modified time | path
    Searched defs:Description (Results 1 - 12 of 12) sorted by relevancy

  /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);
showvar.c 330 char *Description;
348 sz = (ucs2nlen(u.bb->Description, sz) + 1) * sizeof(uint16_t);
349 info.Description = ucs2_to_utf8(u.bb->Description, sz, NULL, NULL);
350 info.devpath = (devpath_t *)((uint8_t *)u.bb->Description + sz);
368 max_namelen, info.Description);
391 printf(" Description: %s\n", info.Description);
401 free(info.Description);
  /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/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...]
asltypes.h 307 const char *Description;
  /src/sys/external/bsd/acpica/dist/include/
acdebug.h 176 const char *Description; /* Command Description */
acexcep.h 180 * Exception info table. The "Description" field is used only by the
188 const char *Description;
193 #define EXCEP_TXT(Name,Description) {Name, Description}
195 #define EXCEP_TXT(Name,Description) {Name}
aclocal.h 1635 char *Description;
1645 const char *Description;
1651 const char *Description;
1659 char *Description;
  /src/sys/external/bsd/acpica/dist/disassembler/
dmbuffer.c 203 * DESCRIPTION: Dump an AML "ByteList" in Hex format. 8 bytes per line, prefixed
300 * DESCRIPTION: Dump a buffer byte list, handling the various types of buffers.
373 * DESCRIPTION: Determine if a buffer Op contains a UUID
453 * DESCRIPTION: Dump a buffer containing a UUID as a standard ASCII string.
471 const char *Description;
490 /* Dump the UUID description string if available */
492 Description = AcpiAhMatchUuid (Data);
493 if (Description)
495 AcpiOsPrintf (" /* %s */", Description);
512 * DESCRIPTION: Determine if a buffer Op contains a Unicode strin
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerDriver.cpp 39 const char *Description;
48 #define FUZZER_FLAG_INT(Name, Default, Description) int Name;
49 #define FUZZER_FLAG_UNSIGNED(Name, Default, Description) unsigned int Name;
50 #define FUZZER_FLAG_STRING(Name, Description) const char *Name;
61 #define FUZZER_FLAG_INT(Name, Default, Description) \
62 {#Name, Description, Default, &Flags.Name, nullptr, nullptr},
63 #define FUZZER_FLAG_UNSIGNED(Name, Default, Description) \
64 {#Name, Description, static_cast<int>(Default), \
66 #define FUZZER_FLAG_STRING(Name, Description) \
67 {#Name, Description, 0, nullptr, &Flags.Name, nullptr}
    [all...]

Completed in 21 milliseconds