Searched defs:Format (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/acpi/common/
H A Dutxferror.c66 * Format - Printf format string + additional args
78 const char *Format,
87 va_start (ArgList, Format);
88 AcpiOsVprintf (Format, ArgList);
105 * Format - Printf format string + additional args
119 const char *Format,
140 va_start (ArgList, Format);
141 AcpiOsVprintf (Format, ArgList);
157 * Format - Printf format string + additional args
169 const char *Format,
75 AcpiError( const char *ModuleName, UINT32 LineNumber, const char *Format, ...) argument
[all...]
H A Dosl.c45 AcpiOsVprintf(const char *Format, va_list Args) argument
47 vprintf(Format, Args);
51 AcpiOsPrintf(const char *Format, ...) argument
55 va_start(ap, Format);
56 AcpiOsVprintf(Format, ap);
H A Dutdebug.c163 * Format - Printf format field
180 const char *Format,
234 va_start (args, Format);
235 AcpiOsVprintf (Format, args);
251 * Format - Printf format field
268 const char *Format,
281 va_start (args, Format);
282 AcpiOsVprintf (Format, args);
718 * PARAMETERS: Format - Printf format field
729 const char *Format,
174 AcpiDebugPrint( UINT32 RequestedDebugLevel, UINT32 LineNumber, const char *FunctionName, const char *ModuleName, UINT32 ComponentId, const char *Format, ...) argument
[all...]
H A Dutprint.c423 * Format - Standard printf format
436 const char *Format,
457 for (; *Format; ++Format)
459 if (*Format != '%')
461 Pos = AcpiUtBoundStringOutput (Pos, End, *Format);
472 ++Format;
473 if (*Format == '#')
477 else if (*Format == '0')
481 else if (*Format
433 AcpiUtVsnprintf( char *String, ACPI_SIZE Size, const char *Format, va_list Args) argument
729 AcpiUtSnprintf( char *String, ACPI_SIZE Size, const char *Format, ...) argument
763 AcpiUtFileVprintf( ACPI_FILE File, const char *Format, va_list Args) argument
797 AcpiUtFilePrintf( ACPI_FILE File, const char *Format, ...) argument
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutxferror.c66 * Format - Printf format string + additional args
78 const char *Format,
87 va_start (ArgList, Format);
88 AcpiOsVprintf (Format, ArgList);
105 * Format - Printf format string + additional args
119 const char *Format,
140 va_start (ArgList, Format);
141 AcpiOsVprintf (Format, ArgList);
157 * Format - Printf format string + additional args
169 const char *Format,
75 AcpiError( const char *ModuleName, UINT32 LineNumber, const char *Format, ...) argument
[all...]
H A Duterror.c67 * Format - Printf format string + additional args
84 const char *Format,
101 va_start (ArgList, Format);
102 AcpiOsVprintf (Format, ArgList);
116 * Format - Printf format string + additional args
133 const char *Format,
150 va_start (ArgList, Format);
151 AcpiOsVprintf (Format, ArgList);
165 * Format - Printf format string + additional args
182 const char *Format,
79 AcpiUtPredefinedWarning( const char *ModuleName, UINT32 LineNumber, char *Pathname, UINT8 NodeFlags, const char *Format, ...) argument
128 AcpiUtPredefinedInfo( const char *ModuleName, UINT32 LineNumber, char *Pathname, UINT8 NodeFlags, const char *Format, ...) argument
177 AcpiUtPredefinedBiosError( const char *ModuleName, UINT32 LineNumber, char *Pathname, UINT8 NodeFlags, const char *Format, ...) argument
[all...]
H A Dutdebug.c163 * Format - Printf format field
180 const char *Format,
234 va_start (args, Format);
235 AcpiOsVprintf (Format, args);
251 * Format - Printf format field
268 const char *Format,
281 va_start (args, Format);
282 AcpiOsVprintf (Format, args);
718 * PARAMETERS: Format - Printf format field
729 const char *Format,
174 AcpiDebugPrint( UINT32 RequestedDebugLevel, UINT32 LineNumber, const char *FunctionName, const char *ModuleName, UINT32 ComponentId, const char *Format, ...) argument
[all...]
H A Dutprint.c423 * Format - Standard printf format
436 const char *Format,
457 for (; *Format; ++Format)
459 if (*Format != '%')
461 Pos = AcpiUtBoundStringOutput (Pos, End, *Format);
472 ++Format;
473 if (*Format == '#')
477 else if (*Format == '0')
481 else if (*Format
433 AcpiUtVsnprintf( char *String, ACPI_SIZE Size, const char *Format, va_list Args) argument
729 AcpiUtSnprintf( char *String, ACPI_SIZE Size, const char *Format, ...) argument
763 AcpiUtFileVprintf( ACPI_FILE File, const char *Format, va_list Args) argument
797 AcpiUtFilePrintf( ACPI_FILE File, const char *Format, ...) argument
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c1146 AcpiOsPrintf(const char *Format, ...) argument
1150 va_start(ap, Format);
1151 AcpiOsVprintf(Format, ap);
1210 AcpiOsVprintf(const char *Format, va_list Args) argument
1218 vprintf(Format, Args);
1226 (void) vsnprintf(acpi_osl_pr_buffer, acpi_osl_pr_buflen, Format, Args);
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl_reg.h334 uint16_t Format; member in struct:mwl_txdesc
362 #define EAGLE_TXD_FIXED_RATE 0x0100 /* get tx rate from Format */
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h1700 uint8_t Format; member in struct:_RNID
2040 * Registered Port List Format
2077 * Get Registered HBA List (GRHL) Accept Payload Format
2086 * Get Registered Port List (GRPL) Accept Payload Format
2095 * Get Port Attributes (GPAT) Accept Payload Format

Completed in 135 milliseconds