Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
nsnames.c File Reference
#include <acpi/acpi.h>
#include "accommon.h"
#include "amlcode.h"
#include "acnamesp.h"

Go to the source code of this file.

Macros

#define _COMPONENT   ACPI_NAMESPACE
 

Functions

acpi_status acpi_ns_build_external_path (struct acpi_namespace_node *node, acpi_size size, char *name_buffer)
 
characpi_ns_get_external_pathname (struct acpi_namespace_node *node)
 
acpi_size acpi_ns_get_pathname_length (struct acpi_namespace_node *node)
 
acpi_status acpi_ns_handle_to_pathname (acpi_handle target_handle, struct acpi_buffer *buffer)
 

Macro Definition Documentation

#define _COMPONENT   ACPI_NAMESPACE

Definition at line 49 of file nsnames.c.

Function Documentation

acpi_status acpi_ns_build_external_path ( struct acpi_namespace_node node,
acpi_size  size,
char name_buffer 
)

Definition at line 68 of file nsnames.c.

char* acpi_ns_get_external_pathname ( struct acpi_namespace_node node)

Definition at line 133 of file nsnames.c.

acpi_size acpi_ns_get_pathname_length ( struct acpi_namespace_node node)

Definition at line 179 of file nsnames.c.

acpi_status acpi_ns_handle_to_pathname ( acpi_handle  target_handle,
struct acpi_buffer buffer 
)

Definition at line 226 of file nsnames.c.