Lines Matching defs:Name
3 * Module Name: nsnames - Name manipulation and search
75 * 3.5. Neither the name Intel nor any other trademark owned or controlled by
168 * RETURN: Pointer to storage containing the fully qualified name of
169 * the node, In external format (name segments separated by path
230 * PARAMETERS: TargetHandle - Handle of named object whose name is
232 * Buffer - Where the name is returned
234 * RETURN: Status, Buffer is filled with name if status is AE_OK
236 * DESCRIPTION: Build and return a full namespace name
267 /* Just copy the ACPI name from the Node and zero terminate it */
282 * PARAMETERS: TargetHandle - Handle of named object whose name is
285 * NoTrailing - Remove trailing '_' for each name
346 * FullPath - Where the path name is returned
347 * PathSize - Size of returned path name buffer
348 * NoTrailing - Remove trailing '_' from each name segment
356 * contain the namespace node's path name, the actual required
371 char Name[ACPI_NAMESEG_SIZE] ACPI_NONSTRING;
411 ACPI_MOVE_32_TO_32 (Name, &NextNode->Name);
415 c = Name[4-i-1];
462 * NoTrailing - Remove trailing '_' from each name segment
464 * RETURN: Pointer to storage containing the fully qualified name of
465 * the node, In external format (name segments separated by path
520 * InternalPath - Name or path of the namespace node