Lines Matching full:title
72 * 3.4. Intel retains all right, title, and interest in and to the Original
167 const char *Title,
172 const char *Title,
177 const char *Title,
182 const char *Title,
187 const char *Title,
192 const char *Title);
220 char *Title,
402 * Optional resource title in AcpiRsDumpDescriptor()
616 * PARAMETERS: Title - Title of the dumped resource field
627 char *Title, in AcpiRsDumpResourceLabel() argument
632 AcpiRsOutString (Title, in AcpiRsDumpResourceLabel()
694 * PARAMETERS: Title - Name of the resource field
706 const char *Title, in AcpiRsOutString() argument
710 AcpiOsPrintf ("%27s : %s", Title, Value); in AcpiRsOutString()
720 const char *Title, in AcpiRsOutInteger8() argument
723 AcpiOsPrintf ("%27s : %2.2X\n", Title, Value); in AcpiRsOutInteger8()
728 const char *Title, in AcpiRsOutInteger16() argument
732 AcpiOsPrintf ("%27s : %4.4X\n", Title, Value); in AcpiRsOutInteger16()
737 const char *Title, in AcpiRsOutInteger32() argument
741 AcpiOsPrintf ("%27s : %8.8X\n", Title, Value); in AcpiRsOutInteger32()
746 const char *Title, in AcpiRsOutInteger64() argument
750 AcpiOsPrintf ("%27s : %8.8X%8.8X\n", Title, in AcpiRsOutInteger64()
756 const char *Title) in AcpiRsOutTitle() argument
759 AcpiOsPrintf ("%27s : ", Title); in AcpiRsOutTitle()