Searched refs:FullPath (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsnames.c346 * FullPath - Where the path name is returned
351 * of pathname + 1) which means the 'FullPath' contains a trailing
355 * Note that if the size of 'FullPath' isn't large enough to
359 * to determine the buffer size of 'FullPath'.
366 char *FullPath,
391 * validate both FullPath and PathSize.
393 if (!FullPath)
408 ACPI_PATH_PUT8(FullPath, PathSize, AML_DUAL_NAME_PREFIX, Length);
422 ACPI_PATH_PUT8(FullPath, PathSize, c, Length);
429 ACPI_PATH_PUT8(FullPath, PathSiz
364 AcpiNsBuildNormalizedPath( ACPI_NAMESPACE_NODE *Node, char *FullPath, UINT32 PathSize, BOOLEAN NoTrailing) argument
536 char *FullPath = NULL; local
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Duterror.c342 char *FullPath; local
374 FullPath = AcpiNsBuildPrefixedPathname (PrefixScope, InternalPath);
377 FullPath ? FullPath : "Could not get pathname",
380 if (FullPath)
382 ACPI_FREE (FullPath);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacnamesp.h486 char *FullPath,

Completed in 40 milliseconds