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

/freebsd-10.2-release/sys/contrib/dev/acpica/components/executer/
H A Dexnames.c55 AcpiExAllocateNameString (
67 * FUNCTION: AcpiExAllocateNameString
82 AcpiExAllocateNameString ( function
303 NameString = AcpiExAllocateNameString (0, 1);
328 * see comment in AcpiExAllocateNameString()
369 NameString = AcpiExAllocateNameString (PrefixCount, 2);
397 NameString = AcpiExAllocateNameString (PrefixCount, NumSegments);
431 NameString = AcpiExAllocateNameString (PrefixCount, 0);
444 NameString = AcpiExAllocateNameString (PrefixCount, 1);

Completed in 43 milliseconds