Searched defs:Name (Results 1 - 25 of 44) sorted by relevance

12

/illumos-gate/usr/src/cmd/acpi/common/
H A Dutascii.c3 * Module Name: utascii - Utility ascii functions
52 * PARAMETERS: Name - The name or table signature to be examined.
64 char *Name)
73 if (!AcpiUtValidNameChar (Name[i], i))
129 * PARAMETERS: Name - Ascii string
141 UINT8 *Name,
150 RepairedName[i] = (char) Name[i];
152 if (!Name[i])
156 if (!isprint (Name[i]))
63 AcpiUtValidNameseg( char *Name) argument
140 AcpiUtCheckAndRepairAscii( UINT8 *Name, char *RepairedName, UINT32 Count) argument
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutascii.c3 * Module Name: utascii - Utility ascii functions
52 * PARAMETERS: Name - The name or table signature to be examined.
64 char *Name)
73 if (!AcpiUtValidNameChar (Name[i], i))
129 * PARAMETERS: Name - Ascii string
141 UINT8 *Name,
150 RepairedName[i] = (char) Name[i];
152 if (!Name[i])
156 if (!isprint (Name[i]))
63 AcpiUtValidNameseg( char *Name) argument
140 AcpiUtCheckAndRepairAscii( UINT8 *Name, char *RepairedName, UINT32 Count) argument
H A Dutstring.c3 * Module Name: utstring - Common functions for strings and characters
164 * PARAMETERS: Name - The ACPI name to be repaired
169 * return the new name. NOTE: the Name parameter must reside in
172 * An ACPI Name must consist of valid ACPI characters. We will repair the name
184 char *Name)
198 if (ACPI_COMPARE_NAME (Name, "\\___"))
203 ACPI_MOVE_NAME (&OriginalName, Name);
209 if (AcpiUtValidNameChar (Name[i], i))
219 Name[i] = '*';
231 OriginalName, Name));
183 AcpiUtRepairName( char *Name) argument
[all...]
H A Duterror.c3 * Module Name: uterror - Various internal error/warning output functions
212 * InternalName - Name or path of the namespace node
230 char *Name = NULL; local
248 ACPI_UINT32_MAX, InternalName, NULL, &Name);
254 AcpiOsPrintf ("[%s]", Name);
261 if (Name)
263 ACPI_FREE (Name);
H A Dutpredef.c3 * Module Name: utpredef - support functions for predefined names
105 * PARAMETERS: Name - Name to find
115 char *Name)
122 if (Name[0] != '_')
130 while (ThisName->Info.Name[0])
132 if (ACPI_COMPARE_NAME (Name, ThisName->Info.Name))
240 * PARAMETERS: Name - Name t
114 AcpiUtMatchPredefinedMethod( char *Name) argument
251 AcpiUtMatchResourceName( char *Name) argument
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/parser/
H A Dpsxface.c3 * Module Name: psxface - Parser external interfaces
82 const char *Name,
96 AcpiGbl_TraceMethodName = Name;
171 Info->Node->Name.Ascii, Info->Node, Info->ObjDesc));
81 AcpiDebugTrace( const char *Name, UINT32 DebugLevel, UINT32 DebugLayer, UINT32 Flags) argument
H A Dpsargs.c3 * Module Name: psargs - Parse AML opcode arguments
166 * (Name is consumed from the AML.)
277 Arg->Common.Value.Name = Path;
328 NameOp->Common.Value.Name = Path;
404 Arg->Common.Value.Name = Path;
496 Arg->Common.Value.Name = AcpiPsGetNextNamestring (ParserState);
531 UINT32 Name; local
595 ACPI_MOVE_32_TO_32 (&Name, ParserState->Aml);
596 AcpiPsSetName (Field, Name);
722 Arg->Common.Value.Name
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/executer/
H A Dextrace.c3 * Module Name: extrace - Support for interpreter execution tracing
69 * PARAMETERS: Name - Whether method name should be matched,
81 char *Name)
106 if (Name &&
108 strcmp (AcpiGbl_TraceMethodName, Name)))
80 AcpiExInterpreterTraceEnabled( char *Name) argument
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacdebug.h3 * Name: acdebug.h - ACPI/AML debugger
58 const char *Name; /* Command Name */ member in struct:acpi_db_command_info
73 const char *Name; /* Argument Name */ member in struct:acpi_db_argument_info
124 char *Name);
128 char *Name,
228 char *Name);
245 char *Name);
341 char *Name,
[all...]
H A Dacinterp.h3 * Name: acinterp.h - Interpreter subcomponent prototypes and defines
72 const char *Name; member in struct:acpi_exdump_info
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Ddebug.c53 static const char **Name = NULL; variable
93 Name = &ofl->ofl_name;
161 if ((prestr == NULL) && *Name) {
170 name = *Name;
173 strrchr(*Name, '/')) == NULL)
174 name = *Name;
/illumos-gate/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmnames.c3 * Module Name: dmnames - AML disassembler, names, namestrings, pathnames
67 * PARAMETERS: Name - 4 character ACPI name
77 UINT32 Name)
86 *ACPI_CAST_PTR (UINT32, &NewName[0]) = Name;
203 * PARAMETERS: Name - ACPI Name string to store
213 char *Name)
218 if (!Name)
225 while (ACPI_IS_ROOT_PREFIX (ACPI_GET8 (Name)) ||
226 ACPI_IS_PARENT_PREFIX (ACPI_GET8 (Name)))
76 AcpiDmDumpName( UINT32 Name) argument
212 AcpiDmNamestring( char *Name) argument
299 UINT32 Name; local
412 AcpiDmValidateName( char *Name, ACPI_PARSE_OBJECT *Op) argument
[all...]
H A Ddmresrc.c3 * Module Name: dmresrc.c - Resource Descriptor disassembly
137 * Name - Associated name (emitted as a comment)
148 const char *Name)
150 AcpiOsPrintf ("0x%2.2X, // %s\n", Value, Name);
156 const char *Name)
158 AcpiOsPrintf ("0x%4.4X, // %s\n", Value, Name);
164 const char *Name)
166 AcpiOsPrintf ("0x%8.8X, // %s\n", Value, Name);
172 const char *Name)
174 AcpiOsPrintf ("0x%8.8X%8.8X, // %s\n", ACPI_FORMAT_UINT64 (Value), Name);
146 AcpiDmDumpInteger8( UINT8 Value, const char *Name) argument
154 AcpiDmDumpInteger16( UINT16 Value, const char *Name) argument
162 AcpiDmDumpInteger32( UINT32 Value, const char *Name) argument
170 AcpiDmDumpInteger64( UINT64 Value, const char *Name) argument
[all...]
H A Ddmwalk.c3 * Module Name: dmwalk - AML disassembly tree walk
411 UINT32 Name; local
504 Info->WalkState->MethodNode->Name.Ascii : " "),
618 AcpiDmNamestring (NextOp->Common.Value.Name);
625 Name = AcpiPsGetName (Op);
632 AcpiDmDumpName (Name);
731 /* Name of the parent OperationRegion */
734 AcpiDmNamestring (NextOp->Common.Value.Name);
742 /* Namestring - Bank Name */
745 AcpiDmNamestring (NextOp->Common.Value.Name);
[all...]
H A Ddmbuffer.c3 * Module Name: dmbuffer - AML disassembler, buffer and string support
559 /* Check for form: Name(_PLD, Buffer() {}). Not legal, however */
565 if (ACPI_COMPARE_NAME (Node->Name.Ascii, METHOD_NAME__PLD))
576 /* Check for proper form: Name(_PLD, Package() {Buffer() {}}) */
590 if (ACPI_COMPARE_NAME (Node->Name.Ascii, METHOD_NAME__PLD))
892 * DESCRIPTION: Determine if a Name() Op is a _HID/_CID.
900 UINT32 Name; local
906 Name = AcpiPsGetName (Op);
907 if (!Name)
920 if (ACPI_COMPARE_NAME (&Name, METHOD_NAME__HI
[all...]
H A Ddmresrcl.c3 * Module Name: dmresrcl.c - "Large" Resource Descriptor disassembly
1018 * PARAMETERS: Name - Descriptor name suffix
1031 const char *Name,
1040 AcpiOsPrintf ("Vendor%s (", Name);
1030 AcpiDmVendorCommon( const char *Name, UINT8 *ByteData, UINT32 Length, UINT32 Level) argument
/illumos-gate/usr/src/uts/intel/io/acpica/events/
H A Devgpeinit.c3 * Module Name: evgpeinit - System GPE initialization and update
340 char Name[ACPI_NAME_SIZE + 1]; local
360 ACPI_MOVE_32_TO_32 (Name, &MethodNode->Name.Integer);
361 Name[ACPI_NAME_SIZE] = 0;
363 /* 2) Name must begin with an underscore */
365 if (Name[0] != '_')
374 switch (Name[1])
392 "(name not of form _Lxx or _Exx)", Name));
398 GpeNumber = strtoul (&Name[
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/namespace/
H A Dnsalloc.c3 * Module Name: nsalloc - Namespace allocation and deletion utilities
57 * PARAMETERS: Name - Name of the new node (4 char ACPI name)
67 UINT32 Name)
95 Node->Name.Integer = Name;
66 AcpiNsCreateNode( UINT32 Name) argument
H A Dnsconvert.c3 * Module Name: nsconvert - Object conversions for objects returned by
516 char *Name; local
524 Status = AcpiNsInternalizeName (OriginalObject->String.Pointer, &Name);
533 Status = AcpiNsLookup (&ScopeInfo, Name,
563 ACPI_FREE (Name);
H A Dnsnames.c3 * Module Name: nsnames - Name manipulation and search
208 char Name[ACPI_NAME_SIZE]; local
248 ACPI_MOVE_32_TO_32 (Name, &NextNode->Name);
252 c = Name[4-i-1];
H A Dnsxfname.c3 * Module Name: nsxfname - Public interfaces to the ACPI subsystem
164 * RETURN: Pointer to a string containing the fully qualified Name.
320 ACPI_NAME Name; local
352 Name = Node->Name.Integer;
548 Info->Name = Name;
/illumos-gate/usr/src/cmd/acpi/acpixtract/
H A Daxutils.c3 * Module Name: axutils - Utility functions for acpixtract tool.
51 * PARAMETERS: Name - Ascii string, at least as long as Count
63 char *Name,
71 if (!Name[i] || !isprint ((int) Name[i]))
73 Name[i] = ' ';
118 * PARAMETERS: Name - Ascii string containing an ACPI signature
62 AxCheckAscii( char *Name, int Count) argument
/illumos-gate/usr/src/uts/intel/io/acpica/resources/
H A Drsdump.c3 * Module Name: rsdump - AML debugger support for resource structures.
266 const char *Name; local
278 Name = Table->Name;
286 if (Table->Name)
288 AcpiOsPrintf ("%s Resource\n", Name);
296 AcpiRsOutString (Name, ACPI_CAST_PTR (char, Table->Pointer));
301 AcpiRsOutString (Name, ACPI_CAST_PTR (char, Target));
310 AcpiRsOutString (Name, Table->Pointer [*Target]);
314 AcpiRsOutInteger8 (Name, ACPI_GET
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/tables/
H A Dtbfadt.c3 * Module Name: tbfadt - FADT table utilities
81 const char *Name; member in struct:acpi_fadt_info
510 const char *Name; local
575 Name = FadtInfoTable[i].Name;
613 (UINT64) Address32, Name, Flags);
622 Name, Address32,
634 (UINT64) Address32, Name, Flags);
652 Name, ACPI_MUL_8 (Length), Address64->BitWidth));
666 Name, ACPI_FORMAT_UINT6
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dauth.c97 static char *Name = "Noname"; variable
162 Name = name ? strdup(name) : "Noname";
172 Name, ap->type, ap->way);
340 (void) printf(gettext(">>>%s: auth_send got:"), Name);
372 Name, *auth_send_data);
385 gettext(">>>%s: Trying %d %d\r\n"), Name,
394 Name, *auth_send_data);
403 gettext(">>>%s: Sent failure message\r\n"), Name);
422 Name, *data);

Completed in 128 milliseconds

12