Searched defs:End (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/acpi/acpidump/
H A Dtbprint.c263 UINT8 *End = Buffer + Length; local
266 while (Buffer < End)
/illumos-gate/usr/src/uts/intel/io/acpica/tables/
H A Dtbprint.c263 UINT8 *End = Buffer + Length; local
266 while (Buffer < End)
/illumos-gate/usr/src/cmd/acpi/acpixtract/
H A Daxutils.c156 char *End; local
164 End = strstr (InputLine + 2, " ");
165 if (!End)
169 *End = 0;
/illumos-gate/usr/src/uts/intel/io/acpica/parser/
H A Dpsargs.c175 UINT8 *End = ParserState->Aml; local
183 while (ACPI_IS_ROOT_PREFIX (*End) ||
184 ACPI_IS_PARENT_PREFIX (*End))
186 End++;
191 switch (*End)
197 if (End == Start)
201 End++;
208 End += 1 + (2 * ACPI_NAME_SIZE);
215 End += 2 + (*(End
[all...]
/illumos-gate/usr/src/cmd/acpi/common/
H A Dutprint.c70 const char *End,
76 char *End,
128 * End - Boundary of the string
140 const char *End,
144 if (String < End)
276 * End - Boundary of the string
292 char *End,
375 String = AcpiUtBoundStringOutput (String, End, ' ');
380 String = AcpiUtBoundStringOutput (String, End, Sign);
384 String = AcpiUtBoundStringOutput (String, End, '
138 AcpiUtBoundStringOutput( char *String, const char *End, char c) argument
290 AcpiUtFormatNumber( char *String, char *End, UINT64 Number, UINT8 Base, INT32 Width, INT32 Precision, UINT8 Type) argument
446 char *End; local
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutprint.c70 const char *End,
76 char *End,
128 * End - Boundary of the string
140 const char *End,
144 if (String < End)
276 * End - Boundary of the string
292 char *End,
375 String = AcpiUtBoundStringOutput (String, End, ' ');
380 String = AcpiUtBoundStringOutput (String, End, Sign);
384 String = AcpiUtBoundStringOutput (String, End, '
138 AcpiUtBoundStringOutput( char *String, const char *End, char c) argument
290 AcpiUtFormatNumber( char *String, char *End, UINT64 Number, UINT8 Base, INT32 Width, INT32 Precision, UINT8 Type) argument
446 char *End; local
[all...]
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Daclocal.h725 UINT8 *PackageEnd; /* End of if/while block */
935 #define ACPI_DASM_LNOT_SUFFIX 0x09 /* End of a LNotEqual (etc.) pair of opcodes */
1190 UINT16 End; member in struct:acpi_port_info

Completed in 98 milliseconds